summaryrefslogtreecommitdiffstats
path: root/src/ceph/qa/suites/rados/singleton-nomsgr/all/valgrind-leaks.yaml
blob: b0d5de305d842f6d03c0e6a2bb158be9eea99f8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# see http://tracker.ceph.com/issues/20360 and http://tracker.ceph.com/issues/18126
os_type: centos

overrides:
  install:
    ceph:
      flavor: notcmalloc
      debuginfo: true
  ceph:
    log-whitelist:
      - overall HEALTH_
      - \(PG_
    conf:
      global:
        osd heartbeat grace: 40
        debug deliberately leak memory: true
        osd max object name len: 460
        osd max object namespace len: 64
      mon:
        mon osd crush smoke test: false
    valgrind:
      mon: [--tool=memcheck, --leak-check=full, --show-reachable=yes]
      osd: [--tool=memcheck]
roles:
- [mon.a, mgr.x, osd.0, osd.1, client.0]
tasks:
- install:
- ceph:
    expect_valgrind_errors: true