]> git.proxmox.com Git - ceph.git/blame - ceph/qa/suites/rados/singleton-nomsgr/all/valgrind-leaks.yaml
update sources to v12.1.1
[ceph.git] / ceph / qa / suites / rados / singleton-nomsgr / all / valgrind-leaks.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:
224ce89b
WB
10 log-whitelist:
11 - overall HEALTH_
12 - (PG_
7c673cae
FG
13 conf:
14 global:
15 osd heartbeat grace: 40
16 debug deliberately leak memory: true
17 osd max object name len: 460
18 osd max object namespace len: 64
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]
24roles:
25- [mon.a, mgr.x, osd.0, osd.1, client.0]
26tasks:
27- install:
28- ceph:
29 expect_valgrind_errors: true