ceph/erasure-code/ec-rados-plugin=shec-k=4-m=3-c=2.yaml
Loic Dachary 12f4dffc35 erasure-code: add write_append_excl: false
Add write_append_excl: false to all erasure-code workloads and use the
same workload in all upgrade tests. write_append_excl: false is not
meaningfull for all Ceph versions but when it's not it will just be
ignored.

Signed-off-by: Loic Dachary <ldachary@redhat.com>
2015-08-06 15:33:58 +02:00

26 lines
452 B
YAML

tasks:
- rados:
clients: [client.0]
ops: 400
objects: 50
ec_pool: true
write_append_excl: false
erasure_code_profile:
name: shecprofile
plugin: shec
k: 4
m: 3
c: 2
ruleset-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