mirror of
https://github.com/ceph/ceph
synced 2025-03-11 02:39:05 +00:00
We've disabled the "clean" shutdown in ceph-mgr due to https://tracker.ceph.com/issues/38621 Until then, no valgrind leak checks! Signed-off-by: Sage Weil <sage@redhat.com>
26 lines
642 B
YAML
26 lines
642 B
YAML
# see http://tracker.ceph.com/issues/20360 and http://tracker.ceph.com/issues/18126
|
|
os_type: centos
|
|
|
|
overrides:
|
|
install:
|
|
ceph:
|
|
flavor: notcmalloc
|
|
debuginfo: true
|
|
ceph:
|
|
conf:
|
|
global:
|
|
osd heartbeat grace: 40
|
|
debug refs: 5
|
|
mon:
|
|
mon osd crush smoke test: false
|
|
log-whitelist:
|
|
- overall HEALTH_
|
|
# valgrind is slow.. we might get PGs stuck peering etc
|
|
- \(PG_
|
|
valgrind:
|
|
mon: [--tool=memcheck, --leak-check=full, --show-reachable=yes]
|
|
osd: [--tool=memcheck]
|
|
mds: [--tool=memcheck]
|
|
# https://tracker.ceph.com/issues/38621
|
|
# mgr: [--tool=memcheck]
|