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

18 lines
471 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]
ceph-fuse:
client.0:
valgrind: [--tool=memcheck, --leak-check=full, --show-reachable=yes]