2017-06-30 13:33:10 +00:00
|
|
|
# see http://tracker.ceph.com/issues/20360 and http://tracker.ceph.com/issues/18126
|
2019-12-17 16:52:37 +00:00
|
|
|
#os_type: centos
|
|
|
|
# ubuntu and no valgrind until we migrate test to py3
|
|
|
|
os_type: ubuntu
|
2017-06-30 13:33:10 +00:00
|
|
|
|
2017-04-23 23:37:49 +00:00
|
|
|
overrides:
|
|
|
|
install:
|
|
|
|
ceph:
|
2019-12-17 16:52:37 +00:00
|
|
|
# flavor: notcmalloc
|
2017-04-23 23:37:49 +00:00
|
|
|
ceph:
|
|
|
|
conf:
|
|
|
|
global:
|
|
|
|
osd heartbeat grace: 40
|
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
|
2019-12-17 16:52:37 +00:00
|
|
|
# valgrind:
|
|
|
|
# mon: [--tool=memcheck, --leak-check=full, --show-reachable=yes]
|
|
|
|
# osd: [--tool=memcheck]
|
|
|
|
# mds: [--tool=memcheck]
|