blob: 9ad1ec9ee14a8a7901e227c76f60839c445b071d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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
|