<div dir="ltr">Thanks Alexandre,<div><br></div><div>This sounds like it could fix the corruption issues we have been experiencing when doing drive-mirror's on RBD.</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, May 12, 2015 at 1:55 AM, Alexandre Derumier <span dir="ltr"><<a href="mailto:aderumier@odiso.com" target="_blank">aderumier@odiso.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">this is candidate for proxmox 3.4 fixes && proxmox 4.0<br>
<br>
<br>
First patch use new "ready" flag introduce in qemu 2.2, to finish block migration.<br>
It's the right way to known if we can complete the job. (same flag than qmp ready event)<br>
(I have also remove the vm pause when target is too slow, it don't work fine in my tests,<br>
and we can't rely on offset==len to known if the transfert is correctly finished.<br>
<br>
<br>
<br>
Second patch increse a lot a drive-mirror qmp, because the job is scanning the whole<br>
source image before return.<br>
This can be very long with big image on nfs for example.<br>
<br>
<br>
_______________________________________________<br>
pve-devel mailing list<br>
<a href="mailto:pve-devel@pve.proxmox.com">pve-devel@pve.proxmox.com</a><br>
<a href="http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel" target="_blank">http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel</a><br>
</blockquote></div><br></div>