From 9e021acdf39ec41e60b99564db1c504f8eff4683 Mon Sep 17 00:00:00 2001 From: Joshua Moody Date: Thu, 25 Feb 2021 20:25:51 -0800 Subject: [PATCH] Ganesha V3.5 with IPV6 fix This uses the patched longhorn nfs ganesha release from https://github.com/longhorn/nfs-ganesha/archive/v3_20210302.tar.gz Longhorn #2197 Signed-off-by: Joshua Moody --- package/Dockerfile | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/package/Dockerfile b/package/Dockerfile index 6a29eb41..0663697b 100644 --- a/package/Dockerfile +++ b/package/Dockerfile @@ -26,11 +26,12 @@ RUN apt-get update && apt-get install -y \ libblkid-dev \ && rm -rf /var/lib/apt/lists/* -RUN curl -L https://github.com/nfs-ganesha/nfs-ganesha/archive/V3.3.tar.gz | tar zx \ - && curl -L https://github.com/nfs-ganesha/ntirpc/archive/v3.3.tar.gz | tar zx \ - && rm -r nfs-ganesha-3.3/src/libntirpc \ - && mv ntirpc-3.3 nfs-ganesha-3.3/src/libntirpc -WORKDIR /nfs-ganesha-3.3 +RUN curl -L https://github.com/longhorn/nfs-ganesha/archive/v3_20210302.tar.gz | tar zx \ + && curl -L https://github.com/nfs-ganesha/ntirpc/archive/v3.4.tar.gz | tar zx \ + && mv nfs-ganesha-3_20210302 nfs-ganesha-3.4 \ + && rm -r nfs-ganesha-3.4/src/libntirpc \ + && mv ntirpc-3.4 nfs-ganesha-3.4/src/libntirpc +WORKDIR /nfs-ganesha-3.4 # build ganesha only supporting nfsv4 and vfs # Set NFS_V4_RECOV_ROOT to /tmp we don't support recovery in this release