mirror of
https://github.com/ceph/ceph
synced 2025-01-09 20:52:09 +00:00
11 lines
290 B
YAML
11 lines
290 B
YAML
|
overrides:
|
||
|
ceph:
|
||
|
conf:
|
||
|
# 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
|