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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to