mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-04 06:10:48 +00:00
fix #3733: add 20 seconds timeout when VM backup stopped
This commit is contained in:
parent
36d4bdcb86
commit
39abafc8e7
@ -5551,7 +5551,7 @@ sub vm_start_nolock {
|
||||
};
|
||||
# Issues with the above 'stop' not being fully completed are extremely rare, a very low
|
||||
# timeout should be more than enough here...
|
||||
PVE::Systemd::wait_for_unit_removed("$vmid.scope", 5);
|
||||
PVE::Systemd::wait_for_unit_removed("$vmid.scope", 20);
|
||||
|
||||
my $cpuunits = get_cpuunits($conf);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user