]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
crimson/os: make cyanstore not use proxy 48575/head
authorchunmei-liu <chunmei.liu@intel.com>
Wed, 11 Jan 2023 00:48:55 +0000 (16:48 -0800)
committerchunmei-liu <chunmei.liu@intel.com>
Wed, 11 Jan 2023 05:40:00 +0000 (21:40 -0800)
Signed-off-by: chunmei-liu <chunmei.liu@intel.com>
src/crimson/os/futurized_store.cc

index 24f632b9cb7907f026bce27df3ae6f80c3d2d054..b9542a50c604d096142f0b8bb8c75c95ead67627 100644 (file)
@@ -18,7 +18,7 @@ FuturizedStore::create(const std::string& type,
   if (type == "cyanstore") {
     using crimson::os::CyanStore;
     return seastar::make_ready_future<std::unique_ptr<FuturizedStore>>(
-      std::make_unique<ShardedStoreProxy<CyanStore>>(data));
+      std::make_unique<CyanStore>(data));
   } else if (type == "seastore") {
     return crimson::os::seastore::make_seastore(
       data, values