all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH qemu-server] fix #3733: add 20 seconds timeout when VM backup stopped
@ 2022-02-23  9:03 Moayad Almalat
  2022-02-24 12:34 ` [pve-devel] applied: " Thomas Lamprecht
  0 siblings, 1 reply; 2+ messages in thread
From: Moayad Almalat @ 2022-02-23  9:03 UTC (permalink / raw)
  To: pve-devel

---
 PVE/QemuServer.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm
index 9cefcc0..c43518e 100644
--- a/PVE/QemuServer.pm
+++ b/PVE/QemuServer.pm
@@ -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);
 
-- 
2.30.2




^ permalink raw reply	[flat|nested] 2+ messages in thread

* [pve-devel] applied: [PATCH qemu-server] fix #3733: add 20 seconds timeout when VM backup stopped
  2022-02-23  9:03 [pve-devel] [PATCH qemu-server] fix #3733: add 20 seconds timeout when VM backup stopped Moayad Almalat
@ 2022-02-24 12:34 ` Thomas Lamprecht
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Lamprecht @ 2022-02-24 12:34 UTC (permalink / raw)
  To: Proxmox VE development discussion, Moayad Almalat

On 23.02.22 10:03, Moayad Almalat wrote:
> ---
>  PVE/QemuServer.pm | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
>

applied, thanks! albeit I'd like to state that I don't like it and that this
shouldn't be required at all, but oh well its simple enough and in the
"cannot really hurt" territory..




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-02-24 12:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-23  9:03 [pve-devel] [PATCH qemu-server] fix #3733: add 20 seconds timeout when VM backup stopped Moayad Almalat
2022-02-24 12:34 ` [pve-devel] applied: " Thomas Lamprecht

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal