]> git.proxmox.com Git - qemu-server.git/commit - PVE/QemuServer.pm
increase timeout for QMP block_resize
authorStefan Reiter <s.reiter@proxmox.com>
Tue, 30 Mar 2021 15:59:52 +0000 (17:59 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 30 Mar 2021 16:20:44 +0000 (18:20 +0200)
commit190c846141ac831147700f1d39c6f7aec4024283
tree7fe0af6df1355a57c9463c8865e0e49e9a9d9887
parent6fb2887644b495d9243495485a046b97c2889d22
increase timeout for QMP block_resize

In testing this usually completes almost immediately, but in theory this
is a storage/IO operation and as such can take a bit to finish. It's
certainly not unthinkable that it might take longer than the default *3
seconds* we've given it so far. Make it a minute.

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