]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
crimson: add a debug in update_on_peers() of the backfill code.
authorRadoslaw Zarzynski <rzarzyns@redhat.com>
Thu, 19 Nov 2020 15:48:44 +0000 (16:48 +0100)
committerRadoslaw Zarzynski <rzarzyns@redhat.com>
Thu, 19 Nov 2020 16:55:31 +0000 (17:55 +0100)
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
src/crimson/osd/backfill_state.cc

index 1ffadd4e8483ca127e9a8d74831f135155d48916..2d868b559122a4a0bafb529211760f1dd00c6b8e 100644 (file)
@@ -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 };