From 0e642a9799d9649b1cd7de7edd5d87412a0e11db Mon Sep 17 00:00:00 2001 From: Ilya Dryomov Date: Mon, 28 Jul 2025 09:25:49 +0200 Subject: [PATCH] qa/suites/krbd: use a standard fixed-1 cluster in unmap subsuite A custom "fixed-1, but with the client on a separate node" cluster was needed only for pre-single-major.yaml kernel which is no longer around. This can be a single-node job now -- see commits 311a450163cf ("krbd/unmap: put client.0 on a separate remote") and 39a579144cd8 ("qa/suites/krbd: drop pre-single-major test"). Signed-off-by: Ilya Dryomov (cherry picked from commit 9bfd67974462f4c53610d286862a046d8cb07984) --- qa/suites/krbd/unmap/clusters/fixed-1.yaml | 1 + .../krbd/unmap/clusters/separate-client.yaml | 16 ---------------- 2 files changed, 1 insertion(+), 16 deletions(-) create mode 120000 qa/suites/krbd/unmap/clusters/fixed-1.yaml delete mode 100644 qa/suites/krbd/unmap/clusters/separate-client.yaml diff --git a/qa/suites/krbd/unmap/clusters/fixed-1.yaml b/qa/suites/krbd/unmap/clusters/fixed-1.yaml new file mode 120000 index 00000000000..02df5dd0cd0 --- /dev/null +++ b/qa/suites/krbd/unmap/clusters/fixed-1.yaml @@ -0,0 +1 @@ +.qa/clusters/fixed-1.yaml \ No newline at end of file diff --git a/qa/suites/krbd/unmap/clusters/separate-client.yaml b/qa/suites/krbd/unmap/clusters/separate-client.yaml deleted file mode 100644 index be13431890f..00000000000 --- a/qa/suites/krbd/unmap/clusters/separate-client.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# fixed-1.yaml, but with client.0 on a separate target -overrides: - ceph-deploy: - conf: - global: - osd pool default size: 2 - osd crush chooseleaf type: 0 - osd pool default pg num: 128 - osd pool default pgp num: 128 -roles: -- [mon.a, mgr.x, osd.0, osd.1, osd.2] -- [client.0] -openstack: -- volumes: # attached to each instance - count: 3 - size: 10 # GB -- 2.39.5