]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
os/bluestore: be more verbose when fsck detects stray per-pg omap data 39081/head
authorIgor Fedotov <ifedotov@suse.com>
Tue, 26 Jan 2021 13:20:22 +0000 (16:20 +0300)
committerIgor Fedotov <ifedotov@suse.com>
Tue, 26 Jan 2021 13:40:19 +0000 (16:40 +0300)
Signed-off-by: Igor Fedotov <ifedotov@suse.com>
src/os/bluestore/BlueStore.cc

index 0ef42cf0e34664187e2b434113a1173102adf25e..337904e00d6e59710be0e5ce06b9e90e9843ba40 100644 (file)
@@ -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;