Whamcloud - gitweb
LU-14170 build: Update ZFS version to 2.0.0 22/40822/4
authorJian Yu <yujian@whamcloud.com>
Wed, 2 Dec 2020 00:07:09 +0000 (16:07 -0800)
committerOleg Drokin <green@whamcloud.com>
Wed, 9 Dec 2020 17:39:44 +0000 (17:39 +0000)
Major New Features
* Sequential resilver
* Persistent L2ARC
* ZStandard compression
* Redacted zfs send/receive

Notable Changes
* Added fallocate(mode-0/2) compatibility to preallocate space.
* Reorganized the zfs and zpool man pages by splitting out each
  subcommand in to its own page.
* Enabled the systemd zfs-mount-generator by default on Linux.
* More relevant and useful ZED syslog entries.
* Provided pam module for automatically loading zfs encryption
  keys for home datasets.
* Support for inheriting and setting user properties in channel
  programs.
* Improved bootloader support.
* Optionally colorized zpool status output.

Change-Id: Ia00d46a4cb54be94d4fdc0145a2d474ea987cf74
Signed-off-by: Jian Yu <yujian@whamcloud.com>
Reviewed-on: https://review.whamcloud.com/40822
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Alex Zhuravlev <bzzz@whamcloud.com>
Tested-by: jenkins <devops@whamcloud.com>
Reviewed-by: Nathaniel Clark <nclark@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
contrib/lbuild/lbuild
lustre/ChangeLog

index 631a76f..8feddbe 100755 (executable)
@@ -1019,7 +1019,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.8.4}
+    SPLZFSVER=${SPLZFSVER:-2.0.0}
     SPLZFSTAG=${SPLZFSTAG:-}
     # "spl zfs" prior to 0.8.0
     # "zfs" for 0.8.0 and later
index 3a2306c..170ff54 100644 (file)
@@ -43,7 +43,7 @@ TBD Whamcloud
          5.4.0-37             (Ubuntu 20.04)
          5.4.0                (vanilla kernel.org)
        * Recommended e2fsprogs version: 1.45.6.wc1 or newer
-       * Recommended ZFS version: 0.8.4
+       * Recommended ZFS version: 2.0.0
        * 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.