Skip to content

Commit

Permalink
LU-7316 build: Update ZFS/SPL version to 0.6.5.3
Browse files Browse the repository at this point in the history
Bug Fixes

* Fix CPU hotplug openzfs/spl#482
* Disable dynamic taskqs by default to avoid deadlock
  openzfs/spl#484
* Don't import all visible pools in zfs-import init script
  openzfs/zfs#3777
* Fix use-after-free in vdev_disk_physio_completion
  openzfs/zfs#3920
* Fix avl_is_empty(&dn->dn_dbufs) assertion openzfs/zfs#3865

Signed-off-by: Nathaniel Clark <[email protected]>
Change-Id: I36347630be2506bee4ff0a05f1b236ba2ba7a0ae
Reviewed-on: http://review.whamcloud.com/16877
Reviewed-by: Alex Zhuravlev <[email protected]>
Reviewed-by: Andreas Dilger <[email protected]>
Tested-by: Jenkins
Tested-by: Maloo <[email protected]>
  • Loading branch information
Nathaniel Clark authored and Oleg Drokin committed Dec 2, 2015
1 parent 88f761b commit 2eb0c38
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion contrib/lbuild/lbuild
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down
4 changes: 2 additions & 2 deletions lustre/ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2eb0c38

Please sign in to comment.