]> git.proxmox.com Git - ceph.git/blame - ceph/qa/suites/rados/verify/validater/valgrind.yaml
import ceph 15.2.10
[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:
7c673cae
FG
7 debuginfo: true
8 ceph:
9 conf:
10 global:
9f95a23c 11 osd heartbeat grace: 80
224ce89b
WB
12 mon:
13 mon osd crush smoke test: false
92f5a8d4
TL
14 osd:
15 osd fast shutdown: false
9f95a23c
TL
16 debug bluestore: 1
17 debug bluefs: 1
cd265ab1 18 log-ignorelist:
35e4c445
FG
19 - overall HEALTH_
20# valgrind is slow.. we might get PGs stuck peering etc
21 - \(PG_
9f95a23c
TL
22# 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
23 - \(MON_DOWN\)
24 - \(SLOW_OPS\)
25 - slow request
7c673cae
FG
26 valgrind:
27 mon: [--tool=memcheck, --leak-check=full, --show-reachable=yes]
28 osd: [--tool=memcheck]
29 mds: [--tool=memcheck]
11fdf7f2
TL
30# https://tracker.ceph.com/issues/38621
31# mgr: [--tool=memcheck]