]> git.proxmox.com Git - pve-container.git/blobdiff - src/PVE/VZDump/LXC.pm
Adjust snapshot_create and snapshot_prepare signatures
[pve-container.git] / src / PVE / VZDump / LXC.pm
index 0979f15db2b3967d264a45e5e45b847e659a45fd..1d24036e92aed7a32de35ea9562cad93ae48b07a 100644 (file)
@@ -211,7 +211,7 @@ sub snapshot {
     $self->loginfo("create storage snapshot 'vzdump'");
 
     # todo: freeze/unfreeze if we have more than one volid
-    PVE::LXC::snapshot_create($vmid, 'vzdump', "vzdump backup snapshot");
+    PVE::LXC::snapshot_create($vmid, 'vzdump', 0, "vzdump backup snapshot");
     $task->{cleanup}->{remove_snapshot} = 1;
     
     # reload config