]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/rados: move read-affinity/ under rados/verify subsuite
authorCasey Bodley <cbodley@redhat.com>
Thu, 12 Dec 2024 22:19:35 +0000 (17:19 -0500)
committerCasey Bodley <cbodley@redhat.com>
Thu, 12 Dec 2024 22:19:38 +0000 (17:19 -0500)
with read-affinity/ at the top level of the rados suite, teuthology
would try to run it as a subsuite instead of mixing its yamls into an
existing subsuite. move into rados/verify instead

Signed-off-by: Casey Bodley <cbodley@redhat.com>
qa/suites/rados/read-affinity/balance.yaml [deleted file]
qa/suites/rados/read-affinity/local.yaml [deleted file]
qa/suites/rados/verify/read-affinity/balance.yaml [new file with mode: 0644]
qa/suites/rados/verify/read-affinity/local.yaml [new file with mode: 0644]

diff --git a/qa/suites/rados/read-affinity/balance.yaml b/qa/suites/rados/read-affinity/balance.yaml
deleted file mode 100644 (file)
index 9bd2327..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-overrides:
-  ceph:
-    conf:
-      osd:
-        crush location: 'root=default host=host-$id'
-      client:
-        rados replica read policy: balance
-
diff --git a/qa/suites/rados/read-affinity/local.yaml b/qa/suites/rados/read-affinity/local.yaml
deleted file mode 100644 (file)
index 18de9c1..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-overrides:
-  ceph:
-    conf:
-      osd:
-        crush location: 'root=default host=host-$id'
-      client:
-        crush location: host=host-0
-        rados replica read policy: localize
-
diff --git a/qa/suites/rados/verify/read-affinity/balance.yaml b/qa/suites/rados/verify/read-affinity/balance.yaml
new file mode 100644 (file)
index 0000000..9bd2327
--- /dev/null
@@ -0,0 +1,8 @@
+overrides:
+  ceph:
+    conf:
+      osd:
+        crush location: 'root=default host=host-$id'
+      client:
+        rados replica read policy: balance
+
diff --git a/qa/suites/rados/verify/read-affinity/local.yaml b/qa/suites/rados/verify/read-affinity/local.yaml
new file mode 100644 (file)
index 0000000..18de9c1
--- /dev/null
@@ -0,0 +1,9 @@
+overrides:
+  ceph:
+    conf:
+      osd:
+        crush location: 'root=default host=host-$id'
+      client:
+        crush location: host=host-0
+        rados replica read policy: localize
+