]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
doc: update '--force' flag to be precise
authorJos Collin <jcollin@redhat.com>
Thu, 19 Dec 2019 06:29:44 +0000 (11:59 +0530)
committerJos Collin <jcollin@redhat.com>
Thu, 19 Dec 2019 06:39:34 +0000 (12:09 +0530)
Signed-off-by: Jos Collin <jcollin@redhat.com>
doc/cephfs/fs-volumes.rst

index 1a324857744a8e8bb0b21036a12f80f48427544a..12cd1d1e0a00c3cf5d40c22f5ea46e52bbf70862 100644 (file)
@@ -79,9 +79,8 @@ Remove a subvolume group using::
 
     $ ceph fs subvolumegroup rm <vol_name> <group_name> [--force]
 
-The removal of a subvolume group fails if it is not empty, e.g., has subvolumes
-or snapshots, or is non-existent. Using the '--force' flag allows the command
-to succeed even if the subvolume group is non-existent.
+The removal of a subvolume group fails if it is not empty or non-existent.
+'--force' flag allows the non-existent subvolume group remove command to succeed.
 
 
 Fetch the absolute path of a subvolume group using::
@@ -138,8 +137,7 @@ First, it move the subvolume to a trash folder, and then asynchronously purges
 its contents.
 
 The removal of a subvolume fails if it has snapshots, or is non-existent.
-Using the '--force' flag allows the command to succeed even if the subvolume is
-non-existent.
+'--force' flag allows the non-existent subvolume remove command to succeed.
 
 Resize a subvolume using::