Skip to content

Commit 140e776

Browse files
author
neeraj pratap singh
committed
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 <[email protected]>
1 parent 2ab1415 commit 140e776

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)