Dan Kenigsberg has submitted this change and it was merged. Change subject: LiveMerge: Extend internal volumes during live merge ......................................................................
LiveMerge: Extend internal volumes during live merge During a live merge operation data is written to the target of the commit (the base volume). This means that for block-based images, we must monitor the base volume and the leaf volume for extension. Since libvirt is not providing watermark information for internal volumes yet, return an empty set for now until we get the API we need. The libvirt bug for the missing API is: https://bugzilla.redhat.com/show_bug.cgi?id=1041569 Change-Id: I1a5b11e7da185a699028b6127066cd01de010a0d Signed-off-by: Adam Litke <[email protected]> Reviewed-on: http://gerrit.ovirt.org/28597 Reviewed-by: Dan Kenigsberg <[email protected]> --- M vdsm/virt/vm.py 1 file changed, 63 insertions(+), 4 deletions(-) Approvals: Adam Litke: Verified Dan Kenigsberg: Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/28597 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I1a5b11e7da185a699028b6127066cd01de010a0d Gerrit-PatchSet: 5 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: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
