]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
fixup: crimson/osd: settle RMWPipeline and RMWPipeline within ECBackend
authorRadoslaw Zarzynski <rzarzyns@redhat.com>
Wed, 21 May 2025 14:02:34 +0000 (14:02 +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/ec_backend.cc

index 72c96e8419a05088d0167ef7c57f0faa9f868546..21f1945534f4498268ddc7925fe436ab24ec1455 100644 (file)
@@ -49,7 +49,7 @@ ECBackend::ECBackend(pg_shard_t whoami,
     fast_read{fast_read},
     allows_ecoverwrites{allows_ecoverwrites},
     read_pipeline{shard_services.get_cct(), ec_impl, sinfo, &eclistener, *this},
-    rmw_pipeline{shard_services.get_cct(), ec_impl, sinfo, &eclistener, *this}
+    rmw_pipeline{shard_services.get_cct(), ec_impl, sinfo, &eclistener, *this, shard_services.lookup_ec_extent_cache_lru()}
 {
 }