Comment 0 for bug 1691079

Revision history for this message
Arun Mani (arun-mani) wrote :

During live migration failure of a VM, I noticed that the attributes passed in the recover method as part of migration rollback has block_migration attribute set.
This is actually removed from the _rollback_live_migration() method in the compute/manager.py module and hence the driver module needs to be updated accordingly.