Re: [pve-devel] [PATCH pve-manager] fix #3369: auto-start vms after failed pbs backup

2021-04-07 Thread Fabian Grünbichler
On April 7, 2021 4:23 pm, Dylan Whyte wrote: > Fixes an issue in which a VM fails to automatically restart after a > failed stop-mode backup to pbs. > > Signed-off-by: Dylan Whyte > --- > PVE/VZDump.pm | 14 +++--- > 1 file changed, 11 insertions(+), 3 deletions(-) > > Notes: > 1. The 1

[pve-devel] [PATCH pve-manager] fix #3369: auto-start vms after failed pbs backup

2021-04-07 Thread Dylan Whyte
Fixes an issue in which a VM fails to automatically restart after a failed stop-mode backup to pbs. Signed-off-by: Dylan Whyte --- PVE/VZDump.pm | 14 +++--- 1 file changed, 11 insertions(+), 3 deletions(-) Notes: 1. The 1sec time delay was needed, as the check to see if the VM is runni