]> git.proxmox.com Git - ceph.git/blob - ceph/qa/suites/fs/verify/validater/valgrind.yaml
82a6574752f9e5b50e00d1482d7e2f8892dcb257
[ceph.git] / ceph / qa / suites / fs / verify / validater / valgrind.yaml
1
2 # Valgrind makes everything slow, so ignore slow requests
3 overrides:
4 ceph:
5 log-whitelist:
6 - slow requests are blocked
7
8 os_type: centos # xenial valgrind buggy, see http://tracker.ceph.com/issues/18126
9 overrides:
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]