]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/suites/fs/basic: vary omap osd-side limit
authorSage Weil <sage@redhat.com>
Mon, 23 Jan 2017 16:56:15 +0000 (11:56 -0500)
committerJohn Spray <john.spray@redhat.com>
Tue, 14 Mar 2017 11:51:25 +0000 (11:51 +0000)
Ensure that the omap looping paths are exercised.

Signed-off-by: Sage Weil <sage@redhat.com>
qa/suites/fs/basic/omap_limit/10.yaml [new file with mode: 0644]
qa/suites/fs/basic/omap_limit/10000.yaml [new file with mode: 0644]

diff --git a/qa/suites/fs/basic/omap_limit/10.yaml b/qa/suites/fs/basic/omap_limit/10.yaml
new file mode 100644 (file)
index 0000000..0cd2c6f
--- /dev/null
@@ -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 (file)
index 0000000..0c7e4cf
--- /dev/null
@@ -0,0 +1,5 @@
+overrides:
+  ceph:
+    conf:
+      osd:
+        osd_max_omap_entries_per_request: 10000
\ No newline at end of file