From f35d03a0377f31d72e17813030124a5d99d95437 Mon Sep 17 00:00:00 2001 From: Jos Collin Date: Thu, 19 Dec 2019 11:59:44 +0530 Subject: [PATCH] doc: update '--force' flag to be precise Signed-off-by: Jos Collin --- doc/cephfs/fs-volumes.rst | 8 +++----- 1 file 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 [--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:: -- 2.39.5