summaryrefslogtreecommitdiffstats
path: root/src/ceph/qa/suites/rados/thrash-erasure-code/workloads
diff options
context:
space:
mode:
Diffstat (limited to 'src/ceph/qa/suites/rados/thrash-erasure-code/workloads')
l---------src/ceph/qa/suites/rados/thrash-erasure-code/workloads/ec-rados-plugin=jerasure-k=2-m=1.yaml1
l---------src/ceph/qa/suites/rados/thrash-erasure-code/workloads/ec-rados-plugin=jerasure-k=3-m=1.yaml1
-rw-r--r--src/ceph/qa/suites/rados/thrash-erasure-code/workloads/ec-radosbench.yaml27
-rw-r--r--src/ceph/qa/suites/rados/thrash-erasure-code/workloads/ec-small-objects-fast-read.yaml21
-rw-r--r--src/ceph/qa/suites/rados/thrash-erasure-code/workloads/ec-small-objects.yaml20
5 files changed, 0 insertions, 70 deletions
diff --git a/src/ceph/qa/suites/rados/thrash-erasure-code/workloads/ec-rados-plugin=jerasure-k=2-m=1.yaml b/src/ceph/qa/suites/rados/thrash-erasure-code/workloads/ec-rados-plugin=jerasure-k=2-m=1.yaml
deleted file mode 120000
index f11eddb..0000000
--- a/src/ceph/qa/suites/rados/thrash-erasure-code/workloads/ec-rados-plugin=jerasure-k=2-m=1.yaml
+++ /dev/null
@@ -1 +0,0 @@
-../../../../erasure-code/ec-rados-plugin=jerasure-k=2-m=1.yaml \ No newline at end of file
diff --git a/src/ceph/qa/suites/rados/thrash-erasure-code/workloads/ec-rados-plugin=jerasure-k=3-m=1.yaml b/src/ceph/qa/suites/rados/thrash-erasure-code/workloads/ec-rados-plugin=jerasure-k=3-m=1.yaml
deleted file mode 120000
index b1407ae..0000000
--- a/src/ceph/qa/suites/rados/thrash-erasure-code/workloads/ec-rados-plugin=jerasure-k=3-m=1.yaml
+++ /dev/null
@@ -1 +0,0 @@
-../../../../erasure-code/ec-rados-plugin=jerasure-k=3-m=1.yaml \ No newline at end of file
diff --git a/src/ceph/qa/suites/rados/thrash-erasure-code/workloads/ec-radosbench.yaml b/src/ceph/qa/suites/rados/thrash-erasure-code/workloads/ec-radosbench.yaml
deleted file mode 100644
index 3c2ff7a..0000000
--- a/src/ceph/qa/suites/rados/thrash-erasure-code/workloads/ec-radosbench.yaml
+++ /dev/null
@@ -1,27 +0,0 @@
-tasks:
-- full_sequential:
- - radosbench:
- clients: [client.0]
- time: 150
- unique_pool: true
- ec_pool: true
- - radosbench:
- clients: [client.0]
- time: 150
- unique_pool: true
- ec_pool: true
- - radosbench:
- clients: [client.0]
- time: 150
- unique_pool: true
- ec_pool: true
- - radosbench:
- clients: [client.0]
- time: 150
- unique_pool: true
- ec_pool: true
- - radosbench:
- clients: [client.0]
- time: 150
- unique_pool: true
- ec_pool: true
diff --git a/src/ceph/qa/suites/rados/thrash-erasure-code/workloads/ec-small-objects-fast-read.yaml b/src/ceph/qa/suites/rados/thrash-erasure-code/workloads/ec-small-objects-fast-read.yaml
deleted file mode 100644
index e732ec6..0000000
--- a/src/ceph/qa/suites/rados/thrash-erasure-code/workloads/ec-small-objects-fast-read.yaml
+++ /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
- fast_read: 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
diff --git a/src/ceph/qa/suites/rados/thrash-erasure-code/workloads/ec-small-objects.yaml b/src/ceph/qa/suites/rados/thrash-erasure-code/workloads/ec-small-objects.yaml
deleted file mode 100644
index a8ac397..0000000
--- a/src/ceph/qa/suites/rados/thrash-erasure-code/workloads/ec-small-objects.yaml
+++ /dev/null
@@ -1,20 +0,0 @@
-tasks:
-- rados:
- clients: [client.0]
- ops: 400000
- max_seconds: 600
- max_in_flight: 64
- objects: 1024
- size: 16384
- ec_pool: 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