From c6d29d53846e6b70a4de43705abb31570a39a29e Mon Sep 17 00:00:00 2001 From: Neeraj Pratap Singh Date: Mon, 30 Jan 2023 20:06:20 +0530 Subject: [PATCH] doc: add the damage types that scrub can repair Fixes: https://tracker.ceph.com/issues/51459 Signed-off-by: Neeraj Pratap Singh (cherry picked from commit 87215ab3e4af1ca313376d901f285ed6348b8433) --- doc/cephfs/scrub.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/cephfs/scrub.rst b/doc/cephfs/scrub.rst index 7f55df950307..114f7580a400 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. + -- 2.47.3