From: Yehuda Sadeh Date: Thu, 9 May 2024 20:21:30 +0000 (-0400) Subject: qa/rados: add read affinity yamls X-Git-Tag: v20.0.0~350^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=2028e4e7a8293e86dfc64ca4625e9ef0abefc9f7;p=ceph.git qa/rados: add read affinity yamls Signed-off-by: Yehuda Sadeh --- diff --git a/qa/suites/rados/read-affinity/balance.yaml b/qa/suites/rados/read-affinity/balance.yaml new file mode 100644 index 000000000000..9bd23278a935 --- /dev/null +++ b/qa/suites/rados/read-affinity/balance.yaml @@ -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 index 000000000000..18de9c1bb5a2 --- /dev/null +++ b/qa/suites/rados/read-affinity/local.yaml @@ -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 +