mirror of
https://github.com/ceph/ceph
synced 2024-12-29 15:03:33 +00:00
2aa526b96a
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>
14 lines
433 B
YAML
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
|