Merge PR #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 <vshankar@redhat.com>
Reviewed-by: Zac Dover <zac.dover@gmail.com>
This commit is contained in:
Venky Shankar 2024-08-07 11:00:05 +05:30
commit c77bd7e432

View 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
=====================================