Skip to content

Commit 0a99710

Browse files
committed
Merge PR ceph#59504 into main
* refs/pull/59504/head: mds: dump next_snap when checking dentry corruption Reviewed-by: Patrick Donnelly <[email protected]>
2 parents 66a336a + 876bdcf commit 0a99710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mds/CDentry.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,7 @@ bool CDentry::check_corruption(bool load)
724724
dout(1) << "loaded already corrupt dentry: " << *this << dendl;
725725
corrupt_first_loaded = true;
726726
} else {
727-
derr << "newly corrupt dentry to be committed: " << *this << dendl;
727+
derr << "newly corrupt dentry to be committed: " << *this << " with next_snap: " << next_snap << dendl;
728728
}
729729
if (g_conf().get_val<bool>("mds_go_bad_corrupt_dentry")) {
730730
dir->go_bad_dentry(last, get_name());

0 commit comments

Comments
 (0)