From: Radoslaw Zarzynski Date: Thu, 19 Nov 2020 15:48:44 +0000 (+0100) Subject: crimson: add a debug in update_on_peers() of the backfill code. X-Git-Tag: v16.1.0~537^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=dd91fc1285c8f237d2377a994d9948b3d45d41d7;p=ceph.git crimson: add a debug in update_on_peers() of the backfill code. Signed-off-by: Radoslaw Zarzynski --- diff --git a/src/crimson/osd/backfill_state.cc b/src/crimson/osd/backfill_state.cc index 1ffadd4e848..2d868b55912 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 };