]> git.proxmox.com Git - qemu-server.git/commitdiff
vzdump: fix up PBS plugin
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 26 Mar 2020 07:49:16 +0000 (08:49 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 26 Mar 2020 07:51:29 +0000 (08:51 +0100)
fixes commit 0b2f574b4ccd68ba7c1ebf1927beeff33cca179d

enforce_vm_running_for_backup is now witout return value, for the PBS
I forgot to remove an now outdated call to handle_vm_powerstate, drop
that.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/VZDump/QemuServer.pm

index b5f43204af2175f71d1c94af9d02e869f589cc98..35a5d21e2226f57b6a1d16b59db029a84c294989 100644 (file)
@@ -380,7 +380,6 @@ sub archive_pbs {
     # get list early so we die on unkown drive types before doing anything
     my $devlist = _get_task_devlist($task);
 
-    my ($stop_after_backup, $resume_on_backup) = $self->handle_vm_powerstate($vmid);
     $self->enforce_vm_running_for_backup($vmid);
 
     my $backup_job_uuid;