From: Casey Bodley Date: Thu, 12 Dec 2024 22:19:35 +0000 (-0500) Subject: qa/rados: move read-affinity/ under rados/verify subsuite X-Git-Tag: v20.0.0~350^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a6bf5a652eb311518102a8c2ded31b2127af0ffb;p=ceph.git qa/rados: move read-affinity/ under rados/verify subsuite 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 --- diff --git a/qa/suites/rados/read-affinity/balance.yaml b/qa/suites/rados/read-affinity/balance.yaml deleted file mode 100644 index 9bd23278a935..000000000000 --- a/qa/suites/rados/read-affinity/balance.yaml +++ /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 index 18de9c1bb5a2..000000000000 --- a/qa/suites/rados/read-affinity/local.yaml +++ /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 index 000000000000..9bd23278a935 --- /dev/null +++ b/qa/suites/rados/verify/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/verify/read-affinity/local.yaml b/qa/suites/rados/verify/read-affinity/local.yaml new file mode 100644 index 000000000000..18de9c1bb5a2 --- /dev/null +++ b/qa/suites/rados/verify/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 +