]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/suites/perf-basic/workloads: add client_endpoint_rbd_4K_rand_write.yaml
authorNeha Ojha <nojha@redhat.com>
Wed, 12 Jun 2019 00:16:59 +0000 (00:16 +0000)
committerNeha Ojha <nojha@redhat.com>
Wed, 12 Jun 2019 00:16:59 +0000 (00:16 +0000)
Signed-off-by: Neha Ojha <nojha@redhat.com>
qa/suites/perf-basic/workloads/client_endpoint_rbd_4K_rand_write.yaml [new file with mode: 0644]

diff --git a/qa/suites/perf-basic/workloads/client_endpoint_rbd_4K_rand_write.yaml b/qa/suites/perf-basic/workloads/client_endpoint_rbd_4K_rand_write.yaml
new file mode 100644 (file)
index 0000000..1e9832b
--- /dev/null
@@ -0,0 +1,32 @@
+meta:
+- desc: |
+   Run librbdfio benchmark using cbt client endpoint for rbd.
+   4K randwrite workload.
+
+tasks:
+- cbt:
+    benchmarks:
+      fio:
+        client_endpoints: 'fiotest'
+        op_size: [4096]
+        time: 300
+        mode: ['randwrite']
+        norandommap: True
+        size: 4096
+        iodepth: [32]
+        osd_ra: [4096]
+        pool_profile: 'rbd'
+        log_avg_msec: 100
+    cluster:
+      user: 'ubuntu'
+      osds_per_node: 3
+      iterations: 1
+      pool_profiles:
+        rbd:
+          pg_size: 256
+          pgp_size: 256
+          replication: 3
+
+    client_endpoints:
+      fiotest:
+        driver: 'librbd'