mirror of
https://github.com/ceph/ceph
synced 2025-01-25 04:24:24 +00:00
09d02abe45
cache_evict is kinda broken at the moment due to snapdir nonsense. I'm reverting this
test for now until it's fixed so it doesn't obscure the test results.
Bug: 8629
This reverts commit 3dae48c7cd
.
33 lines
810 B
YAML
33 lines
810 B
YAML
overrides:
|
|
ceph:
|
|
log-whitelist:
|
|
- must scrub before tier agent can activate
|
|
tasks:
|
|
- exec:
|
|
client.0:
|
|
- ceph osd pool create base 4
|
|
- ceph osd pool create cache 4
|
|
- ceph osd tier add base cache
|
|
- ceph osd tier cache-mode cache writeback
|
|
- ceph osd tier set-overlay base 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 3600
|
|
- ceph osd pool set cache target_max_objects 250
|
|
- rados:
|
|
clients: [client.0]
|
|
pools: [base]
|
|
ops: 4000
|
|
objects: 500
|
|
op_weights:
|
|
read: 100
|
|
write: 100
|
|
delete: 50
|
|
copy_from: 50
|
|
flush: 50
|
|
try_flush: 50
|
|
evict: 50
|
|
snap_create: 50
|
|
snap_remove: 50
|
|
rollback: 50
|