Dan Kenigsberg has submitted this change and it was merged. Change subject: vm: Use blockRebase if blockCopy is not supported ......................................................................
vm: Use blockRebase if blockCopy is not supported blockCopy is available in libvirt 1.2.8, but supported by the qemu driver only in 1.2.9. The recommended way to check for blockCopy availability is to try it and handle VIR_ERR_NO_SUPPORT error. This patch should be reverted when we require libvirt >= 1.2.9. Change-Id: Ic03474e36d7e073b7e5924cb02f417e12d4ad75e Signed-off-by: Nir Soffer <[email protected]> Reviewed-on: https://gerrit.ovirt.org/40158 Reviewed-by: Francesco Romani <[email protected]> Reviewed-by: Adam Litke <[email protected]> Continuous-Integration: Jenkins CI --- M vdsm/virt/vm.py 1 file changed, 20 insertions(+), 1 deletion(-) Approvals: Adam Litke: Looks good to me, approved Nir Soffer: Verified Jenkins CI: Passed CI tests Francesco Romani: Looks good to me, but someone else must approve -- To view, visit https://gerrit.ovirt.org/40158 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ic03474e36d7e073b7e5924cb02f417e12d4ad75e Gerrit-PatchSet: 16 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Nir Soffer <[email protected]> Gerrit-Reviewer: Adam Litke <[email protected]> Gerrit-Reviewer: Ala Hino <[email protected]> Gerrit-Reviewer: Allon Mureinik <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Federico Simoncelli <[email protected]> Gerrit-Reviewer: Francesco Romani <[email protected]> Gerrit-Reviewer: Freddy Rolland <[email protected]> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Nir Soffer <[email protected]> Gerrit-Reviewer: [email protected] _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
