summaryrefslogtreecommitdiffstats
path: root/qa/suites/rgw/verify/datacache/rgw-datacache.yaml
blob: f5f8c94d54dfabb62638f977e1384aa2d815e68f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
overrides:
  ceph:
    conf:
      client:
        rgw d3n l1 local datacache enabled: true
        rgw enable ops log: true
        rgw d3n l1 datacache persistent path: /tmp/rgw_datacache/
        rgw d3n l1 datacache size: 10737418240
  rgw:
    datacache: true
    datacache_path: /tmp/rgw_datacache
tasks:
- workunit:
    clients:
      client.0:
      - rgw/run-datacache.sh
    env:
      RGW_DATACACHE_PATH: /tmp/rgw_datacache