From 815d1d73a7127f1fd460b64d51798f9e8eaf600b Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Mon, 13 Apr 2026 21:22:16 -0400 Subject: [PATCH] qa: enforce centos9 for test Avoids problem where rocky10 packages do not exist for squid. Signed-off-by: Patrick Donnelly --- qa/suites/fs/bugs/multifs_mdsauthcaps/tasks/0-install.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/qa/suites/fs/bugs/multifs_mdsauthcaps/tasks/0-install.yaml b/qa/suites/fs/bugs/multifs_mdsauthcaps/tasks/0-install.yaml index 888259772ba3..4d69c600de58 100644 --- a/qa/suites/fs/bugs/multifs_mdsauthcaps/tasks/0-install.yaml +++ b/qa/suites/fs/bugs/multifs_mdsauthcaps/tasks/0-install.yaml @@ -1,3 +1,10 @@ +teuthology: + postmerge: + - | + if not (yaml.os_type == "centos" and yaml.os_version == "9.stream") then + -- reject kclient distro overrides + reject() + end meta: - desc: | install ceph/squid v19.2.2 -- 2.47.3