summaryrefslogtreecommitdiffstats
path: root/src/ceph/qa/suites/big/rados-thrash/workloads/snaps-few-objects.yaml
blob: b73bb6781dce923a9d060323b45c5df61ba4d59b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
tasks:
- rados:
    ops: 4000
    max_seconds: 3600
    objects: 50
    op_weights:
      read: 100
      write: 100
      delete: 50
      snap_create: 50
      snap_remove: 50
      rollback: 50
      copy_from: 50