]> git-server-git.apps.pok.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>
Wed, 25 Jun 2025 16:41:44 +0000 (19:41 +0300)
Signed-off-by: Matan Breizman <mbreizma@redhat.com>
(cherry picked from commit c45e18bd4f4f87abda3cf1dfc51155eadaaca32c)

src/crimson/osd/shard_services.cc

index 517cf6580bd34a5a453b47cbb9ee4456c58390de..4ecb0b7aecb532b42b5af4ccf386bc8773a32fb3 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);
   });