blob: 1abbdd757c522bf7c6079d8a335a2a14ff9888c4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
tasks:
- exec:
client.0:
- sudo ceph osd pool create low_tier 4
- rados:
clients: [client.0]
low_tier_pool: 'low_tier'
ops: 4000
objects: 300
set_chunk: true
op_weights:
chunk_read: 100
tier_promote: 10
|