From 140e77638dc95fefcf62f01fe7e45bc0729439be Mon Sep 17 00:00:00 2001 From: neeraj pratap singh Date: Tue, 6 Aug 2024 01:20:35 +0530 Subject: [PATCH] doc: documenting the feature that scrub clear the entries from damage table on repair Fixes: https://tracker.ceph.com/issues/67337 Signed-off-by: Neeraj Pratap Singh --- doc/cephfs/scrub.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/cephfs/scrub.rst b/doc/cephfs/scrub.rst index 5b813f1c41ad8..9d6745ef7bf0a 100644 --- a/doc/cephfs/scrub.rst +++ b/doc/cephfs/scrub.rst @@ -143,6 +143,14 @@ The types of damage that can be reported and repaired by File System Scrub are: * BACKTRACE : Inode's backtrace in the data pool is corrupted. +These above named MDS damages can be repaired by using the following command:: + + ceph tell mds.:0 scrub start /path recursive, repair, force + +If scrub is able to repair the damage, the corresponding entry is automatically +removed from the damage table. + + Evaluate strays using recursive scrub ===================================== -- 2.39.5