]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
qa/cephadm: fix test_repos.sh for jammy nodes 69299/head
authorRedouane Kachach <rkachach@ibm.com>
Fri, 5 Jun 2026 08:02:34 +0000 (10:02 +0200)
committerRedouane Kachach <rkachach@ibm.com>
Fri, 5 Jun 2026 08:07:39 +0000 (10:07 +0200)
commitd486328b71c05524aaeef7b9b92dfc650dc9e949
treeaade443bac267b0df2cb7cb0afe0dbbff0dae4dc
parent00a7d4aaea26109db7876e92bc4a39e39b4a1d3b
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 <rkachach@ibm.com>
qa/workunits/cephadm/test_repos.sh