]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
suites/rados/thrash-erasure-code/.../ec-small-objects-balanced.yaml: remove 56677/head
authorSamuel Just <sjust@redhat.com>
Wed, 8 May 2024 19:22:30 +0000 (19:22 +0000)
committerSamuel Just <sjust@redhat.com>
Mon, 21 Oct 2024 17:04:51 +0000 (17:04 +0000)
We don't support balanced reads on ec pools.  Additionally, the yaml
actually specifies 'balanced_reads' rather than 'balance_reads' and
therefore has no actual effect.

Signed-off-by: Samuel Just <sjust@redhat.com>
qa/suites/rados/thrash-erasure-code/workloads/ec-small-objects-balanced.yaml [deleted file]

diff --git a/qa/suites/rados/thrash-erasure-code/workloads/ec-small-objects-balanced.yaml b/qa/suites/rados/thrash-erasure-code/workloads/ec-small-objects-balanced.yaml
deleted file mode 100644 (file)
index af0ac39..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-tasks:
-- rados:
-    clients: [client.0]
-    ops: 400000
-    max_seconds: 600
-    max_in_flight: 64
-    objects: 1024
-    size: 16384
-    ec_pool: true
-    balanced_reads: true
-    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