ceph/erasure-code/ec-rados-plugin=jerasure-k=2-m=1.yaml
Loic Dachary 55e5160d96 erasure-code: fix bugous ec-rados-default.yaml in some suites
The ec-rados-default.yaml was linked to suites as if it was a task
although it is a workload intended for parallel upgrade tests.

The ec-rados-plugin=jerasure-k=2-m=1.yaml task is defined and used
instead, where relevant.

http://tracker.ceph.com/issues/9549 Fixes: #9549

Signed-off-by: Loic Dachary <loic-201408@dachary.org>
2014-09-21 18:58:43 +02:00

25 lines
453 B
YAML

tasks:
- rados:
clients: [client.0]
ops: 4000
objects: 50
ec_pool: true
erasure_code_profile:
name: jerasure21profile
plugin: jerasure
k: 2
m: 1
technique: reed_sol_van
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