From 2eb0c38c2a4df0fe4879d0894b7ebd9452a52d39 Mon Sep 17 00:00:00 2001 From: Nathaniel Clark Date: Mon, 19 Oct 2015 14:13:49 -0400 Subject: [PATCH] LU-7316 build: Update ZFS/SPL version to 0.6.5.3 Bug Fixes * Fix CPU hotplug zfsonlinux/spl#482 * Disable dynamic taskqs by default to avoid deadlock zfsonlinux/spl#484 * Don't import all visible pools in zfs-import init script zfsonlinux/zfs#3777 * Fix use-after-free in vdev_disk_physio_completion zfsonlinux/zfs#3920 * Fix avl_is_empty(&dn->dn_dbufs) assertion zfsonlinux/zfs#3865 Signed-off-by: Nathaniel Clark Change-Id: I36347630be2506bee4ff0a05f1b236ba2ba7a0ae Reviewed-on: http://review.whamcloud.com/16877 Reviewed-by: Alex Zhuravlev Reviewed-by: Andreas Dilger Tested-by: Jenkins Tested-by: Maloo --- 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 09a634c..45582d0 100755 --- a/contrib/lbuild/lbuild +++ b/contrib/lbuild/lbuild @@ -1057,7 +1057,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.6.5.2} + SPLZFSVER=${SPLZFSVER:-0.6.5.3} SPLZFSTAG=${SPLZFSTAG:-} # The files expect a kver to be set to the kernel version . diff --git a/lustre/ChangeLog b/lustre/ChangeLog index 2ae7185..0adfbf0 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -20,8 +20,8 @@ TBD Intel Corporation 3.12.39-47 (SLES12) vanilla linux 4.2.1 * Recommended e2fsprogs version: 1.42.13.wc3 or newer - * Recommended ZFS / SPL version: 0.6.5.2 - * Tested with ZFS / SPL version: 0.6.5.2 + * Recommended ZFS / SPL version: 0.6.5.3 + * Tested with ZFS / SPL version: 0.6.5.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. -- 1.8.3.1