Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / qa / suites / upgrade / luminous-x / stress-split-erasure-code / 7-final-workload.yaml
1 #
2 # k=3 implies a stripe_width of 1376*3 = 4128 which is different from
3 # the default value of 4096 It is also not a multiple of 1024*1024 and
4 # creates situations where rounding rules during recovery becomes
5 # necessary.
6 #
7 meta:
8 - desc: |
9    randomized correctness test for rados operations on an erasure coded pool
10    using the jerasure plugin with k=3 and m=1
11 tasks:
12 - rados:
13     clients: [client.0]
14     ops: 4000
15     objects: 50
16     ec_pool: true
17     write_append_excl: false
18     erasure_code_profile:
19       name: jerasure31profile
20       plugin: jerasure
21       k: 3
22       m: 1
23       technique: reed_sol_van
24       crush-failure-domain: osd
25     op_weights:
26       read: 100
27       write: 0
28       append: 100
29       delete: 50
30       snap_create: 50
31       snap_remove: 50
32       rollback: 50
33       copy_from: 50
34       setattr: 25
35       rmattr: 25