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