Gal Hammer has uploaded a new change for review. Change subject: BZ#841555 A migration failure with an "AttributeError" exception. ......................................................................
BZ#841555 A migration failure with an "AttributeError" exception. Libvirt sometimes send the SUSPENDED/SUSPENDED_PAUSED event after RESUMED/RESUMED_MIGRATED (when VM status is PAUSED when migration completes, see qemuMigrationFinish function). In this case self._dom is None because the function _waitForIncomingMigrationFinish didn't update it yet. Change-Id: I3b7ed13c6dc8d1d590449118cf167290f4630070 Signed-off-by: Gal Hammer <[email protected]> --- M vdsm/libvirtvm.py 1 file changed, 7 insertions(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/01/6901/1 -- To view, visit http://gerrit.ovirt.org/6901 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I3b7ed13c6dc8d1d590449118cf167290f4630070 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Gal Hammer <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
