From: Shweta Bhosale Date: Fri, 20 Mar 2026 06:00:57 +0000 (+0530) Subject: Bump NFS Version in Ceph X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5cbbd4285919601ea49616ee19caf962f3682aeb;p=ceph.git Bump NFS Version in Ceph Fixes: https://tracker.ceph.com/issues/75630 Signed-off-by: Shweta Bhosale --- diff --git a/container/Containerfile b/container/Containerfile index e8b7bf1dfb93..3f9cac33e99e 100644 --- a/container/Containerfile +++ b/container/Containerfile @@ -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-9/" # (optional) Set to "crimson" to install crimson packages. ARG OSD_FLAVOR="default"