]> git.proxmox.com Git - qemu-server.git/commit
qemu_drive_mirror : handle multiple jobs
authorAlexandre Derumier <aderumier@odiso.com>
Tue, 3 Jan 2017 14:03:13 +0000 (15:03 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 5 Jan 2017 08:09:46 +0000 (09:09 +0100)
commit5a3459674304b5a296ae582c8b5a701e4c0c90c3
tree32a87f909946bfb370ce74678d5dd87003cac252
parenta9e7997eb3f409ab61f25bd7c017c6c198b2a80a
qemu_drive_mirror : handle multiple jobs

we can use multiple drive_mirror in parralel.

block-job-complete can be skipped, if we want to add more mirror job later.

also add support for nbd uri to qemu_drive_mirror

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
PVE/QemuServer.pm