2014-08-25 17:03:44 +00:00
|
|
|
#
|
|
|
|
# k=3 implies a stripe_width of 1376*3 = 4128 which is different from
|
|
|
|
# the default value of 4096 It is also not a multiple of 1024*1024 and
|
|
|
|
# creates situations where rounding rules during recovery becomes
|
|
|
|
# necessary.
|
|
|
|
#
|
|
|
|
tasks:
|
|
|
|
- rados:
|
|
|
|
clients: [client.0]
|
2014-08-29 22:49:33 +00:00
|
|
|
ops: 4000
|
2014-08-25 17:03:44 +00:00
|
|
|
objects: 50
|
|
|
|
ec_pool: true
|
2015-08-06 13:33:58 +00:00
|
|
|
write_append_excl: false
|
2014-08-25 17:03:44 +00:00
|
|
|
erasure_code_profile:
|
2014-08-29 22:49:33 +00:00
|
|
|
name: jerasure31profile
|
2014-08-25 17:03:44 +00:00
|
|
|
plugin: jerasure
|
|
|
|
k: 3
|
|
|
|
m: 1
|
|
|
|
technique: reed_sol_van
|
2017-06-30 18:59:39 +00:00
|
|
|
crush-failure-domain: osd
|
2014-08-25 17:03:44 +00:00
|
|
|
op_weights:
|
2014-08-29 22:49:33 +00:00
|
|
|
read: 100
|
2014-08-25 17:03:44 +00:00
|
|
|
write: 0
|
2014-08-29 22:49:33 +00:00
|
|
|
append: 100
|
|
|
|
delete: 50
|
|
|
|
snap_create: 50
|
|
|
|
snap_remove: 50
|
|
|
|
rollback: 50
|
|
|
|
copy_from: 50
|
|
|
|
setattr: 25
|
|
|
|
rmattr: 25
|