]> git.proxmox.com Git - pve-qemu-kvm.git/commit
qemu : add drive-mirror sleep patches
authorAlexandre Derumier <aderumier@odiso.com>
Wed, 1 Jul 2015 04:01:41 +0000 (06:01 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 1 Jul 2015 04:30:44 +0000 (06:30 +0200)
commitc93e5e790bac05bf3cb61e1ee336c7f2df8b069b
tree961de46a99499788ed48da66e043991730e6c259
parent323422c8aa81349a3087289ff67b094d0d01f295
qemu : add drive-mirror sleep patches

Currently when drive-mirror is starting,
the vm and qmp it's hanging on bitmap scanning phase (mainly with raw, nfs and block raw driver).

This patch do regular pause between each iteration

The initial patch from qemu mailing is working,but pause time is really too short,
so we still hang qmp hangs and qemu big slowdown.

I increase it to SLICE_TIME, which is 100ms by default

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
debian/patches/mirror-sleep.patch [new file with mode: 0644]
debian/patches/mirror-sleep2.patch [new file with mode: 0644]
debian/patches/series