From 01a81119df15f96e1cdf9f884dc1e2a6c442cd11 Mon Sep 17 00:00:00 2001 From: Dan Mick Date: Wed, 4 Dec 2024 00:13:39 -0800 Subject: [PATCH] container/Containerfile: use ganesha-4 from proper path Same as https://github.com/ceph/ceph-container/pull/2253 Signed-off-by: Dan Mick --- container/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/container/Containerfile b/container/Containerfile index e1743acfbbd54..c709fc978692d 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://mirror.stream.centos.org/SIGs/\$releasever-stream/storage/\$basearch/nfsganesha-4/" # (optional) Set to "crimson" to install crimson packages. ARG OSD_FLAVOR="default"