]> git.apps.os.sepia.ceph.com Git - ceph.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)
committerRamana Raja <rraja@redhat.com>
Mon, 16 Mar 2020 09:48:58 +0000 (15:18 +0530)
Signed-off-by: Jos Collin <jcollin@redhat.com>
(cherry picked from commit f35d03a0377f31d72e17813030124a5d99d95437)

doc/cephfs/fs-volumes.rst

index dff39347bef00d211093f917eb92c942fd13fb18..f9123db17815a5411dd432a891f91aa674e65fe2 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::