Whamcloud - gitweb
LU-10150 build: Build with ZFS 0.7.3 13/29713/3
authorNathaniel Clark <nathaniel.l.clark@intel.com>
Mon, 23 Oct 2017 14:52:57 +0000 (10:52 -0400)
committerJohn L. Hammond <john.hammond@intel.com>
Wed, 15 Nov 2017 17:41:57 +0000 (17:41 +0000)
Update ZFS and SPL version to 0.7.3
Also Fixup ChangeLog

Changelog: https://github.com/zfsonlinux/zfs/releases/tag/zfs-0.7.3

Signed-off-by: Nathaniel Clark <nathaniel.l.clark@intel.com>
Change-Id: I88f0f2601262c0c535431d256a159d9e9d6ebd75
Reviewed-on: https://review.whamcloud.com/29713
Tested-by: Jenkins
Reviewed-by: Bob Glossman <bob.glossman@intel.com>
Reviewed-by: Alex Zhuravlev <alexey.zhuravlev@intel.com>
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: John L. Hammond <john.hammond@intel.com>
contrib/lbuild/lbuild
lustre/ChangeLog

index 82cb06f..86b08c7 100755 (executable)
@@ -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.1}
+    SPLZFSVER=${SPLZFSVER:-0.7.3}
     SPLZFSTAG=${SPLZFSTAG:-}
 
     # The files expect a kver to be set to the kernel version .
index 6291a69..16c6349 100644 (file)
@@ -1,5 +1,5 @@
-10-02-2017 Intel Corporation
-       * version 2.10.1
+TBD Intel Corporation
+       * version 2.10.2
        * See https://wiki.hpdd.intel.com/display/PUB/Lustre+Support+Matrix
          for currently supported client and server kernel versions.
        * Server known to build on patched kernels:
          4.4.92-6.18         (SLES12 SP3)
          vanilla linux 4.6.7
        * Recommended e2fsprogs version: 1.42.13.wc4 or newer
+       * 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.
+       * NFSv4 reexport to 32-bit NFS client nodes requires Lustre client on
+         the re-exporting nodes to be mounted with "32bitapi" mount option
+
+--------------------------------------------------------------------------------
+
+10-02-2017 Intel Corporation
+       * version 2.10.1
+       * See https://wiki.hpdd.intel.com/display/PUB/Lustre+Support+Matrix
+         for currently supported client and server kernel versions.
+       * Server known to build on patched kernels:
+         2.6.32-431.29.2.el6 (RHEL6.5)
+         2.6.32-504.30.3.el6 (RHEL6.6)
+         2.6.32-573.26.1.el6 (RHEL6.7)
+         2.6.32-642.15.1.el6 (RHEL6.8)
+         2.6.32-696.10.3.el6 (RHEL6.9)
+         3.10.0-693.2.2.el7  (RHEL7.4)
+         3.0.101-0.47.71     (SLES11 SP3)
+         3.0.101-107         (SLES11 SP4)
+         3.12.74-60.64.40    (SLES12 SP1)
+         4.4.74-92.35        (SLES12 SP2)
+         vanilla linux 4.6.7 (ZFS only)
+       * Client known to build on unpatched kernels:
+         2.6.32-431.29.2.el6 (RHEL6.5)
+         2.6.32-504.30.3.el6 (RHEL6.6)
+         2.6.32-573.26.1.el6 (RHEL6.7)
+         2.6.32-642.15.1.el6 (RHEL6.8)
+         2.6.32-696.10.3.el6 (RHEL6.9)
+         3.10.0-693.2.2.el7  (RHEL7.4)
+         3.0.101-0.47.71     (SLES11 SP3)
+         3.0.101-107         (SLES11 SP4)
+         3.12.74-60.64.40    (SLES12 SP1)
+         4.4.74-92.35        (SLES12 SP2)
+         vanilla linux 4.6.7
+       * Recommended e2fsprogs version: 1.42.13.wc4 or newer
+       * Recommended ZFS / SPL version: 0.7.1
+       * Tested with ZFS / SPL version: 0.7.1
+       * 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.
+       * NFSv4 reexport to 32-bit NFS client nodes requires Lustre client on
+         the re-exporting nodes to be mounted with "32bitapi" mount option
+
+--------------------------------------------------------------------------------
+
+2017-07-05 Intel Corporation
+       * version 2.10.0
+       * See https://wiki.hpdd.intel.com/display/PUB/Lustre+Support+Matrix
+         for currently supported client and server kernel versions.
+       * Server known to build on patched kernels:
+         2.6.32-431.29.2.el6 (RHEL6.5)
+         2.6.32-504.30.3.el6 (RHEL6.6)
+         2.6.32-573.26.1.el6 (RHEL6.7)
+         2.6.32-642.15.1.el6 (RHEL6.8)
+         2.6.32-696.3.1.el6  (RHEL6.9)
+         3.10.0-514.21.1.el7 (RHEL7.3)
+         3.0.101-0.47.71     (SLES11 SP3)
+         3.0.101-100         (SLES11 SP4)
+         3.12.74-60.64.40    (SLES12 SP1)
+         4.4.59-92.17        (SLES12 SP2)
+         vanilla linux 4.6.7 (ZFS only)
+       * Client known to build on unpatched kernels:
+         2.6.32-431.29.2.el6 (RHEL6.5)
+         2.6.32-504.30.3.el6 (RHEL6.6)
+         2.6.32-573.26.1.el6 (RHEL6.7)
+         2.6.32-642.15.1.el6 (RHEL6.8)
+         2.6.32-696.3.1.el6  (RHEL6.9)
+         3.10.0-514.21.1.el7 (RHEL7.3)
+         3.0.101-0.47.71     (SLES11 SP3)
+         3.0.101-100         (SLES11 SP4)
+         3.12.74-60.64.40    (SLES12 SP1)
+         4.4.59-92.17        (SLES12 SP2)
+         vanilla linux 4.6.7
+       * Recommended e2fsprogs version: 1.42.13.wc4 or newer
        * Recommended ZFS / SPL version: 0.6.5.9
        * Tested with ZFS / SPL version: 0.6.5.9
        * NFS export disabled when stack size < 8192 (32-bit Lustre clients),