]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
container: bump ganesha to 7.x wip-jhoblitt-bump-ganesha-7.x
authorJoshua Hoblitt <josh@hoblitt.com>
Fri, 31 Oct 2025 22:34:21 +0000 (15:34 -0700)
committerJoshua Hoblitt <josh@hoblitt.com>
Mon, 2 Feb 2026 17:44:18 +0000 (10:44 -0700)
Per discussion with Matt Benjamin @ Cephalocon 2025, the intent of the
Ganesha team is for 7.x to be used with both Squid and Tentacle and that
Ganesha 5.x, which is currently being shipped in the official OCI images
used by Rook for deploying Ganeha, should not be used.

Fixes: https://tracker.ceph.com/issues/73692
Signed-off-by: Joshua Hoblitt <josh@hoblitt.com>
container/Containerfile

index c0a0cbba73990a2e76c4a7b5a895f2c3803c1ebd..9a4ec05528f8ca876164680c9488306e8c60478a 100644 (file)
@@ -14,7 +14,7 @@ ARG CEPH_SHA1
 ARG CEPH_GIT_REPO
 
 # (optional) Define the baseurl= for the ganesha.repo
-ARG GANESHA_REPO_BASEURL="https://buildlogs.centos.org/centos/\$releasever-stream/storage/\$basearch/nfsganesha-5/"
+ARG GANESHA_REPO_BASEURL="https://buildlogs.centos.org/centos/\$releasever-stream/storage/\$basearch/nfsganesha-7/"
 
 # (optional) Set to "crimson" to install crimson packages.
 ARG OSD_FLAVOR="default"