]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: users now need to provide scrub_mdsdir and recursive flags 50815/head
authorDhairya Parmar <dparmar@redhat.com>
Mon, 22 May 2023 12:00:27 +0000 (17:30 +0530)
committerDhairya Parmar <dparmar@redhat.com>
Tue, 18 Jul 2023 16:59:44 +0000 (22:29 +0530)
for mdsdir scrub at CephFS root.

Fixes: https://tracker.ceph.com/issues/59350
Signed-off-by: Dhairya Parmar <dparmar@redhat.com>
(cherry picked from commit 93dfc111bf7e11b3122d2a2df0346b341164dd08)

doc/cephfs/scrub.rst

index d99aea72b5a715b8816c3b17cbf37002133a013f..5b813f1c41ad822051169f2e6fb59c6c26568698 100644 (file)
@@ -151,6 +151,6 @@ Evaluate strays using recursive scrub
     ceph tell mds.<fsname>: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.<fsname>:0 scrub start / scrub_mdsdir
+    ceph tell mds.<fsname>:0 scrub start / recursive,scrub_mdsdir