]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: documenting the feature that scrub clear the entries from damage table on repair 59040/head
authorneeraj pratap singh <neerajpratapsingh@li-ff7f0d4c-3462-11b2-a85c-d4004c0fa1a0.ibm.com>
Mon, 5 Aug 2024 19:50:35 +0000 (01:20 +0530)
committerneeraj pratap singh <neerajpratapsingh@li-ff7f0d4c-3462-11b2-a85c-d4004c0fa1a0.ibm.com>
Wed, 7 Aug 2024 03:27:16 +0000 (08:57 +0530)
Fixes: https://tracker.ceph.com/issues/67337
Signed-off-by: Neeraj Pratap Singh <neesingh@redhat.com>
doc/cephfs/scrub.rst

index 5b813f1c41ad822051169f2e6fb59c6c26568698..9d6745ef7bf0aa2e7767846db15bd9be85ea2e51 100644 (file)
@@ -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.<fsname>: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
 =====================================