[pve-devel] qemu-server: drive-mirror improvements

Alexandre Derumier aderumier at odiso.com
Mon May 11 15:55:20 CEST 2015


this is candidate for proxmox 3.4 fixes && proxmox 4.0


First patch use new "ready" flag introduce in qemu 2.2, to finish block migration.
It's the right way to known if we can complete the job. (same flag than qmp ready event)
(I have also remove the vm pause when target is too slow, it don't work fine in my tests,
and we can't rely on offset==len to known if the transfert is correctly finished.



Second patch increse a lot a drive-mirror qmp, because the job is scanning the whole
source image before return.
This can be very long with big image on nfs for example.





More information about the pve-devel mailing list