]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
crimson/osd/shard_services: PerShardState::dump_ops_in_flight debug
authorMatan Breizman <mbreizma@redhat.com>
Wed, 18 Jun 2025 10:57:37 +0000 (10:57 +0000)
committerMatan Breizman <mbreizma@redhat.com>
Mon, 23 Jun 2025 10:38:48 +0000 (10:38 +0000)
Signed-off-by: Matan Breizman <mbreizma@redhat.com>
src/crimson/osd/shard_services.cc

index 77ebc117eb298fb457865f199a8c61ee5a8b1bd5..c9168aaf36fd74d607f584fd083356b57d350aac 100644 (file)
@@ -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);
   });