Skip to content

Commit

Permalink
bump ganesha version in main containers to 5.7
Browse files Browse the repository at this point in the history
nfs-ganesha 5.7 is now being built and pushed to
https://shaman.ceph.com/builds/nfs-ganesha/, but we're
still only using 5.5 builds. 5.7 should have the
new cmount_path feature so let's use that.

Signed-off-by: Adam King <[email protected]>
  • Loading branch information
adk3798 authored and guits committed Nov 9, 2023
1 parent 0276d4b commit 1a8c60f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ bash -c ' \
if [ -n "__GANESHA_PACKAGES__" ]; then \
if [[ "${CEPH_VERSION}" == master || "${CEPH_VERSION}" == main ]]; then \
ARCH=$(arch); if [[ "${ARCH}" == "aarch64" ]]; then ARCH="arm64"; fi ; \
curl -s -L "https://shaman.ceph.com/api/repos/nfs-ganesha/V5.5/latest/centos/__ENV_[DISTRO_VERSION]__/flavors/ceph_main/repo?arch=${ARCH}" -o /etc/yum.repos.d/ganesha.repo ; \
curl -s -L "https://shaman.ceph.com/api/repos/nfs-ganesha/V5.7/latest/centos/__ENV_[DISTRO_VERSION]__/flavors/ceph_main/repo?arch=${ARCH}" -o /etc/yum.repos.d/ganesha.repo ; \
elif [[ "${CEPH_VERSION}" == reef ]]; then \
echo "[ganesha]" > /etc/yum.repos.d/ganesha.repo ; \
echo "name=ganesha" >> /etc/yum.repos.d/ganesha.repo ; \
Expand Down

0 comments on commit 1a8c60f

Please sign in to comment.