]> git.proxmox.com Git - ceph.git/blob - ceph/qa/suites/rados/singleton-nomsgr/all/valgrind-leaks.yaml
c05ad133be36aa99970f33594e043437f797c1f3
[ceph.git] / ceph / qa / suites / rados / singleton-nomsgr / all / valgrind-leaks.yaml
1 os_type: centos # xenial valgrind buggy, see http://tracker.ceph.com/issues/18126
2 overrides:
3 install:
4 ceph:
5 flavor: notcmalloc
6 debuginfo: true
7 ceph:
8 conf:
9 global:
10 osd heartbeat grace: 40
11 debug deliberately leak memory: true
12 osd max object name len: 460
13 osd max object namespace len: 64
14 valgrind:
15 mon: [--tool=memcheck, --leak-check=full, --show-reachable=yes]
16 osd: [--tool=memcheck]
17 roles:
18 - [mon.a, mgr.x, osd.0, osd.1, client.0]
19 tasks:
20 - install:
21 - ceph:
22 expect_valgrind_errors: true