mirror of
https://github.com/ceph/ceph
synced 2025-01-02 09:02:34 +00:00
21a4afc24b
Signed-off-by: Yuri Weinstein <yuriw@magna002.ceph.redhat.com>
26 lines
501 B
YAML
26 lines
501 B
YAML
tasks:
|
|
- rados:
|
|
clients: [client.0]
|
|
ops: 4000
|
|
objects: 50
|
|
ec_pool: true
|
|
erasure_code_profile:
|
|
name: isaprofile
|
|
plugin: isa
|
|
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
|
|
- print: "**** done ec-rados-plugin=isa-k=2-m=1 9-workload"
|