From a5c66f66dfb178041d269dc9349737b08d3068b4 Mon Sep 17 00:00:00 2001 From: Rishabh Dave Date: Fri, 19 Apr 2024 17:04:54 +0530 Subject: [PATCH] doc/cephfs: mention need of confirmation for "ceph fs fail" Signed-off-by: Rishabh Dave (cherry picked from commit de18c5a1cc0c20be9cd1dc153d008828b5eadc9b) --- doc/cephfs/administration.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/cephfs/administration.rst b/doc/cephfs/administration.rst index 4077457b78798..8744a41ddf046 100644 --- a/doc/cephfs/administration.rst +++ b/doc/cephfs/administration.rst @@ -193,7 +193,11 @@ file system and MDS daemons down, use the ``ceph fs fail`` command: :: - ceph fs fail + ceph fs fail {--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). -- 2.39.5