]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
fixup: crimson/osd: settle RMWPipeline and RMWPipeline within ECBacken
authorRadoslaw Zarzynski <rzarzyns@redhat.com>
Wed, 21 May 2025 16:05:13 +0000 (16:05 +0000)
committerRadoslaw Zarzynski <rzarzyns@redhat.com>
Tue, 27 Jan 2026 19:42:59 +0000 (19:42 +0000)
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
src/crimson/osd/pg.h

index e0b52f426a88392cde5800429168d5096a2704e4..9ab797517b17983e0e0fbe2894f0f01b3f371791 100644 (file)
@@ -1037,6 +1037,9 @@ public:
   const std::set<pg_shard_t> &get_acting_recovery_backfill() const {
     return peering_state.get_acting_recovery_backfill();
   }
+  const shard_id_set &get_acting_recovery_backfill_shard_id_set() const {
+    return peering_state.get_acting_recovery_backfill_shard_id_set();
+  }
   bool is_backfill_target(pg_shard_t osd) const {
     return peering_state.is_backfill_target(osd);
   }