Files
python-ganttclient/nova/tests
Jian Wen 06c9cb9d10 libvirt: Fix live block migration
Current check_can_live_migrate_destination trys to get instance info
by call self._conn.lookupByName(instance_name) on the destination
host before migrating. Because the instance is not on the destination
host yet, it failes with InstanceNotFound.

This fix gets the available disk size of the destination side.
On the source side, checks whether the above space is enough before
migrating.

Fixes bug 1044237

Change-Id: I20f64e1f85828049b697a4b1173bac8e5779d45a
2012-09-12 18:39:01 +08:00
..
2012-09-10 16:04:10 +01:00
2011-08-04 23:01:22 -05:00
2012-09-10 16:04:10 +01:00
2012-08-17 13:35:05 +08:00