From: Matan Breizman Date: Wed, 18 Jun 2025 10:57:37 +0000 (+0000) Subject: crimson/osd/shard_services: PerShardState::dump_ops_in_flight debug X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=c45e18bd4f4f87abda3cf1dfc51155eadaaca32c;p=ceph.git crimson/osd/shard_services: PerShardState::dump_ops_in_flight debug Signed-off-by: Matan Breizman --- diff --git a/src/crimson/osd/shard_services.cc b/src/crimson/osd/shard_services.cc index 77ebc117eb298..c9168aaf36fd7 100644 --- a/src/crimson/osd/shard_services.cc +++ b/src/crimson/osd/shard_services.cc @@ -55,6 +55,8 @@ PerShardState::PerShardState( seastar::future<> PerShardState::dump_ops_in_flight(Formatter *f) const { + LOG_PREFIX(PerShardState::dump_ops_in_flight); + DEBUG(""); registry.for_each_op([f](const auto &op) { op.dump(f); });