From 6f648e7c8ce0631e172e2e290102354a3ffb848f Mon Sep 17 00:00:00 2001 From: Vallari Agrawal Date: Wed, 8 Apr 2026 21:21:45 +0530 Subject: [PATCH] qa: fix nvmeof upgrade from v20.2.0 Bootstrap fails on v20.2.0 upgrade because of cephadm binary and ceph image version mismatch. This fixes following problem in bootstrap by using tentacle cephadm binary: ``` Error: Container release tentacle != cephadm release umbrella; please use matching version of cephadm (pass --allow-mismatched-release to continue anyway) ``` Fixes: https://tracker.ceph.com/issues/75912 Signed-off-by: Vallari Agrawal --- .../upgrade/1-start-distro/1-start-centos_9.stream-v20.2.0.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/qa/suites/nvmeof/upgrade/1-start-distro/1-start-centos_9.stream-v20.2.0.yaml b/qa/suites/nvmeof/upgrade/1-start-distro/1-start-centos_9.stream-v20.2.0.yaml index 121a80ac03c5..9c41e4aa1d0a 100644 --- a/qa/suites/nvmeof/upgrade/1-start-distro/1-start-centos_9.stream-v20.2.0.yaml +++ b/qa/suites/nvmeof/upgrade/1-start-distro/1-start-centos_9.stream-v20.2.0.yaml @@ -14,6 +14,7 @@ tasks: - cephadm: image: quay.io/ceph/ceph:v20.2.0 + compiled_cephadm_branch: tentacle - nvmeof: installer: host.a -- 2.47.3