mirror of
https://github.com/ceph/ceph
synced 2024-12-29 15:03:33 +00:00
8f27c845be
the valgrind coverage wasn't enabled, and it will take a lot more work before we can reenable Signed-off-by: Casey Bodley <cbodley@redhat.com>
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]
|