From: Igor Fedotov Date: Tue, 26 Jan 2021 13:20:22 +0000 (+0300) Subject: os/bluestore: be more verbose when fsck detects stray per-pg omap data X-Git-Tag: v17.1.0~3109^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=1b38f058de46da0156087aab6e0c3a15433a2534;p=ceph.git os/bluestore: be more verbose when fsck detects stray per-pg omap data Signed-off-by: Igor Fedotov --- diff --git a/src/os/bluestore/BlueStore.cc b/src/os/bluestore/BlueStore.cc index 0ef42cf0e346..337904e00d6e 100644 --- a/src/os/bluestore/BlueStore.cc +++ b/src/os/bluestore/BlueStore.cc @@ -8656,6 +8656,7 @@ int BlueStore::_fsck_on_open(BlueStore::FSCKDepth depth, bool repair) omap_head != last_omap_head) { fsck_derr(errors, MAX_FSCK_ERROR_LINES) << "fsck error: found stray (per-pg) omap data on omap_head " + << " key " << pretty_binary_string(it->key()) << omap_head << " " << last_omap_head << " " << used_omap_head.count(omap_head) << fsck_dendl; ++errors; last_omap_head = omap_head;