From d486328b71c05524aaeef7b9b92dfc650dc9e949 Mon Sep 17 00:00:00 2001 From: Redouane Kachach Date: Fri, 5 Jun 2026 10:02:34 +0200 Subject: [PATCH] qa/cephadm: fix test_repos.sh for jammy nodes The test uses add-repo --release 17.2.6 to verify version-string repo handling, but debian-17.2.6 only has focal and bullseye suites and jammy packages weren't built until 17.2.7. This causes apt-get update to fail with a 404 on ubuntu_22.04 nodes. see: https://download.ceph.com/debian-17.2.6/dists/ This fix bumps the version to 17.2.7 which includes a jammy suite. Fixes: https://tracker.ceph.com/issues/77130 Signed-off-by: Redouane Kachach --- qa/workunits/cephadm/test_repos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/workunits/cephadm/test_repos.sh b/qa/workunits/cephadm/test_repos.sh index 5c17e51060e..2a729923261 100755 --- a/qa/workunits/cephadm/test_repos.sh +++ b/qa/workunits/cephadm/test_repos.sh @@ -38,7 +38,7 @@ sudo $CEPHADM -v add-repo --dev main test_install_uninstall sudo $CEPHADM -v rm-repo -sudo $CEPHADM -v add-repo --release 17.2.6 +sudo $CEPHADM -v add-repo --release 17.2.7 test_install_uninstall sudo $CEPHADM -v rm-repo -- 2.47.3