blob: cf413389bae6f9f84f765026a4549e896b79b193 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# see http://tracker.ceph.com/issues/20360 and http://tracker.ceph.com/issues/18126
os_type: centos
tasks:
- install:
flavor: notcmalloc
- ceph:
- rgw:
client.0:
valgrind: [--tool=memcheck]
- s3tests:
client.0:
force-branch: ceph-luminous
rgw_server: client.0
overrides:
ceph:
conf:
global:
osd_min_pg_log_entries: 10
osd_max_pg_log_entries: 10
client:
rgw lc debug interval: 10
|