mirror of
https://github.com/ceph/ceph
synced 2025-01-18 00:43:38 +00:00
aa76cf7488
This reverts commit 5923961465
.
See http://tracker.ceph.com/issues/20360
Signed-off-by: Sage Weil <sage@redhat.com>
15 lines
369 B
YAML
15 lines
369 B
YAML
os_type: centos # xenial valgrind buggy, see http://tracker.ceph.com/issues/18126
|
|
overrides:
|
|
install:
|
|
ceph:
|
|
flavor: notcmalloc
|
|
debuginfo: true
|
|
ceph:
|
|
conf:
|
|
global:
|
|
osd heartbeat grace: 40
|
|
valgrind:
|
|
mon: [--tool=memcheck, --leak-check=full, --show-reachable=yes]
|
|
osd: [--tool=memcheck]
|
|
mds: [--tool=memcheck]
|