]> git.proxmox.com Git - qemu-server.git/commit - PVE/VZDump/QemuServer.pm
vzdump: increase PBS 'backup' QMP call timeout
authorStefan Reiter <s.reiter@proxmox.com>
Mon, 8 Mar 2021 15:32:30 +0000 (16:32 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 8 Mar 2021 16:10:07 +0000 (17:10 +0100)
commit46b676c0b127028d057f82c47b18df830fa26a49
treeb36dd4e75c95f799ff480cceefe83d38172ad42d
parent533cde8f33172488dc4b3f10760268b30e2064d4
vzdump: increase PBS 'backup' QMP call timeout

Commit "a941bbd0 client: raise HTTP_TIMEOUT to 120s" in proxmox-backup
did the same, however, we would now still fail after 60 seconds since
the QMP call would time out.

Increase the timeout here to the same +5 seconds to give some time to
receive a response, so if the HTTP call in proxmox-backup times out, we
can still get a useful error message instead of timing out the QMP call
too.

Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
PVE/VZDump/QemuServer.pm