]> git.proxmox.com Git - qemu-server.git/commit
vzdump: increase timeout for QMP 'cont' after backup start
authorStefan Reiter <s.reiter@proxmox.com>
Wed, 27 Oct 2021 11:34:54 +0000 (13:34 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 27 Oct 2021 11:51:45 +0000 (13:51 +0200)
commit6a5589010ea0be04bc7bdfd41fa667ab8180b35d
treebecbe7e6d4a0e1a08aa1d8e9485dd7ae5d1afadc
parent23bee97d0512eabc9f030d1b89df6eb01035c29c
vzdump: increase timeout for QMP 'cont' after backup start

Since 'backup' can now work asynchronously, QEMU may not be ready to
receive the next QMP command ('cont') immediately. Thus, increase the
timeout, to avoid aborted backups in slow environments.

There may be a deeper QEMU bug hidden under the covers here too, but at
least one user reported success with simply increasing the timeout:
https://forum.proxmox.com/threads/pve7-pbs2-backup-timeout-qmp-command-cont-failed-got-timeout.95212/page-2#post-426261

See also:
https://bugzilla.proxmox.com/show_bug.cgi?id=3693
https://forum.proxmox.com/threads/problem-seit-update-auf-7-0.97388/
https://forum.proxmox.com/threads/error-with-backup-when-backing-up-qmp-command-query-backup-failed-got-wrong-command-id.88017/page-3#post-416339

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