ceph/qa/suites/rgw/multisite/omap_limits.yaml
Casey Bodley 2aa526b96a qa/rgw: exercise DeleteRange in test_bucket_index_log_trim
test_bucket_index_log_trim doesn't create enough keys to exceed the
default threshold, so set it to 0

Signed-off-by: Casey Bodley <cbodley@redhat.com>
2020-02-03 11:46:59 -05:00

14 lines
433 B
YAML

overrides:
ceph:
conf:
osd:
# remove the threshold so that test_bucket_index_log_trim() will test DeleteRange
rocksdb delete range threshold: 0
# instead of expanding the matrix, run each osd with a different omap limit
osd.0:
osd_max_omap_entries_per_request: 10
osd.1:
osd_max_omap_entries_per_request: 1000
osd.2:
osd_max_omap_entries_per_request: 10000