summaryrefslogtreecommitdiffstats
path: root/qa/suites/rados/thrash/workloads/redirect_promote_tests.yaml
blob: 23226771d30e02cae734a3922ee566071728efab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
overrides:
  ceph:
    log-ignorelist:
      - \(POOL_APP_NOT_ENABLED\)
tasks:
- exec:
    client.0:
      - sudo ceph osd pool create low_tier 4
- rados:
    clients: [client.0]
    low_tier_pool: 'low_tier'
    ops: 4000
    objects: 500
    set_redirect: true
    op_weights:
      set_redirect: 100
      read: 50
      tier_promote: 30