]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/suites/crimson-rados/thrash/workloads: Enable small-objects-balanced/localized
authorMatan Breizman <mbreizma@redhat.com>
Tue, 6 Dec 2022 14:23:06 +0000 (14:23 +0000)
committerMatan Breizman <mbreizma@redhat.com>
Tue, 7 Mar 2023 08:57:03 +0000 (08:57 +0000)
Signed-off-by: Matan Breizman <mbreizma@redhat.com>
qa/suites/crimson-rados/thrash/workloads/small-objects-balanced.yaml [new file with mode: 0644]
qa/suites/crimson-rados/thrash/workloads/small-objects-balanced.yaml.disabled [deleted file]
qa/suites/crimson-rados/thrash/workloads/small-objects-localized.yaml [new file with mode: 0644]
qa/suites/crimson-rados/thrash/workloads/small-objects-localized.yaml.disabled [deleted file]

diff --git a/qa/suites/crimson-rados/thrash/workloads/small-objects-balanced.yaml b/qa/suites/crimson-rados/thrash/workloads/small-objects-balanced.yaml
new file mode 100644 (file)
index 0000000..550261f
--- /dev/null
@@ -0,0 +1,24 @@
+overrides:
+  ceph:
+    crush_tunables: jewel
+tasks:
+- rados:
+    clients: [client.0]
+    ops: 400000
+    max_seconds: 600
+    max_in_flight: 64
+    objects: 1024
+    size: 16384
+    balance_reads: true
+    op_weights:
+      read: 100
+      write: 100
+      delete: 50
+      snap_create: 50
+      snap_remove: 0
+      # TODO: CEPH_OSD_OP_ROLLBACK
+      rollback: 0
+      # TODO: CEPH_OSD_OP_COPY_FROM
+      copy_from: 0
+      setattr: 25
+      rmattr: 25
diff --git a/qa/suites/crimson-rados/thrash/workloads/small-objects-balanced.yaml.disabled b/qa/suites/crimson-rados/thrash/workloads/small-objects-balanced.yaml.disabled
deleted file mode 100644 (file)
index 550261f..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-overrides:
-  ceph:
-    crush_tunables: jewel
-tasks:
-- rados:
-    clients: [client.0]
-    ops: 400000
-    max_seconds: 600
-    max_in_flight: 64
-    objects: 1024
-    size: 16384
-    balance_reads: true
-    op_weights:
-      read: 100
-      write: 100
-      delete: 50
-      snap_create: 50
-      snap_remove: 0
-      # TODO: CEPH_OSD_OP_ROLLBACK
-      rollback: 0
-      # TODO: CEPH_OSD_OP_COPY_FROM
-      copy_from: 0
-      setattr: 25
-      rmattr: 25
diff --git a/qa/suites/crimson-rados/thrash/workloads/small-objects-localized.yaml b/qa/suites/crimson-rados/thrash/workloads/small-objects-localized.yaml
new file mode 100644 (file)
index 0000000..ee1e98a
--- /dev/null
@@ -0,0 +1,24 @@
+overrides:
+  ceph:
+    crush_tunables: jewel
+tasks:
+- rados:
+    clients: [client.0]
+    ops: 400000
+    max_seconds: 600
+    max_in_flight: 64
+    objects: 1024
+    size: 16384
+    localize_reads: true
+    op_weights:
+      read: 100
+      write: 100
+      delete: 50
+      snap_create: 50
+      snap_remove: 0
+      # TODO: CEPH_OSD_OP_ROLLBACK
+      rollback: 0
+      # TODO: CEPH_OSD_OP_COPY_FROM
+      copy_from: 0
+      setattr: 25
+      rmattr: 25
diff --git a/qa/suites/crimson-rados/thrash/workloads/small-objects-localized.yaml.disabled b/qa/suites/crimson-rados/thrash/workloads/small-objects-localized.yaml.disabled
deleted file mode 100644 (file)
index ee1e98a..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-overrides:
-  ceph:
-    crush_tunables: jewel
-tasks:
-- rados:
-    clients: [client.0]
-    ops: 400000
-    max_seconds: 600
-    max_in_flight: 64
-    objects: 1024
-    size: 16384
-    localize_reads: true
-    op_weights:
-      read: 100
-      write: 100
-      delete: 50
-      snap_create: 50
-      snap_remove: 0
-      # TODO: CEPH_OSD_OP_ROLLBACK
-      rollback: 0
-      # TODO: CEPH_OSD_OP_COPY_FROM
-      copy_from: 0
-      setattr: 25
-      rmattr: 25