From: Dhairya Parmar Date: Mon, 22 May 2023 12:00:27 +0000 (+0530) Subject: doc: users now need to provide scrub_mdsdir and recursive flags X-Git-Tag: v16.2.14~51^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b507d50b4bf59a3964ba81384fec79d022e540f7;p=ceph.git 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) --- diff --git a/doc/cephfs/scrub.rst b/doc/cephfs/scrub.rst index d99aea72b5a7..5b813f1c41ad 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