for mdsdir scrub at CephFS root.
Fixes: https://tracker.ceph.com/issues/59350
Signed-off-by: Dhairya Parmar <dparmar@redhat.com>
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