]> git.proxmox.com Git - ceph.git/blob - ceph/qa/suites/rados/verify/validater/valgrind.yaml
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / qa / suites / rados / verify / validater / valgrind.yaml
1 # see http://tracker.ceph.com/issues/20360 and http://tracker.ceph.com/issues/18126
2 os_type: centos
3
4 overrides:
5 install:
6 ceph:
7 flavor: notcmalloc
8 debuginfo: true
9 ceph:
10 conf:
11 global:
12 osd heartbeat grace: 40
13 debug refs: 5
14 mon:
15 mon osd crush smoke test: false
16 log-whitelist:
17 - overall HEALTH_
18 # valgrind is slow.. we might get PGs stuck peering etc
19 - \(PG_
20 valgrind:
21 mon: [--tool=memcheck, --leak-check=full, --show-reachable=yes]
22 osd: [--tool=memcheck]
23 mds: [--tool=memcheck]
24 # https://tracker.ceph.com/issues/38621
25 # mgr: [--tool=memcheck]