mirror of
https://github.com/ceph/ceph
synced 2025-01-23 19:46:56 +00:00
12 lines
399 B
YAML
12 lines
399 B
YAML
|
tasks:
|
||
|
- exec:
|
||
|
client.0:
|
||
|
- ceph osd pool create cache 4
|
||
|
- ceph osd tier add rbd cache
|
||
|
- ceph osd tier cache-mode cache writeback
|
||
|
- ceph osd tier set-overlay rbd cache
|
||
|
- ceph osd pool set cache hit_set_type bloom
|
||
|
- ceph osd pool set cache hit_set_count 8
|
||
|
- ceph osd pool set cache hit_set_period 60
|
||
|
- ceph osd pool set cache target_max_objects 250
|