Yaniv Bronhaim has submitted this change and it was merged. Change subject: Live Merge: Explicitly save block job info ......................................................................
Live Merge: Explicitly save block job info When we removed _blockJobs from the VM.status() it had the unfortunate side effect of causing block job info to not be saved by VM.saveState(). Fix this by explicitly adding it to toSave. Change-Id: I6175530fe0aed1e00ad02b6a4abe0704c294e45b Signed-off-by: Adam Litke <[email protected]> Reviewed-on: http://gerrit.ovirt.org/29358 Reviewed-by: Federico Simoncelli <[email protected]> Reviewed-by: Francesco Romani <[email protected]> Reviewed-by: Dan Kenigsberg <[email protected]> Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1124970 Reviewed-on: http://gerrit.ovirt.org/31046 Reviewed-by: Yaniv Bronhaim <[email protected]> --- M vdsm/virt/vm.py 1 file changed, 2 insertions(+), 0 deletions(-) Approvals: Adam Litke: Verified Yaniv Bronhaim: Looks good to me, approved Federico Simoncelli: Looks good to me, but someone else must approve Francesco Romani: Looks good to me, but someone else must approve -- To view, visit http://gerrit.ovirt.org/31046 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I6175530fe0aed1e00ad02b6a4abe0704c294e45b Gerrit-PatchSet: 3 Gerrit-Project: vdsm Gerrit-Branch: ovirt-3.5 Gerrit-Owner: Adam Litke <[email protected]> Gerrit-Reviewer: Adam Litke <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Federico Simoncelli <[email protected]> Gerrit-Reviewer: Francesco Romani <[email protected]> Gerrit-Reviewer: Yaniv Bronhaim <[email protected]> Gerrit-Reviewer: [email protected] _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
