]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
tools: kill ObjectCacheFile in immutable obj cache
authorYuan Zhou <yuan.zhou@intel.com>
Wed, 23 Jan 2019 15:48:44 +0000 (23:48 +0800)
committerYuan Zhou <yuan.zhou@intel.com>
Thu, 21 Mar 2019 16:16:28 +0000 (00:16 +0800)
commit7aaa3b6e476f520827e88ed14a9184ec7d3083bc
treecbb9640be0243e08930a276c07dd262ce9d53f7e
parent21bcc7598a2e87d384996cbcfad8b8ca3f3e774f
tools: kill ObjectCacheFile in immutable obj cache

instead we could use bufferlist::write_file/pread_file to write/read on cache

Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>
src/test/immutable_object_cache/CMakeLists.txt
src/tools/immutable_object_cache/CMakeLists.txt
src/tools/immutable_object_cache/ObjectCacheFile.cc [deleted file]
src/tools/immutable_object_cache/ObjectCacheFile.h [deleted file]
src/tools/immutable_object_cache/ObjectCacheStore.cc
src/tools/immutable_object_cache/ObjectCacheStore.h