We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 66a336a + 876bdcf commit 0a99710Copy full SHA for 0a99710
src/mds/CDentry.cc
@@ -724,7 +724,7 @@ bool CDentry::check_corruption(bool load)
724
dout(1) << "loaded already corrupt dentry: " << *this << dendl;
725
corrupt_first_loaded = true;
726
} else {
727
- derr << "newly corrupt dentry to be committed: " << *this << dendl;
+ derr << "newly corrupt dentry to be committed: " << *this << " with next_snap: " << next_snap << dendl;
728
}
729
if (g_conf().get_val<bool>("mds_go_bad_corrupt_dentry")) {
730
dir->go_bad_dentry(last, get_name());
0 commit comments