Skip to content

Commit ac2dc69

Browse files
authored
Merge pull request ceph#61977 from batrick/wip-70065-squid
squid: mds: dump next_snap when checking dentry corruption Reviewed-by: Jos Collin <jcollin@redhat.com>
2 parents 59654d1 + a14ba29 commit ac2dc69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mds/CDentry.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -717,7 +717,7 @@ bool CDentry::check_corruption(bool load)
717717
dout(1) << "loaded already corrupt dentry: " << *this << dendl;
718718
corrupt_first_loaded = true;
719719
} else {
720-
derr << "newly corrupt dentry to be committed: " << *this << dendl;
720+
derr << "newly corrupt dentry to be committed: " << *this << " with next_snap: " << next_snap << dendl;
721721
}
722722
if (g_conf().get_val<bool>("mds_go_bad_corrupt_dentry")) {
723723
dir->go_bad_dentry(last, get_name());

0 commit comments

Comments
 (0)