]> git.proxmox.com Git - ceph.git/blob - 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
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 log-whitelist:
11 - overall HEALTH_
12 - (PG_
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
19 mon:
20 mon osd crush smoke test: false
21 valgrind:
22 mon: [--tool=memcheck, --leak-check=full, --show-reachable=yes]
23 osd: [--tool=memcheck]
24 roles:
25 - [mon.a, mgr.x, osd.0, osd.1, client.0]
26 tasks:
27 - install:
28 - ceph:
29 expect_valgrind_errors: true