Skip to content

Commit

Permalink
qga: improve fsfreeze documentations
Browse files Browse the repository at this point in the history
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 <[email protected]>
Reviewed-by: Vinzenz Feenstra <[email protected]>
Signed-off-by: Michael Roth <[email protected]>
  • Loading branch information
elmarco authored and mdroth committed Apr 27, 2017
1 parent 0a3d197 commit 1dbfbc1
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions qga/qapi-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand Down

0 comments on commit 1dbfbc1

Please sign in to comment.