mirror of
https://github.com/ceph/ceph
synced 2025-01-27 13:34:31 +00:00
41e5a85308
Peering might be slow due to valgrind. Signed-off-by: Sage Weil <sage@redhat.com>
23 lines
550 B
YAML
23 lines
550 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
|
|
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]
|