]> git.proxmox.com Git - qemu-server.git/commit
fix #1569: add shared flag to disks
authorChris Hofstaedtler <chris.hofstaedtler@deduktiva.com>
Thu, 15 Feb 2018 13:22:24 +0000 (14:22 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 15 Feb 2018 14:19:29 +0000 (15:19 +0100)
commitec82e3eee4cc96d6c841056f16acfa14871739c3
treef84aca9425e12200df9cc93479f0246c24f3de1b
parentbfb04cfc0182842d6d1e1da874f5eb4d586b9c6a
fix #1569: add shared flag to disks

With shared=1, (live) migration ignores the disk and assumes it is
present on all target nodes. This works similar to shared=1 on LXC
mountpoints.

Signed-off-by: Chris Hofstaedtler <chris.hofstaedtler@deduktiva.com>
Reviewed-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Tested-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/QemuMigrate.pm
PVE/QemuServer.pm