All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michael Roth <mdroth@linux.vnet.ibm.com>
To: "Marc-André Lureau" <marcandre.lureau@redhat.com>, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] qga: improve fsfreeze documentations
Date: Thu, 13 Apr 2017 15:30:49 -0500	[thread overview]
Message-ID: <149211544929.21548.189783704203697160@loki> (raw)
In-Reply-To: <20170403095438.15423-1-marcandre.lureau@redhat.com>

Quoting Marc-André Lureau (2017-04-03 04:54:38)
> Some users find the fsfreeze behaviour confusing. Add some notes about
> invalid mount points and Windows usage.
> 
> Related to:
> https://bugzilla.redhat.com/show_bug.cgi?id=1436976
> 
> Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>

Thanks, applied to qga tree:

  https://github.com/mdroth/qemu/commits/qga

> ---
>  qga/qapi-schema.json | 12 ++++++++++--
>  1 file changed, 10 insertions(+), 2 deletions(-)
> 
> diff --git a/qga/qapi-schema.json b/qga/qapi-schema.json
> index a02dbf2d18..8d901f556a 100644
> --- a/qga/qapi-schema.json
> +++ b/qga/qapi-schema.json
> @@ -426,7 +426,13 @@
>  ##
>  # @guest-fsfreeze-freeze:
>  #
> -# Sync and freeze all freezable, local guest filesystems
> +# Sync and freeze all freezable, local guest filesystems. If this
> +# command succeeded, you may call @guest-fsfreeze-thaw later to
> +# unfreeze.
> +#
> +# Note: On Windows, the command is implemented with the help of a
> +# Volume Shadow-copy Service DLL helper. The frozen state is limited
> +# for up to 10 seconds by VSS.
>  #
>  # Returns: Number of file systems currently frozen. On error, all filesystems
>  # will be thawed.
> @@ -439,10 +445,12 @@
>  ##
>  # @guest-fsfreeze-freeze-list:
>  #
> -# Sync and freeze specified guest filesystems
> +# Sync and freeze specified guest filesystems.
> +# See also @guest-fsfreeze-freeze.
>  #
>  # @mountpoints: an array of mountpoints of filesystems to be frozen.
>  #               If omitted, every mounted filesystem is frozen.
> +#               Invalid mount points are ignored.
>  #
>  # Returns: Number of file systems currently frozen. On error, all filesystems
>  # will be thawed.
> -- 
> 2.12.0.191.gc5d8de91d
> 

      parent reply	other threads:[~2017-04-13 20:31 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-03  9:54 [Qemu-devel] [PATCH] qga: improve fsfreeze documentations Marc-André Lureau
2017-04-03 11:09 ` Vinzenz Feenstra
2017-04-13 14:59 ` Vinzenz Feenstra
2017-04-13 20:30 ` Michael Roth [this message]

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=149211544929.21548.189783704203697160@loki \
    --to=mdroth@linux.vnet.ibm.com \
    --cc=marcandre.lureau@redhat.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.