blob: 08fad9da02381e15955f85b1a236f55d70455a75 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# see http://tracker.ceph.com/issues/20360 and http://tracker.ceph.com/issues/18126
os_type: centos
overrides:
install:
ceph:
flavor: notcmalloc
ceph:
conf:
global:
osd heartbeat grace: 40
mon:
mon osd crush smoke test: false
valgrind:
mon: [--tool=memcheck, --leak-check=full, --show-reachable=yes]
osd: [--tool=memcheck]
mds: [--tool=memcheck]
|