X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=src%2FPVE%2FVZDump%2FLXC.pm;h=0dc60c4dc5f1beedb0ba609458a87993cfee8526;hb=89424a8b32ce3836a5be7e60c8f2ac7f756d4c4c;hp=cb745bf5909b31b51892a1dc125263bf420ec2fb;hpb=4fb6eccae14f117030c598ceea590ab00e2629cc;p=pve-container.git diff --git a/src/PVE/VZDump/LXC.pm b/src/PVE/VZDump/LXC.pm index cb745bf..0dc60c4 100644 --- a/src/PVE/VZDump/LXC.pm +++ b/src/PVE/VZDump/LXC.pm @@ -272,13 +272,13 @@ sub start_vm { sub suspend_vm { my ($self, $task, $vmid) = @_; - PVE::LXC::freeze_thaw($vmid, 1); + PVE::LXC::freeze($vmid); } sub resume_vm { my ($self, $task, $vmid) = @_; - PVE::LXC::freeze_thaw($vmid, 0); + PVE::LXC::thaw($vmid); } sub assemble {