ceph/qa/suites/rados/thrash-erasure-code/workloads/ec-small-objects-many-deletes.yaml
Sage Weil 1fdd424815 qa/suites/rados/thrash-erasure-code: add many deletes workload
Having lots of deletes will mean deletes on objects that don't exist,
which will in turn mean error log entries and more coverage of the
append_log_entries_update_missing code.  Hopefully this will trigger
http://tracker.ceph.com/issues/24597

Signed-off-by: Sage Weil <sage@redhat.com>
2018-07-11 16:15:49 -05:00

15 lines
227 B
YAML

tasks:
- rados:
clients: [client.0]
ops: 400000
max_seconds: 600
max_in_flight: 8
objects: 20
size: 16384
ec_pool: true
op_weights:
write: 0
read: 0
append: 10
delete: 20