]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
qa/rgw: vary omap osd-side limit
authorSage Weil <sage@redhat.com>
Mon, 23 Jan 2017 16:58:32 +0000 (11:58 -0500)
committerCasey Bodley <cbodley@redhat.com>
Fri, 10 Aug 2018 18:50:52 +0000 (14:50 -0400)
Signed-off-by: Sage Weil <sage@redhat.com>
Signed-off-by: Casey Bodley <cbodley@redhat.com>
qa/suites/rgw/multisite/omap_limits.yaml [new file with mode: 0644]

diff --git a/qa/suites/rgw/multisite/omap_limits.yaml b/qa/suites/rgw/multisite/omap_limits.yaml
new file mode 100644 (file)
index 0000000..cd02c21
--- /dev/null
@@ -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