From 0d8131a4ef00ecd80623d5b001021f44dcfd8082 Mon Sep 17 00:00:00 2001 From: Radoslaw Zarzynski Date: Tue, 12 May 2020 16:46:14 +0200 Subject: [PATCH] osd: improve debugs in PrimaryLogPG::do_scan(). Signed-off-by: Radoslaw Zarzynski --- src/osd/PrimaryLogPG.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/osd/PrimaryLogPG.cc b/src/osd/PrimaryLogPG.cc index ff1b9ad8d43..d2b9a9ea004 100644 --- a/src/osd/PrimaryLogPG.cc +++ b/src/osd/PrimaryLogPG.cc @@ -4197,6 +4197,8 @@ void PrimaryLogPG::do_scan( // take care to preserve ordering! bi.clear_objects(); decode_noclear(bi.objects, p); + dout(10) << __func__ << " bi.begin=" << bi.begin << " bi.end=" << bi.end + << " bi.objects.size()=" << bi.objects.size() << dendl; if (waiting_on_backfill.erase(from)) { if (waiting_on_backfill.empty()) { -- 2.39.5