diff options
author | zdover23 <zac.dover@proton.me> | 2023-01-31 01:38:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-31 01:38:33 +0100 |
commit | c1bcd14be211b49fbd91da4b28f7b8bf76b9be42 (patch) | |
tree | 49c192e3d9f28c9fee7378e56bb4b5eb738b38dd /doc | |
parent | Merge PR #49048 into main (diff) | |
parent | doc: add the damage types that scrub can repair (diff) | |
download | ceph-c1bcd14be211b49fbd91da4b28f7b8bf76b9be42.tar.xz ceph-c1bcd14be211b49fbd91da4b28f7b8bf76b9be42.zip |
Merge pull request #49913 from neesingh-rh/wip-51459
doc: add the damage types that scrub can repair
Reviewed-by: Zac Dover <zac.dover@proton.me>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/cephfs/scrub.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/cephfs/scrub.rst b/doc/cephfs/scrub.rst index 7f55df95030..114f7580a40 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. + |