]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
os/bluestore: print cnode on fsck
authorSage Weil <sage@redhat.com>
Fri, 15 Jun 2018 15:41:25 +0000 (10:41 -0500)
committerSage Weil <sage@redhat.com>
Fri, 15 Jun 2018 17:38:29 +0000 (12:38 -0500)
Signed-off-by: Sage Weil <sage@redhat.com>
src/os/bluestore/BlueStore.cc

index cabd7d220fb6df65d0f71d226a6376980fe37f33..4a334b9194846afc5d33088a959addfebf9eb20f 100644 (file)
@@ -5989,7 +5989,8 @@ int BlueStore::_fsck(bool deep, bool repair)
          continue;
        }
        c->cid.is_pg(&pgid);
-       dout(20) << __func__ << "  collection " << c->cid << dendl;
+       dout(20) << __func__ << "  collection " << c->cid << " " << c->cnode
+                << dendl;
       }
 
       if (!expecting_shards.empty()) {