]> git.proxmox.com Git - qemu-server.git/commit
allow migration of local qcow2 snapshots
authorDominik Csapak <d.csapak@proxmox.com>
Mon, 5 Dec 2016 10:21:15 +0000 (11:21 +0100)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Mon, 5 Dec 2016 11:32:50 +0000 (12:32 +0100)
commitb3205b153e81d13238f8afd0549d8555cfb1911f
treef8489a942986fd08d6a831db07d2fa6d6d0330c6
parente57d58e542ae7493f5578d5065b1e3e7e19db551
allow migration of local qcow2 snapshots

we can migrate local snapshots when on zfs or dir storage with qcow2,
but the check was incorrect

we checked for if (zfs && !qcow2) instead of  if (zfs || qcow2)

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
PVE/QemuMigrate.pm