ceph/qa/suites/rgw/multisite/valgrind.yaml.disabled
Casey Bodley 8f27c845be qa/rgw: move rgw/multisite valgrind config into valgrind.yaml.disabled
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>
2021-04-12 12:05:16 -04:00

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]