From: Redouane Kachach Date: Fri, 5 Jun 2026 08:02:34 +0000 (+0200) Subject: qa/cephadm: fix test_repos.sh for jammy nodes X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d486328b71c05524aaeef7b9b92dfc650dc9e949;p=ceph.git 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 --- 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