From: Yuan Zhou Date: Thu, 13 Dec 2018 21:36:36 +0000 (+0800) Subject: tools: adding ceph level immutable obj cache daemon X-Git-Tag: v15.0.0~136^2~58 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=9a7e5e0866c0ff0d52019d7c4aabc2b7d757ac5d;p=ceph.git tools: adding ceph level immutable obj cache daemon The daemon is built for future integration with both RBD and RGW cache. The key components are: - domain socket based simple IPC - simple LRU policy based promotion/demotion for the cache - simple file based caching store for RADOS objs with sync IO interface - systemd service/target files for the daemon Signed-off-by: Dehao Shang Signed-off-by: Yuan Zhou --- diff --git a/src/common/options.cc b/src/common/options.cc index a6b0be73384d..be3d63fa1135 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -7035,6 +7035,22 @@ static std::vector