blob: ce1d9f56df7b9ee5d67ea88821d1c6eb36c3e18c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# see http://tracker.ceph.com/issues/20360 and http://tracker.ceph.com/issues/18126
#os_type: centos
# ubuntu and no valgrind until we migrate test to py3
os_type: ubuntu
tasks:
- install:
- ceph:
- openssl_keys:
- rgw:
client.0:
# valgrind: [--tool=memcheck, --max-threads=1024] # http://tracker.ceph.com/issues/25214
overrides:
ceph:
conf:
global:
osd_min_pg_log_entries: 10
osd_max_pg_log_entries: 10
client:
rgw lc debug interval: 10
|