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-Tag: v20.1.0~100^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d3e8423b7504f165c1b121b35c8f01fc57392fe2;p=ceph.git crimson/osd/shard_services: PerShardState::dump_ops_in_flight debug Signed-off-by: Matan Breizman (cherry picked from commit c45e18bd4f4f87abda3cf1dfc51155eadaaca32c) --- diff --git a/src/crimson/osd/shard_services.cc b/src/crimson/osd/shard_services.cc index 517cf6580bd3..4ecb0b7aecb5 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); });