From dd91fc1285c8f237d2377a994d9948b3d45d41d7 Mon Sep 17 00:00:00 2001 From: Radoslaw Zarzynski Date: Thu, 19 Nov 2020 16:48:44 +0100 Subject: [PATCH] crimson: add a debug in update_on_peers() of the backfill code. Signed-off-by: Radoslaw Zarzynski --- src/crimson/osd/backfill_state.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/crimson/osd/backfill_state.cc b/src/crimson/osd/backfill_state.cc index 1ffadd4e8483..2d868b559122 100644 --- a/src/crimson/osd/backfill_state.cc +++ b/src/crimson/osd/backfill_state.cc @@ -247,6 +247,7 @@ BackfillState::Enqueuing::remove_on_peers(const hobject_t& check) BackfillState::Enqueuing::result_t BackfillState::Enqueuing::update_on_peers(const hobject_t& check) { + logger().debug("{}: check={}", __func__, check); const auto& primary_bi = backfill_state().backfill_info; result_t result { {}, primary_bi.begin }; -- 2.47.3