2017-06-30 13:33:10 +00:00
# see http://tracker.ceph.com/issues/20360 and http://tracker.ceph.com/issues/18126
os_type : centos
2012-02-21 18:02:44 +00:00
overrides :
2014-07-08 23:39:19 +00:00
install :
ceph :
flavor : notcmalloc
2016-02-26 14:46:27 +00:00
debuginfo : true
2012-02-21 18:02:44 +00:00
ceph :
2014-05-21 22:43:41 +00:00
conf :
global :
osd heartbeat grace : 40
2019-02-05 13:30:52 +00:00
debug refs : 5
2017-07-14 15:42:31 +00:00
mon :
mon osd crush smoke test : false
2019-11-15 15:31:50 +00:00
osd :
osd fast shutdown : false
2017-08-12 18:18:59 +00:00
log-whitelist :
- overall HEALTH_
# valgrind is slow.. we might get PGs stuck peering etc
- \(PG_
2019-09-29 15:27:01 +00:00
# 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\)
2012-02-21 18:02:44 +00:00
valgrind :
2012-11-16 06:04:20 +00:00
mon : [ --tool=memcheck, --leak-check=full, --show-reachable=yes]
2012-02-21 18:02:44 +00:00
osd : [ --tool=memcheck]
mds : [ --tool=memcheck]
2019-03-07 17:23:19 +00:00
# https://tracker.ceph.com/issues/38621
# mgr: [--tool=memcheck]