blob: be4641b019d6c4dc8d8d8da51be28650d213865b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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"
|