]> git.proxmox.com Git - qemu-server.git/commit - PVE/QemuMigrate.pm
migrate: fix replication false-positives
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Thu, 26 Mar 2020 14:42:57 +0000 (15:42 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 27 Mar 2020 06:54:44 +0000 (07:54 +0100)
commit88126be3f70650b05af9c04e5b13785bdecb2031
treec3386f71657f0328fb219aace6ee6302c159183e
parent1dbe979c7c4487afd47c7b8eae0c57503b8f8fdd
migrate: fix replication false-positives

by only checking for replicatable volumes when a replication job is
defined, and passing only actually replicated volumes to the target node
via STDIN, and back via STDOUT.

otherwise this can pick up theoretically replicatable, but not actually
replicated volumes and treat them wrong.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
PVE/API2/Qemu.pm
PVE/QemuMigrate.pm
PVE/QemuServer.pm