From b932edc028918e23f4619b8f44f6b785d177cb15 Mon Sep 17 00:00:00 2001 From: Dhairya Parmar Date: Mon, 22 May 2023 17:30:27 +0530 Subject: [PATCH] doc: users now need to provide scrub_mdsdir and recursive flags for mdsdir scrub at CephFS root. Fixes: https://tracker.ceph.com/issues/59350 Signed-off-by: Dhairya Parmar (cherry picked from commit 93dfc111bf7e11b3122d2a2df0346b341164dd08) --- doc/cephfs/scrub.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/cephfs/scrub.rst b/doc/cephfs/scrub.rst index d99aea72b5a71..5b813f1c41ad8 100644 --- a/doc/cephfs/scrub.rst +++ b/doc/cephfs/scrub.rst @@ -151,6 +151,6 @@ Evaluate strays using recursive scrub ceph tell mds.:0 scrub start ~mdsdir recursive - ``~mdsdir`` is not enqueued by default when scrubbing at the CephFS root. In order to perform stray evaluation - at root, run scrub with flag ``scrub_mdsdir``:: + at root, run scrub with flags ``scrub_mdsdir`` and ``recursive``:: - ceph tell mds.:0 scrub start / scrub_mdsdir + ceph tell mds.:0 scrub start / recursive,scrub_mdsdir -- 2.39.5