Dan Kenigsberg has submitted this change and it was merged. Change subject: LiveMerge: Add merge verb and related machinery ......................................................................
LiveMerge: Add merge verb and related machinery This patch enables the submission of an actual live merge operation to the underlying VM. Once submitted, we poke the stats thread to make sure block job information is updated and persist the given merge parameters in the VM Disk conf. This ensures that in case vdsm restarts during a block job we will not forget to handle it the next time we are started. Limitations: - Does not yet work when the active layer is involved due to [1] [1] https://bugzilla.redhat.com/show_bug.cgi?id=1062142 Change-Id: I077e1bdf0130ebdc218135ca717a6a810bbab12c Signed-off-by: Adam Litke <[email protected]> Reviewed-on: http://gerrit.ovirt.org/26635 Reviewed-by: Federico Simoncelli <[email protected]> Reviewed-by: Francesco Romani <[email protected]> --- M client/vdsClient.py M vdsm/API.py M vdsm/rpc/BindingXMLRPC.py M vdsm/rpc/vdsmapi-schema.json M vdsm/virt/vm.py 5 files changed, 148 insertions(+), 1 deletion(-) Approvals: Adam Litke: Verified Federico Simoncelli: Looks good to me, approved Francesco Romani: Looks good to me, but someone else must approve -- To view, visit http://gerrit.ovirt.org/26635 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I077e1bdf0130ebdc218135ca717a6a810bbab12c Gerrit-PatchSet: 8 Gerrit-Project: vdsm Gerrit-Branch: master 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: Greg Padgett <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
