]> git.proxmox.com Git - ceph.git/blame - ceph/qa/suites/fs/verify/validater/valgrind.yaml
buildsys: fix parallel builds
[ceph.git] / ceph / qa / suites / fs / verify / validater / valgrind.yaml
CommitLineData
7c673cae
FG
1
2# Valgrind makes everything slow, so ignore slow requests
3overrides:
4 ceph:
5 log-whitelist:
6 - slow requests are blocked
7
8os_type: centos # xenial valgrind buggy, see http://tracker.ceph.com/issues/18126
9overrides:
10 install:
11 ceph:
12 flavor: notcmalloc
13 debuginfo: true
14 ceph:
15 conf:
16 global:
17 osd heartbeat grace: 40
18 valgrind:
19 mon: [--tool=memcheck, --leak-check=full, --show-reachable=yes]
20 osd: [--tool=memcheck]
21 mds: [--tool=memcheck]
22 ceph-fuse:
23 client.0:
24 valgrind: [--tool=memcheck, --leak-check=full, --show-reachable=yes]