Comment 0 for bug 1437790

Revision history for this message
Moshe Levi (moshele) wrote :

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)