cephfs-data-scan: make scan_links more verbose
Reviewed-by: Rishabh Dave <ridave@redhat.com>
Reviewed-by: Venky Shankar <vshankar@redhat.com>
return r;
}
+ dout(10) << "processing " << injected_inos.size() << " injected_inos"
+ << dendl;
+
for (auto &p : injected_inos) {
+ dout(10) << "handling injected_ino " << p.first << dendl;
+
InodeStore inode;
snapid_t first;
+ dout(20) << " fixing linkage (dnfirst) of " << p.second.dirino << ":" << p.second.name << dendl;
int r = read_dentry(p.second.dirino, p.second.frag, p.second.name, &inode, &first);
if (r < 0) {
derr << "Unexpected error reading dentry "