mirror of
https://github.com/ceph/ceph
synced 2025-01-24 20:13:45 +00:00
2552974fe7
Signed-off-by: Ali Maredia <amaredia@redhat.com>
24 lines
577 B
YAML
24 lines
577 B
YAML
# see http://tracker.ceph.com/issues/20360 and http://tracker.ceph.com/issues/18126
|
|
os_type: centos
|
|
os_version: "8.0"
|
|
|
|
overrides:
|
|
install:
|
|
ceph:
|
|
# flavor: notcmalloc
|
|
#debuginfo: true
|
|
ceph:
|
|
conf:
|
|
global:
|
|
osd heartbeat grace: 40
|
|
mon:
|
|
mon osd crush smoke test: false
|
|
osd:
|
|
osd fast shutdown: false
|
|
# 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]
|