summaryrefslogtreecommitdiffstats
path: root/src/ceph/qa/suites/rbd/librbd
diff options
context:
space:
mode:
Diffstat (limited to 'src/ceph/qa/suites/rbd/librbd')
-rw-r--r--src/ceph/qa/suites/rbd/librbd/%0
-rw-r--r--src/ceph/qa/suites/rbd/librbd/cache/none.yaml6
-rw-r--r--src/ceph/qa/suites/rbd/librbd/cache/writeback.yaml6
-rw-r--r--src/ceph/qa/suites/rbd/librbd/cache/writethrough.yaml7
-rw-r--r--src/ceph/qa/suites/rbd/librbd/clusters/+0
l---------src/ceph/qa/suites/rbd/librbd/clusters/fixed-3.yaml1
-rw-r--r--src/ceph/qa/suites/rbd/librbd/clusters/openstack.yaml4
-rw-r--r--src/ceph/qa/suites/rbd/librbd/config/copy-on-read.yaml5
-rw-r--r--src/ceph/qa/suites/rbd/librbd/config/none.yaml0
-rw-r--r--src/ceph/qa/suites/rbd/librbd/config/skip-partial-discard.yaml5
-rw-r--r--src/ceph/qa/suites/rbd/librbd/msgr-failures/few.yaml7
l---------src/ceph/qa/suites/rbd/librbd/objectstore1
-rw-r--r--src/ceph/qa/suites/rbd/librbd/pool/ec-data-pool.yaml24
-rw-r--r--src/ceph/qa/suites/rbd/librbd/pool/none.yaml0
-rw-r--r--src/ceph/qa/suites/rbd/librbd/pool/replicated-data-pool.yaml11
-rw-r--r--src/ceph/qa/suites/rbd/librbd/pool/small-cache-pool.yaml17
-rw-r--r--src/ceph/qa/suites/rbd/librbd/workloads/c_api_tests.yaml13
-rw-r--r--src/ceph/qa/suites/rbd/librbd/workloads/c_api_tests_with_defaults.yaml13
-rw-r--r--src/ceph/qa/suites/rbd/librbd/workloads/c_api_tests_with_journaling.yaml13
-rw-r--r--src/ceph/qa/suites/rbd/librbd/workloads/fsx.yaml4
-rw-r--r--src/ceph/qa/suites/rbd/librbd/workloads/python_api_tests.yaml7
-rw-r--r--src/ceph/qa/suites/rbd/librbd/workloads/python_api_tests_with_defaults.yaml7
-rw-r--r--src/ceph/qa/suites/rbd/librbd/workloads/python_api_tests_with_journaling.yaml7
-rw-r--r--src/ceph/qa/suites/rbd/librbd/workloads/rbd_fio.yaml10
24 files changed, 0 insertions, 168 deletions
diff --git a/src/ceph/qa/suites/rbd/librbd/% b/src/ceph/qa/suites/rbd/librbd/%
deleted file mode 100644
index e69de29..0000000
--- a/src/ceph/qa/suites/rbd/librbd/%
+++ /dev/null
diff --git a/src/ceph/qa/suites/rbd/librbd/cache/none.yaml b/src/ceph/qa/suites/rbd/librbd/cache/none.yaml
deleted file mode 100644
index 42fd9c9..0000000
--- a/src/ceph/qa/suites/rbd/librbd/cache/none.yaml
+++ /dev/null
@@ -1,6 +0,0 @@
-tasks:
-- install:
-- ceph:
- conf:
- client:
- rbd cache: false
diff --git a/src/ceph/qa/suites/rbd/librbd/cache/writeback.yaml b/src/ceph/qa/suites/rbd/librbd/cache/writeback.yaml
deleted file mode 100644
index 86fe06a..0000000
--- a/src/ceph/qa/suites/rbd/librbd/cache/writeback.yaml
+++ /dev/null
@@ -1,6 +0,0 @@
-tasks:
-- install:
-- ceph:
- conf:
- client:
- rbd cache: true
diff --git a/src/ceph/qa/suites/rbd/librbd/cache/writethrough.yaml b/src/ceph/qa/suites/rbd/librbd/cache/writethrough.yaml
deleted file mode 100644
index 6dc29e1..0000000
--- a/src/ceph/qa/suites/rbd/librbd/cache/writethrough.yaml
+++ /dev/null
@@ -1,7 +0,0 @@
-tasks:
-- install:
-- ceph:
- conf:
- client:
- rbd cache: true
- rbd cache max dirty: 0
diff --git a/src/ceph/qa/suites/rbd/librbd/clusters/+ b/src/ceph/qa/suites/rbd/librbd/clusters/+
deleted file mode 100644
index e69de29..0000000
--- a/src/ceph/qa/suites/rbd/librbd/clusters/+
+++ /dev/null
diff --git a/src/ceph/qa/suites/rbd/librbd/clusters/fixed-3.yaml b/src/ceph/qa/suites/rbd/librbd/clusters/fixed-3.yaml
deleted file mode 120000
index a3ac9fc..0000000
--- a/src/ceph/qa/suites/rbd/librbd/clusters/fixed-3.yaml
+++ /dev/null
@@ -1 +0,0 @@
-../../../../clusters/fixed-3.yaml \ No newline at end of file
diff --git a/src/ceph/qa/suites/rbd/librbd/clusters/openstack.yaml b/src/ceph/qa/suites/rbd/librbd/clusters/openstack.yaml
deleted file mode 100644
index b0f3b9b..0000000
--- a/src/ceph/qa/suites/rbd/librbd/clusters/openstack.yaml
+++ /dev/null
@@ -1,4 +0,0 @@
-openstack:
- - volumes: # attached to each instance
- count: 4
- size: 30 # GB
diff --git a/src/ceph/qa/suites/rbd/librbd/config/copy-on-read.yaml b/src/ceph/qa/suites/rbd/librbd/config/copy-on-read.yaml
deleted file mode 100644
index ce99e7e..0000000
--- a/src/ceph/qa/suites/rbd/librbd/config/copy-on-read.yaml
+++ /dev/null
@@ -1,5 +0,0 @@
-overrides:
- ceph:
- conf:
- client:
- rbd clone copy on read: true
diff --git a/src/ceph/qa/suites/rbd/librbd/config/none.yaml b/src/ceph/qa/suites/rbd/librbd/config/none.yaml
deleted file mode 100644
index e69de29..0000000
--- a/src/ceph/qa/suites/rbd/librbd/config/none.yaml
+++ /dev/null
diff --git a/src/ceph/qa/suites/rbd/librbd/config/skip-partial-discard.yaml b/src/ceph/qa/suites/rbd/librbd/config/skip-partial-discard.yaml
deleted file mode 100644
index cd63204..0000000
--- a/src/ceph/qa/suites/rbd/librbd/config/skip-partial-discard.yaml
+++ /dev/null
@@ -1,5 +0,0 @@
-overrides:
- ceph:
- conf:
- client:
- rbd skip partial discard: true
diff --git a/src/ceph/qa/suites/rbd/librbd/msgr-failures/few.yaml b/src/ceph/qa/suites/rbd/librbd/msgr-failures/few.yaml
deleted file mode 100644
index 55b6df5..0000000
--- a/src/ceph/qa/suites/rbd/librbd/msgr-failures/few.yaml
+++ /dev/null
@@ -1,7 +0,0 @@
-overrides:
- ceph:
- conf:
- global:
- ms inject socket failures: 5000
- log-whitelist:
- - but it is still running
diff --git a/src/ceph/qa/suites/rbd/librbd/objectstore b/src/ceph/qa/suites/rbd/librbd/objectstore
deleted file mode 120000
index 4c8ebad..0000000
--- a/src/ceph/qa/suites/rbd/librbd/objectstore
+++ /dev/null
@@ -1 +0,0 @@
-../../../objectstore \ No newline at end of file
diff --git a/src/ceph/qa/suites/rbd/librbd/pool/ec-data-pool.yaml b/src/ceph/qa/suites/rbd/librbd/pool/ec-data-pool.yaml
deleted file mode 100644
index f39a5bb..0000000
--- a/src/ceph/qa/suites/rbd/librbd/pool/ec-data-pool.yaml
+++ /dev/null
@@ -1,24 +0,0 @@
-tasks:
-- exec:
- client.0:
- - sudo ceph osd erasure-code-profile set teuthologyprofile crush-failure-domain=osd m=1 k=2
- - sudo ceph osd pool create datapool 4 4 erasure teuthologyprofile
- - sudo ceph osd pool set datapool allow_ec_overwrites true
- - rbd pool init datapool
-
-overrides:
- thrashosds:
- bdev_inject_crash: 2
- bdev_inject_crash_probability: .5
- ceph:
- fs: xfs
- conf:
- client:
- rbd default data pool: datapool
- osd: # force bluestore since it's required for ec overwrites
- osd objectstore: bluestore
- bluestore block size: 96636764160
- enable experimental unrecoverable data corrupting features: "*"
- osd debug randomize hobject sort order: false
-# this doesn't work with failures bc the log writes are not atomic across the two backends
-# bluestore bluefs env mirror: true
diff --git a/src/ceph/qa/suites/rbd/librbd/pool/none.yaml b/src/ceph/qa/suites/rbd/librbd/pool/none.yaml
deleted file mode 100644
index e69de29..0000000
--- a/src/ceph/qa/suites/rbd/librbd/pool/none.yaml
+++ /dev/null
diff --git a/src/ceph/qa/suites/rbd/librbd/pool/replicated-data-pool.yaml b/src/ceph/qa/suites/rbd/librbd/pool/replicated-data-pool.yaml
deleted file mode 100644
index c5647db..0000000
--- a/src/ceph/qa/suites/rbd/librbd/pool/replicated-data-pool.yaml
+++ /dev/null
@@ -1,11 +0,0 @@
-tasks:
-- exec:
- client.0:
- - sudo ceph osd pool create datapool 4
- - rbd pool init datapool
-
-overrides:
- ceph:
- conf:
- client:
- rbd default data pool: datapool
diff --git a/src/ceph/qa/suites/rbd/librbd/pool/small-cache-pool.yaml b/src/ceph/qa/suites/rbd/librbd/pool/small-cache-pool.yaml
deleted file mode 100644
index 1b50565..0000000
--- a/src/ceph/qa/suites/rbd/librbd/pool/small-cache-pool.yaml
+++ /dev/null
@@ -1,17 +0,0 @@
-overrides:
- ceph:
- log-whitelist:
- - overall HEALTH_
- - \(CACHE_POOL_NEAR_FULL\)
- - \(CACHE_POOL_NO_HIT_SET\)
-tasks:
-- exec:
- client.0:
- - sudo ceph osd pool create cache 4
- - sudo ceph osd tier add rbd cache
- - sudo ceph osd tier cache-mode cache writeback
- - sudo ceph osd tier set-overlay rbd cache
- - sudo ceph osd pool set cache hit_set_type bloom
- - sudo ceph osd pool set cache hit_set_count 8
- - sudo ceph osd pool set cache hit_set_period 60
- - sudo ceph osd pool set cache target_max_objects 250
diff --git a/src/ceph/qa/suites/rbd/librbd/workloads/c_api_tests.yaml b/src/ceph/qa/suites/rbd/librbd/workloads/c_api_tests.yaml
deleted file mode 100644
index 04af9c8..0000000
--- a/src/ceph/qa/suites/rbd/librbd/workloads/c_api_tests.yaml
+++ /dev/null
@@ -1,13 +0,0 @@
-overrides:
- ceph:
- log-whitelist:
- - overall HEALTH_
- - \(CACHE_POOL_NO_HIT_SET\)
- - \(POOL_APP_NOT_ENABLED\)
-tasks:
-- workunit:
- clients:
- client.0:
- - rbd/test_librbd.sh
- env:
- RBD_FEATURES: "1"
diff --git a/src/ceph/qa/suites/rbd/librbd/workloads/c_api_tests_with_defaults.yaml b/src/ceph/qa/suites/rbd/librbd/workloads/c_api_tests_with_defaults.yaml
deleted file mode 100644
index 6ae7f46..0000000
--- a/src/ceph/qa/suites/rbd/librbd/workloads/c_api_tests_with_defaults.yaml
+++ /dev/null
@@ -1,13 +0,0 @@
-overrides:
- ceph:
- log-whitelist:
- - overall HEALTH_
- - \(CACHE_POOL_NO_HIT_SET\)
- - \(POOL_APP_NOT_ENABLED\)
-tasks:
-- workunit:
- clients:
- client.0:
- - rbd/test_librbd.sh
- env:
- RBD_FEATURES: "61"
diff --git a/src/ceph/qa/suites/rbd/librbd/workloads/c_api_tests_with_journaling.yaml b/src/ceph/qa/suites/rbd/librbd/workloads/c_api_tests_with_journaling.yaml
deleted file mode 100644
index 578115e..0000000
--- a/src/ceph/qa/suites/rbd/librbd/workloads/c_api_tests_with_journaling.yaml
+++ /dev/null
@@ -1,13 +0,0 @@
-overrides:
- ceph:
- log-whitelist:
- - overall HEALTH_
- - \(CACHE_POOL_NO_HIT_SET\)
- - \(POOL_APP_NOT_ENABLED\)
-tasks:
-- workunit:
- clients:
- client.0:
- - rbd/test_librbd.sh
- env:
- RBD_FEATURES: "125"
diff --git a/src/ceph/qa/suites/rbd/librbd/workloads/fsx.yaml b/src/ceph/qa/suites/rbd/librbd/workloads/fsx.yaml
deleted file mode 100644
index 6d8cd5f..0000000
--- a/src/ceph/qa/suites/rbd/librbd/workloads/fsx.yaml
+++ /dev/null
@@ -1,4 +0,0 @@
-tasks:
-- rbd_fsx:
- clients: [client.0]
- ops: 20000
diff --git a/src/ceph/qa/suites/rbd/librbd/workloads/python_api_tests.yaml b/src/ceph/qa/suites/rbd/librbd/workloads/python_api_tests.yaml
deleted file mode 100644
index a7b3ce7..0000000
--- a/src/ceph/qa/suites/rbd/librbd/workloads/python_api_tests.yaml
+++ /dev/null
@@ -1,7 +0,0 @@
-tasks:
-- workunit:
- clients:
- client.0:
- - rbd/test_librbd_python.sh
- env:
- RBD_FEATURES: "1"
diff --git a/src/ceph/qa/suites/rbd/librbd/workloads/python_api_tests_with_defaults.yaml b/src/ceph/qa/suites/rbd/librbd/workloads/python_api_tests_with_defaults.yaml
deleted file mode 100644
index 40b2312..0000000
--- a/src/ceph/qa/suites/rbd/librbd/workloads/python_api_tests_with_defaults.yaml
+++ /dev/null
@@ -1,7 +0,0 @@
-tasks:
-- workunit:
- clients:
- client.0:
- - rbd/test_librbd_python.sh
- env:
- RBD_FEATURES: "61"
diff --git a/src/ceph/qa/suites/rbd/librbd/workloads/python_api_tests_with_journaling.yaml b/src/ceph/qa/suites/rbd/librbd/workloads/python_api_tests_with_journaling.yaml
deleted file mode 100644
index d0e905f..0000000
--- a/src/ceph/qa/suites/rbd/librbd/workloads/python_api_tests_with_journaling.yaml
+++ /dev/null
@@ -1,7 +0,0 @@
-tasks:
-- workunit:
- clients:
- client.0:
- - rbd/test_librbd_python.sh
- env:
- RBD_FEATURES: "125"
diff --git a/src/ceph/qa/suites/rbd/librbd/workloads/rbd_fio.yaml b/src/ceph/qa/suites/rbd/librbd/workloads/rbd_fio.yaml
deleted file mode 100644
index ff788c6..0000000
--- a/src/ceph/qa/suites/rbd/librbd/workloads/rbd_fio.yaml
+++ /dev/null
@@ -1,10 +0,0 @@
-tasks:
-- rbd_fio:
- client.0:
- fio-io-size: 80%
- formats: [2]
- features: [[layering],[layering,exclusive-lock,object-map]]
- io-engine: rbd
- test-clone-io: 1
- rw: randrw
- runtime: 900