From: neeraj pratap singh Date: Mon, 5 Aug 2024 19:50:35 +0000 (+0530) Subject: doc: documenting the feature that scrub clear the entries from damage table on repair X-Git-Tag: testing/wip-xiubli-testing-20240812.075113-squid~20^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=643c298e0dd1208eb4a3d84486d8db3240a5ed7a;p=ceph-ci.git 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 (cherry picked from commit 140e77638dc95fefcf62f01fe7e45bc0729439be) --- diff --git a/doc/cephfs/scrub.rst b/doc/cephfs/scrub.rst index 5b813f1c41a..9d6745ef7bf 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 =====================================