From 1dfe9d2f3ac2acea0e60dfa91a8b9c06d69bca10 Mon Sep 17 00:00:00 2001 From: Nitzan Mordechai Date: Mon, 4 May 2026 08:49:52 +0000 Subject: [PATCH] tentacle: tentacle-p2p add centos9 to stress-split Adds CentOS 9 Stream as a supported host OS for the tentacle-p2p stress-split suite. Rocky10 is not added here. This suite tests a bare-metal p2p upgrade between Tentacle point releases. Rocky10 package support was added during that release cycle, meaning there is no valid "FROM" package baseline to install on Rocky10, making a bare-metal point-to-point upgrade path on Rocky10 impossible to test. Fixes: https://tracker.ceph.com/issues/76710 Signed-off-by: Nitzan Mordechai --- .../supported-all-distro/centos_9.stream.yaml | 1 + 1 file changed, 1 insertion(+) create mode 120000 qa/suites/upgrade/tentacle-p2p/tentacle-p2p-stress-split/supported-all-distro/centos_9.stream.yaml diff --git a/qa/suites/upgrade/tentacle-p2p/tentacle-p2p-stress-split/supported-all-distro/centos_9.stream.yaml b/qa/suites/upgrade/tentacle-p2p/tentacle-p2p-stress-split/supported-all-distro/centos_9.stream.yaml new file mode 120000 index 00000000000..4c763947a38 --- /dev/null +++ b/qa/suites/upgrade/tentacle-p2p/tentacle-p2p-stress-split/supported-all-distro/centos_9.stream.yaml @@ -0,0 +1 @@ +../../tentacle-p2p-parallel/supported-all-distro/centos_9.stream.yaml \ No newline at end of file -- 2.47.3