From 380e0294368a086551a59f607591cdda7237a765 Mon Sep 17 00:00:00 2001 From: Dimitri Savineau Date: Mon, 29 Jun 2020 09:37:03 -0400 Subject: [PATCH] centos: update nfs-ganesha to 3.3 Update nfs-ganesha from 3.2 to 3.3 for octopus. Signed-off-by: Dimitri Savineau (cherry picked from commit baaf8ba0e66d01f90bb25295b57d15b5fcce57bb) --- ceph-releases/ALL/centos/daemon-base/__DOCKERFILE_INSTALL__ | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ceph-releases/ALL/centos/daemon-base/__DOCKERFILE_INSTALL__ b/ceph-releases/ALL/centos/daemon-base/__DOCKERFILE_INSTALL__ index 6f84207c6..b58f49e78 100644 --- a/ceph-releases/ALL/centos/daemon-base/__DOCKERFILE_INSTALL__ +++ b/ceph-releases/ALL/centos/daemon-base/__DOCKERFILE_INSTALL__ @@ -12,12 +12,12 @@ bash -c ' \ echo "name=ganesha-noarch" >> /etc/yum.repos.d/ganesha.repo ; \ echo "baseurl=https://download.nfs-ganesha.org/3/LATEST/CentOS/el-\$releasever/noarch" >> /etc/yum.repos.d/ganesha.repo ; \ elif [[ "${CEPH_VERSION}" == octopus ]]; then \ - echo "baseurl=https://download.ceph.com/nfs-ganesha/rpm-V3.2-stable/$CEPH_VERSION/el\$releasever/\$basearch/" >> /etc/yum.repos.d/ganesha.repo ; \ + echo "baseurl=https://download.ceph.com/nfs-ganesha/rpm-V3.3-stable/$CEPH_VERSION/el\$releasever/\$basearch/" >> /etc/yum.repos.d/ganesha.repo ; \ echo "gpgcheck=0" >> /etc/yum.repos.d/ganesha.repo ; \ echo "enabled=1" >> /etc/yum.repos.d/ganesha.repo ; \ echo "[ganesha-noarch]" >> /etc/yum.repos.d/ganesha.repo ; \ echo "name=ganesha-noarch" >> /etc/yum.repos.d/ganesha.repo ; \ - echo "baseurl=https://download.ceph.com/nfs-ganesha/rpm-V3.2-stable/$CEPH_VERSION/el\$releasever/noarch/" >> /etc/yum.repos.d/ganesha.repo ; \ + echo "baseurl=https://download.ceph.com/nfs-ganesha/rpm-V3.3-stable/$CEPH_VERSION/el\$releasever/noarch/" >> /etc/yum.repos.d/ganesha.repo ; \ elif [[ "${CEPH_VERSION}" == nautilus ]]; then \ echo "baseurl=https://download.ceph.com/nfs-ganesha/rpm-V2.8-stable/$CEPH_VERSION/\$basearch/" >> /etc/yum.repos.d/ganesha.repo ; \ else \