5
0
mirror of git://git.proxmox.com/git/qemu-server.git synced 2025-02-08 05:57:40 +03:00

qmp client: increase guest fstrim timeout to 10 minutes

like for other drive-related operations. The default of 3 seconds is
just not enough for large (or slow) disks.

Reported in the community forum:
https://forum.proxmox.com/threads/49543/

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
This commit is contained in:
Fiona Ebner 2022-08-19 09:01:24 +02:00 committed by Wolfgang Bumiller
parent 2bdd35e75d
commit 50164179db

View File

@ -127,6 +127,7 @@ sub cmd {
$cmd->{execute} eq 'backup-cancel' ||
$cmd->{execute} eq 'query-savevm' ||
$cmd->{execute} eq 'delete-drive-snapshot' ||
$cmd->{execute} eq 'guest-fstrim' ||
$cmd->{execute} eq 'guest-shutdown' ||
$cmd->{execute} eq 'blockdev-snapshot-internal-sync' ||
$cmd->{execute} eq 'blockdev-snapshot-delete-internal-sync' ||