]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/rgw: test with non-default rgw-obj-stripe-size 32996/head
authorCasey Bodley <cbodley@redhat.com>
Thu, 30 Jan 2020 20:17:30 +0000 (15:17 -0500)
committerCasey Bodley <cbodley@redhat.com>
Mon, 3 Feb 2020 16:24:52 +0000 (11:24 -0500)
each job will select one of the striping strategies at random

Signed-off-by: Casey Bodley <cbodley@redhat.com>
qa/suites/rgw/verify/striping$/stripe-equals-chunk.yaml [new file with mode: 0644]
qa/suites/rgw/verify/striping$/stripe-greater-than-chunk.yaml [new file with mode: 0644]

diff --git a/qa/suites/rgw/verify/striping$/stripe-equals-chunk.yaml b/qa/suites/rgw/verify/striping$/stripe-equals-chunk.yaml
new file mode 100644 (file)
index 0000000..9b3e20a
--- /dev/null
@@ -0,0 +1,7 @@
+overrides:
+  ceph:
+    conf:
+      client:
+        # use default values where chunk-size=stripe-size
+        #rgw max chunk size: 4194304
+        #rgw obj stripe size: 4194304
diff --git a/qa/suites/rgw/verify/striping$/stripe-greater-than-chunk.yaml b/qa/suites/rgw/verify/striping$/stripe-greater-than-chunk.yaml
new file mode 100644 (file)
index 0000000..3bf40d6
--- /dev/null
@@ -0,0 +1,7 @@
+overrides:
+  ceph:
+    conf:
+      client:
+        rgw max chunk size: 4194304
+        # stripe size greater than (and not a multiple of) chunk size
+        rgw obj stripe size: 6291456