]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.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, 24 Mar 2026 16:06:24 +0000 (16:06 +0000)
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
src/crimson/osd/ec_backend.cc

index 58299e49c0b6f2562920c49c76e9324568b44b59..1456c064104413dafa31ade57a00552146bac11b 100644 (file)
@@ -50,7 +50,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()}
 {
 }