ceph/qa/suites/rados/verify/validater/valgrind.yaml
2016-12-14 11:29:55 -06:00

15 lines
369 B
YAML

os_type: centos # xenial valgrind buggy, see http://tracker.ceph.com/issues/18126
overrides:
install:
ceph:
flavor: notcmalloc
debuginfo: true
ceph:
conf:
global:
osd heartbeat grace: 40
valgrind:
mon: [--tool=memcheck, --leak-check=full, --show-reachable=yes]
osd: [--tool=memcheck]
mds: [--tool=memcheck]