From: Nathaniel Clark Date: Mon, 23 Oct 2017 14:52:57 +0000 (-0400) Subject: LU-10150 build: Build with ZFS 0.7.3 X-Git-Tag: 2.10.55~5 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=refs%2Fchanges%2F12%2F29712%2F2 LU-10150 build: Build with ZFS 0.7.3 Update ZFS and SPL version to 0.7.3 Changelog: https://github.com/zfsonlinux/zfs/releases/tag/zfs-0.7.3 Signed-off-by: Nathaniel Clark Change-Id: I88f0f2601262c0c535431d256a159d9e9d6ebd75 Reviewed-on: https://review.whamcloud.com/29712 Tested-by: Jenkins Reviewed-by: Bob Glossman Tested-by: Maloo Reviewed-by: Alex Zhuravlev Reviewed-by: Oleg Drokin --- diff --git a/contrib/lbuild/lbuild b/contrib/lbuild/lbuild index 415d2b9..86b08c7 100755 --- a/contrib/lbuild/lbuild +++ b/contrib/lbuild/lbuild @@ -994,7 +994,7 @@ build_spl_zfs() { # The spl/zfs spec files expect RPM_BUILD_ROOT to point to the root of the # destination for the rpms export RPM_BUILD_ROOT=$TOPDIR - SPLZFSVER=${SPLZFSVER:-0.7.2} + SPLZFSVER=${SPLZFSVER:-0.7.3} SPLZFSTAG=${SPLZFSTAG:-} # The files expect a kver to be set to the kernel version . diff --git a/lustre/ChangeLog b/lustre/ChangeLog index b8f5abf..d40d73e 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -29,8 +29,8 @@ TBD Intel Corporation 4.4.82-6.9 (SLES12 SP3) vanilla linux 4.6.7 * Recommended e2fsprogs version: 1.42.13.wc4 or newer - * Recommended ZFS / SPL version: 0.7.2 - * Tested with ZFS / SPL version: 0.7.2 + * Recommended ZFS / SPL version: 0.7.3 + * Tested with ZFS / SPL version: 0.7.3 * NFS export disabled when stack size < 8192 (32-bit Lustre clients), since the NFSv4 export of Lustre filesystem with 4K stack may cause a stack overflow. For more information, please refer to bugzilla 17630.