From f6241d1c07e3fc038ebc7da02a55a0ed049fc2dc Mon Sep 17 00:00:00 2001 From: Varsha Rao Date: Mon, 9 Dec 2019 18:17:41 +0530 Subject: [PATCH] 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 --- doc/cephfs/disaster-recovery-experts.rst | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/doc/cephfs/disaster-recovery-experts.rst b/doc/cephfs/disaster-recovery-experts.rst index 1b0087bfaa81..3be5cf3e7a07 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 -- 2.47.3