mirror of
https://github.com/ceph/ceph
synced 2025-01-08 20:21:33 +00:00
34 lines
547 B
YAML
34 lines
547 B
YAML
overrides:
|
|
ceph:
|
|
conf:
|
|
client:
|
|
debug rgw: 20
|
|
debug ms: 1
|
|
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
|