mirror of
https://github.com/ceph/ceph
synced 2025-02-15 23:07:55 +00:00
20 lines
408 B
YAML
20 lines
408 B
YAML
|
overrides:
|
||
|
install:
|
||
|
ceph:
|
||
|
flavor: notcmalloc
|
||
|
ceph:
|
||
|
conf:
|
||
|
global:
|
||
|
osd heartbeat grace: 40
|
||
|
debug deliberately leak memory: true
|
||
|
valgrind:
|
||
|
mon: [--tool=memcheck, --leak-check=full, --show-reachable=yes]
|
||
|
osd: [--tool=memcheck]
|
||
|
mds: [--tool=memcheck]
|
||
|
roles:
|
||
|
- [mon.0, osd.0, osd.1, client.0]
|
||
|
tasks:
|
||
|
- install:
|
||
|
- ceph:
|
||
|
expect_valgrind_errors: true
|