From: Neeraj Pratap Singh Date: Mon, 30 Jan 2023 14:36:20 +0000 (+0530) Subject: doc: add the damage types that scrub can repair X-Git-Tag: v18.1.0~425^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=87215ab3e4af1ca313376d901f285ed6348b8433;p=ceph.git doc: add the damage types that scrub can repair Fixes: https://tracker.ceph.com/issues/51459 Signed-off-by: Neeraj Pratap Singh --- diff --git a/doc/cephfs/scrub.rst b/doc/cephfs/scrub.rst index 7f55df9503073..114f7580a4005 100644 --- a/doc/cephfs/scrub.rst +++ b/doc/cephfs/scrub.rst @@ -131,3 +131,15 @@ Control (ongoing) File System Scrubs { "return_code": 0 } + +Damages +======= + +The types of damage that can be reported and repaired by File System Scrub are: + +* DENTRY : Inode's dentry is missing. + +* DIR_FRAG : Inode's directory fragment(s) is missing. + +* BACKTRACE : Inode's backtrace in the data pool is corrupted. +