]> git.proxmox.com Git - qemu-server.git/commit
close #2263: die on live migration with local cloudinit disk
authorMira Limbeck <m.limbeck@proxmox.com>
Fri, 12 Jul 2019 12:23:15 +0000 (14:23 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 26 Aug 2019 10:13:07 +0000 (12:13 +0200)
commit9860fe4ef992e8550f8dee9aed65e2fed75c470f
tree3f34d033ba54fea3006621ff6f98d123c852e219
parentcd98c4675b9beea5aa45d6cff09b61fb34d9b1da
close #2263: die on live migration with local cloudinit disk

Live migration with a local cloudinit disk was never intended to work. It did
however work to an extent that the migration completed but the disk on the
source node could not be deleted. Now die if a live migration is started with
a local cloudinit disk.

With the GUI changes live migration is already disabled as it recognizes the
cloudinit disk as a local resource.

Signed-off-by: Mira Limbeck <m.limbeck@proxmox.com>
PVE/QemuMigrate.pm