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>
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"