mirror of
https://github.com/ceph/ceph
synced 2025-01-25 04:24:24 +00:00
e265bee1c9
These need to specify short names bc they don't have all osds on a dedicated block device. Signed-off-by: Sage Weil <sage@redhat.com>
22 lines
479 B
YAML
22 lines
479 B
YAML
overrides:
|
|
install:
|
|
ceph:
|
|
flavor: notcmalloc
|
|
debuginfo: true
|
|
ceph:
|
|
conf:
|
|
global:
|
|
osd heartbeat grace: 40
|
|
debug deliberately leak memory: true
|
|
osd max object name len: 460
|
|
osd max object namespace len: 64
|
|
valgrind:
|
|
mon: [--tool=memcheck, --leak-check=full, --show-reachable=yes]
|
|
osd: [--tool=memcheck]
|
|
roles:
|
|
- [mon.0, osd.0, osd.1, client.0]
|
|
tasks:
|
|
- install:
|
|
- ceph:
|
|
expect_valgrind_errors: true
|