]> git.proxmox.com Git - qemu-server.git/commit
Fix in PVE::QemuServer::snapshot_create
authorWolfgang Link <wolfgang@linksystems.org>
Wed, 3 Dec 2014 14:40:33 +0000 (15:40 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 4 Dec 2014 11:30:35 +0000 (12:30 +0100)
commitaf9110ddd7e4418425d6b49717c38d22b466bbc8
treea80b4b3c8fcadb0e4cae296fc209abbad01081ef
parent108864e591160fb198c7737f4438741df1279300
Fix in PVE::QemuServer::snapshot_create

remove the freezefs flag.
If Qemu Guest Agent flag is set in config the vm filesystem will always be frozen,
unless we save RAM.

also remove param freezefs in PVE::API2 snapshot,
because there is no use for it.

Signed-off-by: Wolfgang Link <wolfgang@linksystems.org>
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
PVE/API2/Qemu.pm
PVE/QemuServer.pm