]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mds: identify damaged hard links during scrub
authorsajibreadd <sajibreadd@gmail.com>
Thu, 24 Apr 2025 13:23:40 +0000 (15:23 +0200)
committerVenky Shankar <vshankar@redhat.com>
Fri, 26 Sep 2025 05:07:55 +0000 (10:37 +0530)
commita83787b5a85bb30a087cbe9843cfe35018f6c94d
tree74382ebc063e6ed1fa1778b710d1dc855c456da2
parent96f5aef62c78d90c71da871b27c685a82b91be49
mds: identify damaged hard links during scrub

For a remote link, try to open the dentry (this part of code
is copied from the mds path_traversal) which internally pushes
the dir_frag in the damage list if applicable.

Fixes: https://tracker.ceph.com/issues/69345
Signed-off-by: Md Mahamudur Rahaman Sajib <mahamudur.sajib@croit.io>
src/mds/ScrubStack.cc
src/mds/ScrubStack.h