mirror of
git://git.proxmox.com/git/qemu-server.git
synced 2025-08-15 21:49:22 +03:00
vzdump: fix up PBS plugin
fixes commit 0b2f574b4c
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>
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user