]> git.proxmox.com Git - ceph.git/blame - ceph/qa/suites/rados/verify/validater/valgrind.yaml
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / qa / suites / rados / 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
3
7c673cae
FG
4overrides:
5 install:
6 ceph:
7 flavor: notcmalloc
8 debuginfo: true
9 ceph:
10 conf:
11 global:
12 osd heartbeat grace: 40
11fdf7f2 13 debug refs: 5
224ce89b
WB
14 mon:
15 mon osd crush smoke test: false
92f5a8d4
TL
16 osd:
17 osd fast shutdown: false
35e4c445
FG
18 log-whitelist:
19 - overall HEALTH_
20# valgrind is slow.. we might get PGs stuck peering etc
21 - \(PG_
7c673cae
FG
22 valgrind:
23 mon: [--tool=memcheck, --leak-check=full, --show-reachable=yes]
24 osd: [--tool=memcheck]
25 mds: [--tool=memcheck]
11fdf7f2
TL
26# https://tracker.ceph.com/issues/38621
27# mgr: [--tool=memcheck]