From: Eric Blake <eblake@redhat.com>
To: Justin Ossevoort <justin@quarantainenet.nl>, qemu-devel@nongnu.org
Cc: mdroth@linux.vnet.ibm.com
Subject: Re: [Qemu-devel] [PATCH v4 2/2] qga/qmp_guest_fstrim: Return per path fstrim result
Date: Tue, 26 May 2015 22:25:00 -0600 [thread overview]
Message-ID: <5565471C.9080505@redhat.com> (raw)
In-Reply-To: <1431327525-25625-3-git-send-email-justin@quarantainenet.nl>
[-- Attachment #1: Type: text/plain, Size: 1560 bytes --]
On 05/11/2015 12:58 AM, Justin Ossevoort wrote:
> The current guest-fstrim support only returns an error if some
> mountpoint was unable to be trimmed, skipping any possible additional
> mountpoints. The result of the TRIM operation itself is also discarded.
>
> This change returns a per mountpoint result of the TRIM operation. If an
> error occurs on some mountpoints that error is returned and the
> guest-fstrim continue with any additional mountpoints.
>
> The returned values for errors, minimum and trimmed are dependant on the
> filesystem, storage stacks and kernel version.
>
> Signed-off-by: Justin Ossevoort <justin@quarantainenet.nl>
> ---
> qga/commands-posix.c | 54 ++++++++++++++++++++++++++++++++++++++--------------
> qga/commands-win32.c | 4 +++-
> qga/qapi-schema.json | 32 ++++++++++++++++++++++++++++---
> 3 files changed, 72 insertions(+), 18 deletions(-)
>
> @@ -437,12 +461,14 @@
> # fragmented free space, although not all blocks will be discarded.
> # The default value is zero, meaning "discard every free block".
> #
> -# Returns: Nothing.
> +# Returns: A @GuestFilesystemTrimResponse which contains the
> +# status of all trimmed paths.
Maybe mention (since 2.4) as part of the Returns: line.
> #
> -# Since: 1.2
> +# Since: 2.4
NACK to this hunk. The command itself has existed since 1.2, it is only
the returns type that has changed in 2.4.
--
Eric Blake eblake redhat com +1-919-301-3266
Libvirt virtualization library http://libvirt.org
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 604 bytes --]
next prev parent reply other threads:[~2015-05-27 4:25 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-11 6:58 [Qemu-devel] [PATCH v4 0/2] Fix guest-fstrim behaviour Justin Ossevoort
2015-05-11 6:58 ` [Qemu-devel] [PATCH v4 1/2] qga/commands-posix: Fix bug in guest-fstrim Justin Ossevoort
2015-05-26 18:54 ` Thomas Huth
2015-05-27 0:50 ` Michael Roth
2015-05-11 6:58 ` [Qemu-devel] [PATCH v4 2/2] qga/qmp_guest_fstrim: Return per path fstrim result Justin Ossevoort
2015-05-25 10:41 ` Olga Krishtal
2015-05-27 1:20 ` Michael Roth
2015-05-27 4:13 ` Michael Roth
2015-05-27 4:25 ` Eric Blake [this message]
2015-07-07 1:32 ` [Qemu-devel] [PATCH v4 0/2] Fix guest-fstrim behaviour Michael Roth
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5565471C.9080505@redhat.com \
--to=eblake@redhat.com \
--cc=justin@quarantainenet.nl \
--cc=mdroth@linux.vnet.ibm.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.