From: Varsha Rao Date: Mon, 9 Dec 2019 12:47:41 +0000 (+0530) Subject: doc/cephfs/disaster-recovery-experts: Add link for scrub and note for scrub_path X-Git-Tag: v15.1.0~590^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=f6241d1c07e3fc038ebc7da02a55a0ed049fc2dc;p=ceph-ci.git doc/cephfs/disaster-recovery-experts: Add link for scrub and note for scrub_path Fixes: https://tracker.ceph.com/issues/22204 Signed-off-by: Varsha Rao --- diff --git a/doc/cephfs/disaster-recovery-experts.rst b/doc/cephfs/disaster-recovery-experts.rst index 1b0087bfaa8..3be5cf3e7a0 100644 --- a/doc/cephfs/disaster-recovery-experts.rst +++ b/doc/cephfs/disaster-recovery-experts.rst @@ -250,8 +250,17 @@ with: After recovery, some recovered directories will have incorrect statistics. Ensure the parameters mds_verify_scatter and mds_debug_scatterstat are set to false (the default) to prevent the MDS from checking the statistics, then -run a forward scrub to repair them. Ensure you have an MDS running and issue: +run a forward :doc:`scrub ` to repair them. Ensure you have an +MDS running and issue: :: ceph tell mds.a scrub start / recursive repair + +.. note:: + + In Nautilus and above versions, tell interface scrub command is preferred + than scrub_path. For older versions only scrub_path asok command is + supported. Example:: + + ceph daemon mds.a scrub_path / recursive repair