]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/cephfs: mention need of confirmation for "ceph fs fail"
authorRishabh Dave <ridave@redhat.com>
Fri, 19 Apr 2024 11:34:54 +0000 (17:04 +0530)
committerRishabh Dave <ridave@redhat.com>
Wed, 12 Jun 2024 10:23:06 +0000 (15:53 +0530)
Signed-off-by: Rishabh Dave <ridave@redhat.com>
(cherry picked from commit de18c5a1cc0c20be9cd1dc153d008828b5eadc9b)

doc/cephfs/administration.rst

index 4077457b787985d51b644c42c5b3a7b9c42e1bd9..8744a41ddf046388dd6075fb904afefe11e88345 100644 (file)
@@ -193,7 +193,11 @@ file system and MDS daemons down, use the ``ceph fs fail`` command:
 
 ::
 
-    ceph fs fail <fs_name>
+    ceph fs fail <fs_name> {--yes-i-really-mean-it}
+
+.. note:: Note that confirmation flag is optional because it is only required
+   when the MDS is active and has health warning MDS_TRIM or
+   MDS_CACHE_OVERSIZED.
 
 This command sets a file system flag to prevent standbys from
 activating on the file system (the ``joinable`` flag).