Skip to content

Commit

Permalink
Merge pull request #8 from joshimoo/fix-ipv6-check
Browse files Browse the repository at this point in the history
Build of longhorn patched nfs-ganesha that includes the IPV6 check fix
  • Loading branch information
innobead committed Mar 2, 2021
2 parents 819c483 + 9e021ac commit cccf8ae
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions package/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cccf8ae

Please sign in to comment.