From: Thomas Lamprecht Date: Thu, 26 Mar 2020 07:49:16 +0000 (+0100) Subject: vzdump: fix up PBS plugin X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=e485854100100ab2c7035816027464d95508d615;p=qemu-server.git vzdump: fix up PBS plugin 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 --- diff --git a/PVE/VZDump/QemuServer.pm b/PVE/VZDump/QemuServer.pm index b5f4320..35a5d21 100644 --- a/PVE/VZDump/QemuServer.pm +++ b/PVE/VZDump/QemuServer.pm @@ -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;