ceph/qa/suites/rgw/multisite/omap_limits.yaml
Sage Weil b500359409 qa/rgw: vary omap osd-side limit
Signed-off-by: Sage Weil <sage@redhat.com>
Signed-off-by: Casey Bodley <cbodley@redhat.com>
2018-08-10 14:50:52 -04:00

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