* [pve-devel] [PATCH qemu-server] qmp client: increase guest fstrim timeout to 10 minutes
@ 2022-08-19 7:01 Fiona Ebner
2022-08-19 7:40 ` [pve-devel] applied: " Wolfgang Bumiller
0 siblings, 1 reply; 2+ messages in thread
From: Fiona Ebner @ 2022-08-19 7:01 UTC (permalink / raw)
To: pve-devel
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>
---
PVE/QMPClient.pm | 1 +
1 file changed, 1 insertion(+)
diff --git a/PVE/QMPClient.pm b/PVE/QMPClient.pm
index 3a770da4..b4cdcf62 100644
--- a/PVE/QMPClient.pm
+++ b/PVE/QMPClient.pm
@@ -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' ||
--
2.30.2
^ permalink raw reply [flat|nested] 2+ messages in thread
* [pve-devel] applied: [PATCH qemu-server] qmp client: increase guest fstrim timeout to 10 minutes
2022-08-19 7:01 [pve-devel] [PATCH qemu-server] qmp client: increase guest fstrim timeout to 10 minutes Fiona Ebner
@ 2022-08-19 7:40 ` Wolfgang Bumiller
0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Bumiller @ 2022-08-19 7:40 UTC (permalink / raw)
To: Fiona Ebner; +Cc: pve-devel
applied, thanks
On Fri, Aug 19, 2022 at 09:01:24AM +0200, Fiona Ebner wrote:
> 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>
> ---
> PVE/QMPClient.pm | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/PVE/QMPClient.pm b/PVE/QMPClient.pm
> index 3a770da4..b4cdcf62 100644
> --- a/PVE/QMPClient.pm
> +++ b/PVE/QMPClient.pm
> @@ -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' ||
> --
> 2.30.2
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-08-19 7:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-19 7:01 [pve-devel] [PATCH qemu-server] qmp client: increase guest fstrim timeout to 10 minutes Fiona Ebner
2022-08-19 7:40 ` [pve-devel] applied: " Wolfgang Bumiller
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal