]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
osd: Add actual_pgid to debug_op_summary
authorAlex Ainscow <aainscow@uk.ibm.com>
Wed, 15 Oct 2025 12:33:31 +0000 (13:33 +0100)
committerAlex Ainscow <aainscow@uk.ibm.com>
Tue, 21 Oct 2025 13:34:54 +0000 (14:34 +0100)
Signed-off-by: Alex Ainscow <aainscow@uk.ibm.com>
src/osdc/SplitOp.cc

index 6d3aba514806c69215615b26d4955f87455e3b1e..839695bd7c6cc33da95769ae2d1cc7bc1c57e0c1 100644 (file)
@@ -360,6 +360,8 @@ namespace {
 void debug_op_summary(const std::string &str, Objecter::Op *op, CephContext *cct) {
   auto &t = op->target;
   ldout(cct, DBG_LVL) << str
+    << " pool=" << t.base_oloc.pool
+    << " pgid=" << t.actual_pgid
     << " osd=" << t.osd
     << " shard=" << (t.force_shard ? *t.force_shard : shard_id_t(-1))
     << " balance_reads=" << ((t.flags & CEPH_OSD_FLAG_BALANCE_READS) != 0)