]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/test/immutable_object_cache/test_object_store.cc
Import ceph 15.2.8
[ceph.git] / ceph / src / test / immutable_object_cache / test_object_store.cc
index 5e044322ee012ba590088cf3a110575fe242a73b..736928fe0e7dca794df70a4de7425564d0e15202 100644 (file)
@@ -68,7 +68,8 @@ public:
 
   void lookup_object_cache_store(std::string pool_name, std::string vol_name, std::string obj_name, int& ret) {
     std::string cache_path;
-    ret = m_object_cache_store->lookup_object(pool_name, 1, 2, obj_name, cache_path);
+    ret = m_object_cache_store->lookup_object(pool_name, 1, 2, obj_name, true,
+                                              cache_path);
   }
 
   void TearDown() override {