mirror of
https://github.com/ceph/ceph
synced 2025-02-05 01:43:35 +00:00
1fdd424815
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>
15 lines
227 B
YAML
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
|