From 33fa3ca05b5bb6abbcef01444c3f383d876ecba9 Mon Sep 17 00:00:00 2001 From: Nathaniel Clark Date: Wed, 11 Apr 2018 09:27:57 -0400 Subject: [PATCH] LU-10901 build: Update ZFS/SPL to 0.7.8 This skips 0.7.7 due to regression fixed in 0.7.8 https://github.com/zfsonlinux/zfs/releases/tag/zfs-0.7.8 https://github.com/zfsonlinux/zfs/releases/tag/zfs-0.7.7 Signed-off-by: Nathaniel Clark Change-Id: Icd6a21793a5f7502c88121def8d86d9aa48c6ae8 Reviewed-on: https://review.whamcloud.com/31949 Reviewed-by: Alex Zhuravlev Reviewed-by: Bob Glossman Tested-by: Jenkins Tested-by: Maloo Reviewed-by: Oleg Drokin --- contrib/lbuild/lbuild | 2 +- lustre/ChangeLog | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/contrib/lbuild/lbuild b/contrib/lbuild/lbuild index 7f94752..17f2973 100755 --- a/contrib/lbuild/lbuild +++ b/contrib/lbuild/lbuild @@ -1014,7 +1014,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.6} + SPLZFSVER=${SPLZFSVER:-0.7.8} SPLZFSTAG=${SPLZFSTAG:-} # The files expect a kver to be set to the kernel version . diff --git a/lustre/ChangeLog b/lustre/ChangeLog index 4924f36..0753715 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -35,8 +35,8 @@ TBD Intel Corporation 4.4.0-116 (Ubuntu 16.04) vanilla linux 4.6.7 * Recommended e2fsprogs version: 1.42.13.wc6 or newer - * Recommended ZFS / SPL version: 0.7.6 - * Tested with ZFS / SPL version: 0.7.6 + * Recommended ZFS / SPL version: 0.7.8 + * Tested with ZFS / SPL version: 0.7.8 * 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. -- 1.8.3.1