]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/suites/rbd/persistent-writeback-cache: add test case 43918/head
authorYin Congmin <congmin.yin@intel.com>
Fri, 12 Nov 2021 08:54:31 +0000 (16:54 +0800)
committerDeepika Upadhyay <dupadhya@redhat.com>
Sat, 13 Nov 2021 11:59:52 +0000 (17:29 +0530)
Add the test case which size is 8GB, So that some problems that occur
only in test scenarios above 4GB may be found in this test. For example,
the variables of 32-bit may be unexpected value when it operates with
a 64 bit value.

Signed-off-by: Yin Congmin <congmin.yin@intel.com>
(cherry picked from commit 3da4a9401c887f9fa92d090786c5ef2121665bd2)

qa/suites/rbd/persistent-writeback-cache/4-pool/big-cache.yaml [new file with mode: 0644]

diff --git a/qa/suites/rbd/persistent-writeback-cache/4-pool/big-cache.yaml b/qa/suites/rbd/persistent-writeback-cache/4-pool/big-cache.yaml
new file mode 100644 (file)
index 0000000..7ac3f31
--- /dev/null
@@ -0,0 +1,15 @@
+overrides:
+  ceph:
+    conf:
+      client:
+        rbd_persistent_cache_path: /home/ubuntu/cephtest/write_back_cache
+        rbd_persistent_cache_size: 8589934592
+        rbd_plugins: pwl_cache
+        rbd_default_features: 61
+tasks:
+- exec:
+    client.0:
+      - "mkdir -m 777 /home/ubuntu/cephtest/write_back_cache"
+- exec_on_cleanup:
+    client.0:
+      - "rm -rf /home/ubuntu/cephtest/write_back_cache"