ceph/qa/suites/fs/verify/validater/valgrind.yaml
John Spray 131d1bd570 qa: add log whitelists for MDS health messages
Now that we send these to the cluster log, we must
whitelist them in the tests that exercise those
unhealthy states.

Fixes: http://tracker.ceph.com/issues/19551
Signed-off-by: John Spray <john.spray@redhat.com>
2017-04-14 05:47:43 -04:00

25 lines
603 B
YAML

# Valgrind makes everything slow, so ignore slow requests
overrides:
ceph:
log-whitelist:
- slow requests are blocked
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]