]> git.proxmox.com Git - ceph.git/blame - ceph/qa/suites/rados/thrash/workloads/dedup-io-snaps.yaml
update ceph source to reef 18.2.1
[ceph.git] / ceph / qa / suites / rados / thrash / workloads / dedup-io-snaps.yaml
CommitLineData
aee94f69
TL
1overrides:
2 ceph:
3 log-ignorelist:
4 - \(POOL_APP_NOT_ENABLED\)
20effc67
TL
5tasks:
6- exec:
7 client.0:
8 - sudo ceph osd pool create low_tier 4
9- rados:
10 clients: [client.0]
11 low_tier_pool: 'low_tier'
12 ops: 1500
13 objects: 50
14 set_chunk: true
15 enable_dedup: true
16 dedup_chunk_size: '131072'
17 dedup_chunk_algo: 'fastcdc'
18 op_weights:
19 read: 100
20 write: 50
21 set_chunk: 30
22 tier_promote: 10
23 tier_flush: 5
24 tier_evict: 10
25 snap_create: 10
26 snap_remove: 10
27 rollback: 10