Dan Kenigsberg has submitted this change and it was merged. Change subject: vm: Use blockCopy for live storage migration ......................................................................
vm: Use blockCopy for live storage migration We use now blockCopy for live-storage migration, allowing migration between mixed storage types. This command is a superset of the older blockRebase() when used with the VIR_DOMAIN_BLOCK_REBASE_COPY flag, and offers better control over the destination format, the ability to copy to a destination that is not a local file, and the possibility of additional tuning parameters. For more info see: https://libvirt.org/html/libvirt-libvirt-domain.html#virDomainBlockCopy blockCopy was introduced in libvirt 1.2.8, but the Python binding was broken before 1.2.9. The fix was backported to Fedora in libvirt-python 1.2.9-2 and to EL in libvirt-python 1.2.8-5. On Fedora 21, blockCopy from file to block was broken (bug 1214846). This was fixed in libvirt-daemon 1.2.9.3-1. This version is not available on Fedora 20 virt-preview repo, so practically this patch ends support for Fedora 20. Change-Id: Ifbafbfeb61f392bf420caa4589df7cdac92a6568 Bug-Url: https://bugzilla.redhat.com/1200718 Relates-To: https://bugzilla.redhat.com/1214846 Signed-off-by: Nir Soffer <[email protected]> Reviewed-on: https://gerrit.ovirt.org/40069 Reviewed-by: Francesco Romani <[email protected]> Continuous-Integration: Jenkins CI Reviewed-by: Dan Kenigsberg <[email protected]> --- M vdsm.spec.in M vdsm/virt/vm.py 2 files changed, 11 insertions(+), 14 deletions(-) Approvals: Nir Soffer: Verified Jenkins CI: Passed CI tests Dan Kenigsberg: Looks good to me, approved Francesco Romani: Looks good to me, but someone else must approve -- To view, visit https://gerrit.ovirt.org/40069 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ifbafbfeb61f392bf420caa4589df7cdac92a6568 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: Fred 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
