]> git.proxmox.com Git - ceph.git/blame - ceph/qa/suites/rados/verify/validater/valgrind.yaml
import 15.2.0 Octopus source
[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:
9f95a23c 12 osd heartbeat grace: 80
224ce89b
WB
13 mon:
14 mon osd crush smoke test: false
92f5a8d4
TL
15 osd:
16 osd fast shutdown: false
9f95a23c
TL
17 debug bluestore: 1
18 debug bluefs: 1
35e4c445
FG
19 log-whitelist:
20 - overall HEALTH_
21# valgrind is slow.. we might get PGs stuck peering etc
22 - \(PG_
9f95a23c
TL
23# mons sometimes are left off of initial quorum due to valgrind slowness. ok to whitelist here because we'll still catch an actual crash due to the core
24 - \(MON_DOWN\)
25 - \(SLOW_OPS\)
26 - slow request
7c673cae
FG
27 valgrind:
28 mon: [--tool=memcheck, --leak-check=full, --show-reachable=yes]
29 osd: [--tool=memcheck]
30 mds: [--tool=memcheck]
11fdf7f2
TL
31# https://tracker.ceph.com/issues/38621
32# mgr: [--tool=memcheck]