mirror of
https://github.com/ceph/ceph
synced 2025-02-15 14:58:01 +00:00
21 lines
521 B
Plaintext
21 lines
521 B
Plaintext
|
overrides:
|
||
|
install:
|
||
|
ceph:
|
||
|
ceph:
|
||
|
conf:
|
||
|
global:
|
||
|
osd heartbeat grace: 40
|
||
|
mon:
|
||
|
mon osd crush smoke test: false
|
||
|
osd:
|
||
|
osd fast shutdown: false
|
||
|
rgw:
|
||
|
c1.client.0:
|
||
|
valgrind: [--tool=memcheck, --max-threads=1024] # http://tracker.ceph.com/issues/25214
|
||
|
c1.client.1:
|
||
|
valgrind: [--tool=memcheck, --max-threads=1024]
|
||
|
c2.client.0:
|
||
|
valgrind: [--tool=memcheck, --max-threads=1024]
|
||
|
c2.client.1:
|
||
|
valgrind: [--tool=memcheck, --max-threads=1024]
|