]> git.proxmox.com Git - qemu-server.git/commit
allow insecure migrations from older qemu-servers
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 2 Dec 2016 16:55:29 +0000 (17:55 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 2 Dec 2016 17:48:49 +0000 (18:48 +0100)
commitb7a5a2251b4005baba743b532700133f8f5ffa5c
treeac08677f4e5a90e8199be70bda5aeb8156920a64
parent1b314d19beb845114cd3291c939b466f06f07374
allow insecure migrations from older qemu-servers

When trying to migrate a VM from a node with qemu server <= 4.0-92 to
a node with qemu server >= 4.0-93 we failed as the remote qemu-server
got no explicit migration_type' from the older qemu server on the
source.

Check if migration_type is defined on a incoming migration start, if
not set it.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/QemuServer.pm