From: Sage Weil Date: Mon, 23 Jan 2017 16:58:32 +0000 (-0500) Subject: qa/rgw: vary omap osd-side limit X-Git-Tag: v14.0.1~593^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b500359409ccb887c32ccef1935c79baeb08d23d;p=ceph.git qa/rgw: vary omap osd-side limit Signed-off-by: Sage Weil Signed-off-by: Casey Bodley --- diff --git a/qa/suites/rgw/multisite/omap_limits.yaml b/qa/suites/rgw/multisite/omap_limits.yaml new file mode 100644 index 000000000000..cd02c2121f8c --- /dev/null +++ b/qa/suites/rgw/multisite/omap_limits.yaml @@ -0,0 +1,10 @@ +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