Skip to content

Commit

Permalink
Update to OpenZFS 2.2.2
Browse files Browse the repository at this point in the history
Upstream contains the patches we were using
in the mikem-zed fork.  Syncing up with upstream
will provide us with many upstream fixes and a few
new ZFS features including performance improvements.

Signed-off-by: Andrew Durbin <[email protected]>
  • Loading branch information
andrewd-zededa authored and rene committed Feb 27, 2024
1 parent d586ca2 commit 820be3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.gcc
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ RUN --mount=type=cache,target=/root/.cache/ccache,id=kernel-ccache-${TARGETARCH}
INSTALL_MOD_PATH=/tmp/kernel-modules \
&& ccache -s

ADD https://github.com/mikem-zed/zfs.git#eve-zfs-2.1.12 /tmp/zfs
ADD https://github.com/openzfs/zfs.git#zfs-2.2.2 /tmp/zfs
WORKDIR /tmp/zfs

RUN --mount=type=cache,target=/root/.cache/ccache,id=zfs-ccache-${TARGETARCH} \
Expand Down

0 comments on commit 820be3b

Please sign in to comment.