ceph/qa/suites/rados/verify/validater/valgrind.yaml

30 lines
861 B
YAML
Raw Normal View History

# 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
osd:
osd fast shutdown: false
log-whitelist:
- overall HEALTH_
# valgrind is slow.. we might get PGs stuck peering etc
- \(PG_
# mons sometimes are left off of initial quorum due to valgrind slowness. ok to whitelist here because we'll still catch an actual crash due to the core
- \(MON_DOWN\)
valgrind:
2012-11-16 06:04:20 +00:00
mon: [--tool=memcheck, --leak-check=full, --show-reachable=yes]
osd: [--tool=memcheck]
mds: [--tool=memcheck]
# https://tracker.ceph.com/issues/38621
# mgr: [--tool=memcheck]