summaryrefslogtreecommitdiffstats
path: root/src/ceph/qa/erasure-code/ec-rados-plugin=isa-k=2-m=1.yaml
blob: 64b59705c071e22de15c014ef8e4f3c5a7e6e3d1 (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
tasks:
- rados:
    clients: [client.0]
    ops: 4000
    objects: 50
    ec_pool: true
    min_size: 2
    write_append_excl: false
    erasure_code_profile:
      name: isaprofile
      plugin: isa
      k: 2
      m: 1
      technique: reed_sol_van
      crush-failure-domain: osd
    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