summaryrefslogtreecommitdiffstats
path: root/src/ceph/qa/suites/upgrade/hammer-jewel-x/parallel/6-workload/ec-rados-default.yaml
blob: 98185415ed0e6b3df7ef606d28e3348615f83bae (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
25
26
27
28
29
meta:
- desc: |
   run run randomized correctness test for rados operations
   on an erasure-coded pool
workload2:
  full_sequential:
  - rados:
      erasure_code_profile:
        name: teuthologyprofile2
        k: 2
        m: 1
        crush-failure-domain: osd
      clients: [client.0]
      ops: 4000
      objects: 50
      ec_pool: true
      write_append_excl: false
      op_weights:
        read: 100
        write: 0
        append: 100
        delete: 50
        snap_create: 50
        snap_remove: 50
        rollback: 50
        copy_from: 50
        setattr: 25
        rmattr: 25
  - print: "**** done rados ec task"