mirror of
https://github.com/ceph/ceph
synced 2025-01-24 20:13:45 +00:00
88df169500
This gets *some* coverage for the omap limits in the rados suite. Signed-off-by: Sage Weil <sage@redhat.com>
36 lines
603 B
YAML
36 lines
603 B
YAML
overrides:
|
|
ceph:
|
|
conf:
|
|
client:
|
|
debug rgw: 20
|
|
debug ms: 1
|
|
osd:
|
|
osd_max_omap_entries_per_request: 10
|
|
tasks:
|
|
- install:
|
|
- ceph:
|
|
- rgw:
|
|
default_idle_timeout: 3600
|
|
client.0: null
|
|
- thrash_pool_snaps:
|
|
pools:
|
|
- .rgw.buckets
|
|
- .rgw.root
|
|
- .rgw.control
|
|
- .rgw
|
|
- .users.uid
|
|
- .users.email
|
|
- .users
|
|
- s3readwrite:
|
|
client.0:
|
|
rgw_server: client.0
|
|
readwrite:
|
|
bucket: rwtest
|
|
readers: 10
|
|
writers: 3
|
|
duration: 300
|
|
files:
|
|
num: 10
|
|
size: 2000
|
|
stddev: 500
|