From: Jos Collin Date: Thu, 19 Dec 2019 06:29:44 +0000 (+0530) Subject: doc: update '--force' flag to be precise X-Git-Tag: v15.1.0~431^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F32343%2Fhead;p=ceph.git doc: update '--force' flag to be precise Signed-off-by: Jos Collin --- diff --git a/doc/cephfs/fs-volumes.rst b/doc/cephfs/fs-volumes.rst index 1a324857744a..12cd1d1e0a00 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 [--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::