From: Sage Weil Date: Mon, 23 Jan 2017 16:56:15 +0000 (-0500) Subject: qa/suites/fs/basic: vary omap osd-side limit X-Git-Tag: v12.0.1~88^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ecff8c6ce05b9fd0f09dbe3adc1dd4402d0d3651;p=ceph.git qa/suites/fs/basic: vary omap osd-side limit Ensure that the omap looping paths are exercised. Signed-off-by: Sage Weil --- diff --git a/qa/suites/fs/basic/omap_limit/10.yaml b/qa/suites/fs/basic/omap_limit/10.yaml new file mode 100644 index 000000000000..0cd2c6f89e55 --- /dev/null +++ b/qa/suites/fs/basic/omap_limit/10.yaml @@ -0,0 +1,5 @@ +overrides: + ceph: + conf: + osd: + osd_max_omap_entries_per_request: 10 \ No newline at end of file diff --git a/qa/suites/fs/basic/omap_limit/10000.yaml b/qa/suites/fs/basic/omap_limit/10000.yaml new file mode 100644 index 000000000000..0c7e4cf98680 --- /dev/null +++ b/qa/suites/fs/basic/omap_limit/10000.yaml @@ -0,0 +1,5 @@ +overrides: + ceph: + conf: + osd: + osd_max_omap_entries_per_request: 10000 \ No newline at end of file