mirror of
https://github.com/ceph/ceph
synced 2025-01-15 07:23:16 +00:00
d46af6d3de
this has a performance cost, and the teuthology environment can already be sluggish. if lifecycle expiration/transition testing was limited to the rgw/lifecycle and rgw/cloud-transition suites, the others would probably run significantly faster Fixes: https://tracker.ceph.com/issues/61859 Signed-off-by: Casey Bodley <cbodley@redhat.com>
19 lines
326 B
YAML
19 lines
326 B
YAML
tasks:
|
|
- install:
|
|
# extra packages added for the rgw-datacache task
|
|
extra_system_packages:
|
|
deb: ['s3cmd']
|
|
rpm: ['s3cmd']
|
|
- ceph:
|
|
- openssl_keys:
|
|
- rgw:
|
|
client.0:
|
|
- tox: [client.0]
|
|
|
|
overrides:
|
|
ceph:
|
|
conf:
|
|
global:
|
|
osd_min_pg_log_entries: 10
|
|
osd_max_pg_log_entries: 10
|