Yaniv Bronhaim has submitted this change and it was merged. Change subject: vm: make _isDomainRunning more robust ......................................................................
vm: make _isDomainRunning more robust The Vm._dom atrribute may be set to None asynchronously by the _onQemuDeath callback. This patch makes sure that the Vm._isDomainRunning method can cope with this fact. Change-Id: Idf58cc3a90fd85b858afba4f86f275b4059fe3e7 Relates-To: https://bugzilla.redhat.com/1104733 Signed-off-by: Francesco Romani <[email protected]> Reviewed-on: http://gerrit.ovirt.org/30139 Reviewed-by: Dan Kenigsberg <[email protected]> Reviewed-on: http://gerrit.ovirt.org/31668 Reviewed-by: Vinzenz Feenstra <[email protected]> Reviewed-by: Yaniv Bronhaim <[email protected]> --- M tests/vmTests.py M vdsm/virt/vm.py 2 files changed, 42 insertions(+), 5 deletions(-) Approvals: Yaniv Bronhaim: Looks good to me, approved Vinzenz Feenstra: Looks good to me, but someone else must approve Francesco Romani: Verified -- To view, visit http://gerrit.ovirt.org/31668 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Idf58cc3a90fd85b858afba4f86f275b4059fe3e7 Gerrit-PatchSet: 2 Gerrit-Project: vdsm Gerrit-Branch: ovirt-3.5 Gerrit-Owner: Francesco Romani <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Francesco Romani <[email protected]> Gerrit-Reviewer: Michal Skrivanek <[email protected]> Gerrit-Reviewer: Vinzenz Feenstra <[email protected]> Gerrit-Reviewer: Yaniv Bronhaim <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
