diff options
author | Jos Collin <jcollin@redhat.com> | 2019-12-19 07:29:44 +0100 |
---|---|---|
committer | Jos Collin <jcollin@redhat.com> | 2019-12-19 07:39:34 +0100 |
commit | f35d03a0377f31d72e17813030124a5d99d95437 (patch) | |
tree | 1ba0bc40a8ba8de0bfcd2b153a5cd2c6685a519a /doc/cephfs | |
parent | Merge PR #32291 into master (diff) | |
download | ceph-f35d03a0377f31d72e17813030124a5d99d95437.tar.xz ceph-f35d03a0377f31d72e17813030124a5d99d95437.zip |
doc: update '--force' flag to be precise
Signed-off-by: Jos Collin <jcollin@redhat.com>
Diffstat (limited to 'doc/cephfs')
-rw-r--r-- | doc/cephfs/fs-volumes.rst | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/doc/cephfs/fs-volumes.rst b/doc/cephfs/fs-volumes.rst index 1a324857744..12cd1d1e0a0 100644 --- a/doc/cephfs/fs-volumes.rst +++ b/doc/cephfs/fs-volumes.rst @@ -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:: |