Skip to content

Commit c77bd7e

Browse files
committed
Merge PR ceph#59040 into main
* refs/pull/59040/head: doc: documenting the feature that scrub clear the entries from damage table on repair Reviewed-by: Venky Shankar <[email protected]> Reviewed-by: Zac Dover <[email protected]>
2 parents c9ab079 + 140e776 commit c77bd7e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/cephfs/scrub.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,14 @@ The types of damage that can be reported and repaired by File System Scrub are:
143143

144144
* BACKTRACE : Inode's backtrace in the data pool is corrupted.
145145

146+
These above named MDS damages can be repaired by using the following command::
147+
148+
ceph tell mds.<fsname>:0 scrub start /path recursive, repair, force
149+
150+
If scrub is able to repair the damage, the corresponding entry is automatically
151+
removed from the damage table.
152+
153+
146154
Evaluate strays using recursive scrub
147155
=====================================
148156

0 commit comments

Comments
 (0)