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