]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/rados: add read affinity yamls
authorYehuda Sadeh <ysadehwe@ibm.com>
Thu, 9 May 2024 20:21:30 +0000 (16:21 -0400)
committerCasey Bodley <cbodley@redhat.com>
Thu, 12 Dec 2024 22:11:13 +0000 (17:11 -0500)
Signed-off-by: Yehuda Sadeh <ysadehwe@ibm.com>
qa/suites/rados/read-affinity/balance.yaml [new file with mode: 0644]
qa/suites/rados/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
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/read-affinity/local.yaml b/qa/suites/rados/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
+