qemu-server/PVE
Fiona Ebner daf64a27b9 fix #5440: hmp helpers: drive{add, del}: increase timeout
The default timeout for HMP commands is 5 seconds.

While it should be rather fast to attach a new drive to QEMU, a busy
system might take longer, so future-proof and increase to 60 seconds.

On the other hand, detaching a drive needs to complete any pending IO
on it, so use the same 10 minutes timeout that's used for
drive-related QMP commands.

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
2024-06-11 13:56:44 +02:00
..
API2 api: human monitor: increase timeout to 25 seconds 2024-06-11 13:56:44 +02:00
CLI cli: qm: increase timeout for monitor commands to 30 seconds 2024-06-11 13:56:44 +02:00
QemuServer monitor: allow passing timeout for a HMP command 2024-06-11 13:56:44 +02:00
VZDump vzdump: increase timeout for attaching drives to 60 seconds 2024-06-11 13:56:44 +02:00
Makefile buildsys: use $(MAKE) instead of make 2019-09-24 18:06:16 +02:00
QemuConfig.pm config: define machine schema as property-string 2024-04-11 10:18:27 +02:00
QemuMigrate.pm migration: add missing use statements 2024-05-23 10:52:18 +02:00
QemuServer.pm fix #5440: hmp helpers: drive{add, del}: increase timeout 2024-06-11 13:56:44 +02:00
QMPClient.pm QMP client: sort commands with 10 minutes timeout alphabetically 2024-03-08 14:37:29 +01:00