Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Commit

Permalink
Bump up zfs to 0.7.13
Browse files Browse the repository at this point in the history
  • Loading branch information
niusmallnan committed May 29, 2019
1 parent 6ef8c42 commit f5a57a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions images/20-zfs/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ros service up kernel-headers-system-docker


# get the zfs source as per https://github.com/zfsonlinux/zfs/wiki/Building-ZFS
VERSION="0.7.12"
VERSION="0.7.13"
curl -sL https://github.com/zfsonlinux/zfs/releases/download/zfs-${VERSION}/spl-${VERSION}.tar.gz > spl-${VERSION}.tar.gz
curl -sL https://github.com/zfsonlinux/zfs/releases/download/zfs-${VERSION}/zfs-${VERSION}.tar.gz > zfs-${VERSION}.tar.gz
mkdir -p spl
Expand Down Expand Up @@ -156,4 +156,4 @@ modprobe zfs
zpool import -a

touch $STAMP
echo ZFS for ${KERNEL_VERSION} installed. Delete $STAMP to reinstall
echo ZFS for ${KERNEL_VERSION} installed. Delete $STAMP to reinstall
2 changes: 1 addition & 1 deletion z/zfs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
zfs:
image: ${REGISTRY_DOMAIN}/rancher/os-zfs:v0.7.12-3${SUFFIX}
image: ${REGISTRY_DOMAIN}/rancher/os-zfs:v0.7.13-1${SUFFIX}
command: ./build.sh
privileged: "true"
labels:
Expand Down

0 comments on commit f5a57a3

Please sign in to comment.