ceph/qa/suites/upgrade/kraken-x/stress-split-erasure-code/4-ec-workload.yaml
Yuri Weinstein ccc885ac59 qa/suites/upgrade/kraken-x: Initial checkin
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
2017-02-18 21:12:23 -05:00

23 lines
488 B
YAML

meta:
- desc: |
randomized correctness test for rados operations on an erasure coded pool
stress-tasks:
- rados:
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"