summaryrefslogtreecommitdiffstats
path: root/src/ceph/qa/suites/powercycle/osd/tasks/snaps-few-objects.yaml
blob: aa82d973ae17a7366c994b09522140b229858159 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
tasks:
- rados:
    clients: [client.0]
    ops: 4000
    objects: 50
    op_weights:
      read: 100
      write: 100
      delete: 50
      snap_create: 50
      snap_remove: 50
      rollback: 50
      copy_from: 50