]> git.proxmox.com Git - ceph.git/blob - ceph/qa/suites/rados/valgrind-leaks/1-start.yaml
4f4fc33cc7c4b1fb871526bbcf16ab09095e5aa2
[ceph.git] / ceph / qa / suites / rados / valgrind-leaks / 1-start.yaml
1 openstack:
2 - volumes: # attached to each instance
3 count: 2
4 size: 10 # GB
5
6 overrides:
7 install:
8 ceph:
9 flavor: notcmalloc
10 debuginfo: true
11 ceph:
12 log-whitelist:
13 - overall HEALTH_
14 - \(PG_
15 conf:
16 global:
17 osd heartbeat grace: 40
18 osd max object name len: 460
19 osd max object namespace len: 64
20 mon:
21 mon osd crush smoke test: false
22 osd:
23 osd fast shutdown: false
24 valgrind:
25 mon: [--tool=memcheck, --leak-check=full, --show-reachable=yes]
26 osd: [--tool=memcheck]
27 roles:
28 - [mon.a, mon.b, mon.c, mgr.x, mgr.y, osd.0, osd.1, osd.2, client.0]
29 tasks:
30 - install:
31 - ceph: