Also documented the use of new flag introduced in this PR
Fixes: https://tracker.ceph.com/issues/53724
Signed-off-by: Dhairya Parmar <dparmar@redhat.com>
* BACKTRACE : Inode's backtrace in the data pool is corrupted.
+Evaluate strays using recursive scrub
+=====================================
+
+- In order to evaluate strays i.e. purge stray directories in ``~mdsdir`` use the following command::
+
+ 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``::
+
+ ceph tell mds.<fsname>:0 scrub start / scrub_mdsdir