mirror of
https://github.com/ceph/ceph
synced 2025-03-01 22:12:06 +00:00
Rename to pwl-cache, introduce home subdirectory and 4-cache-path.yaml. No functional changes. Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
14 lines
319 B
YAML
14 lines
319 B
YAML
overrides:
|
|
ceph:
|
|
conf:
|
|
client:
|
|
rbd_persistent_cache_path: /home/ubuntu/cephtest/rbd-pwl-cache
|
|
rbd_plugins: pwl_cache
|
|
tasks:
|
|
- exec:
|
|
client.0:
|
|
- "mkdir -m 777 /home/ubuntu/cephtest/rbd-pwl-cache"
|
|
- exec_on_cleanup:
|
|
client.0:
|
|
- "rm -rf /home/ubuntu/cephtest/rbd-pwl-cache"
|