From: Sage Weil Date: Fri, 15 Jun 2018 15:41:25 +0000 (-0500) Subject: os/bluestore: print cnode on fsck X-Git-Tag: v13.2.1~124^2~5 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=8abe0aa6318db026712148785c614103071807a8;p=ceph.git os/bluestore: print cnode on fsck Signed-off-by: Sage Weil (cherry picked from commit f3c89ef6e7ce313a2eda2136be5181735e5684d8) --- diff --git a/src/os/bluestore/BlueStore.cc b/src/os/bluestore/BlueStore.cc index 6a4c0e43c874..a0e6b6eefd8f 100644 --- a/src/os/bluestore/BlueStore.cc +++ b/src/os/bluestore/BlueStore.cc @@ -6000,7 +6000,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()) {