mirror of
https://github.com/ceph/ceph
synced 2024-12-18 09:25:49 +00:00
9a7e5e0866
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 <dehao.shang@intel.com> Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>
7 lines
200 B
SYSTEMD
7 lines
200 B
SYSTEMD
[Unit]
|
|
Description=ceph target allowing to start/stop all ceph-immutable-object-cache@.service instances at once
|
|
PartOf=ceph.target
|
|
Before=ceph.target
|
|
[Install]
|
|
WantedBy=multi-user.target ceph.target
|