summaryrefslogtreecommitdiffstats
path: root/qa/suites/rgw/multisite/valgrind.yaml.disabled
blob: 36e20f02c3e82550ee5fc0e785cd56852a50d868 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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]