Reviewed: https://review.openstack.org/292937 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=762605ca4c2ac990b53a50d8f2c52fc793e07c94 Submitter: Jenkins Branch: master
commit 762605ca4c2ac990b53a50d8f2c52fc793e07c94 Author: Pawel Koniszewski <pawel.koniszew...@intel.com> Date: Tue Mar 15 16:13:38 2016 +0100 xenapi: Fix when auto block_migration in the API When nova calculates live migration type it stores the calculated type in migrate_data.block_migration. Because of that we really should not use block_migration, because it might not be accurate in certain cases. Closes-Bug: #1557585 Change-Id: I0796a4b9bfabb1b2132a8253963528a40b1fb680 ** Changed in: nova Status: In Progress => Fix Released -- 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/1557585 Title: Xenapi live-migration does not work at all now Status in OpenStack Compute (nova): Fix Released Bug description: In case Nova calculated live migration type by itself and it's a block live migration, it will not work if Xen is used because of invalid check in driver: https://github.com/openstack/nova/blob/dae13c5153a3aee25c8ded1cb154cc56a04cd7a2/nova/virt/xenapi/vmops.py#L2391 Basically because here block_migration will be None and real value will be stored in migrate_data.block_migration To manage notifications about this bug go to: https://bugs.launchpad.net/nova/+bug/1557585/+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