mirror of
https://github.com/ceph/ceph
synced 2024-12-26 05:25:09 +00:00
bc86b06a67
Signed-off-by: Sage Weil <sage@redhat.com>
26 lines
472 B
YAML
26 lines
472 B
YAML
tasks:
|
|
- rados:
|
|
clients: [client.0]
|
|
ops: 4000
|
|
objects: 50
|
|
ec_pool: true
|
|
write_append_excl: false
|
|
erasure_code_profile:
|
|
name: clay42profile
|
|
plugin: clay
|
|
k: 4
|
|
m: 2
|
|
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
|