mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-07 03:01:00 +00: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:
parent
5d008ad383
commit
e485854100
@ -380,7 +380,6 @@ sub archive_pbs {
|
|||||||
# get list early so we die on unkown drive types before doing anything
|
# get list early so we die on unkown drive types before doing anything
|
||||||
my $devlist = _get_task_devlist($task);
|
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);
|
$self->enforce_vm_running_for_backup($vmid);
|
||||||
|
|
||||||
my $backup_job_uuid;
|
my $backup_job_uuid;
|
||||||
|
Loading…
Reference in New Issue
Block a user