qemu-server/PVE
Dominik Csapak b3205b153e 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>
2016-12-05 12:32:50 +01:00
..
API2 qm agent: remove 'guest-' prefix from commands 2016-12-01 07:57:26 +01:00
CLI qm agent: pass command as second required argument 2016-12-01 07:49:30 +01:00
QemuServer numaX : use cpus option multiple time if cpulist 2016-10-10 10:16:37 +02:00
VZDump VZDump/QemuServer: set bless clas correctly 2016-11-17 09:02:47 +01:00
Makefile add QemuServer::Memory 2016-05-23 10:02:07 +02:00
QemuConfig.pm vmstate snapshot : activate|deactivate volume 2016-11-17 09:46:54 +01:00
QemuMigrate.pm allow migration of local qcow2 snapshots 2016-12-05 12:32:50 +01:00
QemuServer.pm allow insecure migrations from older qemu-servers 2016-12-02 18:48:49 +01:00
QMPClient.pm increase timeout from guest-fsfreeze-freeze 2016-11-30 06:09:46 +01:00