]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
crimson/osd/osd_operations/scrub_events: fix to use get_peering_request_pipeline() 54896/head
authorYingxin Cheng <yingxin.cheng@intel.com>
Mon, 22 Jan 2024 08:53:16 +0000 (16:53 +0800)
committerYingxin Cheng <yingxin.cheng@intel.com>
Mon, 22 Jan 2024 08:53:16 +0000 (16:53 +0800)
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com>
src/crimson/osd/osd_operations/scrub_events.cc

index 9246233448b5bf152e0f75a24d7674cc2916e9d6..9777ce20ef1b1b6fd634b327a9e0bc60b4ce88f6 100644 (file)
@@ -28,7 +28,7 @@ template <class T>
 PerShardPipeline &RemoteScrubEventBaseT<T>::get_pershard_pipeline(
   ShardServices &shard_services)
 {
-  return shard_services.get_client_request_pipeline();
+  return shard_services.get_peering_request_pipeline();
 }
 
 template <class T>