yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #30584
[Bug 1437790] [NEW] vm stack in migration state when ssh is not configure correctly
Public bug reported:
when doing vm migration with libvirt driver and ssh not configure properly the vm is stack in migrate/resize state forever.
This is happen if the ssh prompt for password, to solve it we need to make sure ssh command won't prompt.
This can be done by adding BatchMode=yes (default no) and also
StrictHostKeyChecking=yes(default ask)
** Affects: nova
Importance: Undecided
Assignee: Moshe Levi (moshele)
Status: New
** Changed in: nova
Assignee: (unassigned) => Moshe Levi (moshele)
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1437790
Title:
vm stack in migration state when ssh is not configure correctly
Status in OpenStack Compute (Nova):
New
Bug description:
when doing vm migration with libvirt driver and ssh not configure properly the vm is stack in migrate/resize state forever.
This is happen if the ssh prompt for password, to solve it we need to make sure ssh command won't prompt.
This can be done by adding BatchMode=yes (default no) and also
StrictHostKeyChecking=yes(default ask)
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1437790/+subscriptions
Follow ups
References