]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/suites/rados/thrash-erasure-code: add clay 4+2 24291/head
authorSage Weil <sage@redhat.com>
Thu, 6 Sep 2018 16:23:28 +0000 (11:23 -0500)
committerKefu Chai <kchai@redhat.com>
Thu, 27 Sep 2018 10:56:21 +0000 (18:56 +0800)
Signed-off-by: Sage Weil <sage@redhat.com>
qa/erasure-code/ec-rados-plugin=clay-k=4-m=2.yaml [new file with mode: 0644]
qa/suites/rados/thrash-erasure-code/workloads/ec-rados-plugin=clay-k=4-m=2.yaml [new symlink]

diff --git a/qa/erasure-code/ec-rados-plugin=clay-k=4-m=2.yaml b/qa/erasure-code/ec-rados-plugin=clay-k=4-m=2.yaml
new file mode 100644 (file)
index 0000000..2efb854
--- /dev/null
@@ -0,0 +1,25 @@
+tasks:
+- rados:
+    clients: [client.0]
+    ops: 4000
+    objects: 50
+    ec_pool: true
+    write_append_excl: false
+    erasure_code_profile:
+      name: clay42profile
+      plugin: clay
+      k: 4
+      m: 2
+      technique: reed_sol_van
+      crush-failure-domain: osd
+    op_weights:
+      read: 100
+      write: 0
+      append: 100
+      delete: 50
+      snap_create: 50
+      snap_remove: 50
+      rollback: 50
+      copy_from: 50
+      setattr: 25
+      rmattr: 25
diff --git a/qa/suites/rados/thrash-erasure-code/workloads/ec-rados-plugin=clay-k=4-m=2.yaml b/qa/suites/rados/thrash-erasure-code/workloads/ec-rados-plugin=clay-k=4-m=2.yaml
new file mode 120000 (symlink)
index 0000000..08155ed
--- /dev/null
@@ -0,0 +1 @@
+.qa/erasure-code/ec-rados-plugin=clay-k=4-m=2.yaml
\ No newline at end of file