mirror of
https://github.com/ceph/ceph
synced 2025-01-29 06:24:03 +00:00
1a6255530f
Add a workunit for testing the rgw object cache by using s3cmd to write objects and then verify the objects in the cache. Also move the 0-install.yaml file out of tasks and into the main dir for the rgw/verify subsuite. Signed-off-by: Ali Maredia <amaredia@redhat.com> qa: d3n: add debug logs Signed-off-by: Ali Maredia <amaredia@redhat.com> rgw: s3n: qa: fix netstat search for rgw process Signed-off-by: Mark Kogan <mkogan@redhat.com>
19 lines
435 B
YAML
19 lines
435 B
YAML
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
|