summaryrefslogtreecommitdiffstats
path: root/qa/suites/rados/thrash/workloads/small-objects-balanced.yaml
blob: ece22cd36fa859292a7cd0d05b559e7dfb39c547 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
overrides:
  ceph:
    crush_tunables: jewel
    log-ignorelist:
      - \(POOL_APP_NOT_ENABLED\)
tasks:
- rados:
    clients: [client.0]
    ops: 400000
    max_seconds: 600
    max_in_flight: 64
    objects: 1024
    size: 16384
    balance_reads: true
    op_weights:
      read: 100
      write: 100
      delete: 50
      snap_create: 50
      snap_remove: 50
      rollback: 50
      copy_from: 50
      setattr: 25
      rmattr: 25