]> git.proxmox.com Git - qemu-server.git/commit - PVE/QemuServer.pm
make qemu_drive_mirror_monitor more generic
authorStefan Reiter <s.reiter@proxmox.com>
Wed, 3 Mar 2021 09:56:07 +0000 (10:56 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 1 Apr 2021 08:58:13 +0000 (10:58 +0200)
commit9e671722969a7527e76d4b51ad8da9bc6b70c4e0
tree5b3376043613ce7fee1b1efa65bfafc6631b4483
parent43bf6fc982ee10333fb418160573717f045367ec
make qemu_drive_mirror_monitor more generic

...so it works with other block jobs as well. Intended use case is
block-stream, which also requires a new "auto" (wait only) completion
mode, since it finishes automatically anyway.

Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
PVE/QemuServer.pm