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:
parent
2bdd35e75d
commit
50164179db
@ -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' ||
|
||||
|
Loading…
x
Reference in New Issue
Block a user