summaryrefslogtreecommitdiffstats
path: root/src/ceph/qa/suites/upgrade/luminous-x/stress-split/7-final-workload/snaps-many-objects.yaml
blob: 805bf97c379244d9d3c9aabd667b815c80618364 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
meta:
- desc: |
   randomized correctness test for rados operations on a replicated pool with snapshot operations
tasks:
- rados:
    clients: [client.0]
    ops: 4000
    objects: 500
    write_append_excl: false
    op_weights:
      read: 100
      write: 100
      delete: 50
      snap_create: 50
      snap_remove: 50
      rollback: 50