Whamcloud - gitweb
LU-7764 kernel: kernel update RHEL 6.7 [2.6.32-573.18.1.el6]
[fs/lustre-release.git] / lustre / ChangeLog
index 4d2b125..6af7fe6 100644 (file)
@@ -1,18 +1,59 @@
 TBD Intel Corporation
+       * version 2.9.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.18.1.el6 (RHEL6.7)
+         3.10.0-327.3.1.el7  (RHEL7.2)
+         3.0.101-0.47.71     (SLES11 SP3)
+         3.0.101-68          (SLES11 SP4)
+         vanilla linux 4.2.1 (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.18.1.el6 (RHEL6.7)
+         3.10.0-327.3.1.el7  (RHEL7.2)
+         3.0.101-0.47.71     (SLES11 SP3)
+         3.0.101-68          (SLES11 SP4)
+         3.12.39-47          (SLES12)
+         vanilla linux 4.2.1
+       * Recommended e2fsprogs version: 1.42.13.wc4 or newer
+       * Recommended ZFS / SPL version: 0.6.4.2
+       * Tested with ZFS / SPL version: 0.6.4.2
+       * 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
+
+--------------------------------------------------------------------------------
+
+02-29-2016 Intel Corporation
        * version 2.8.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.16.2.el6 (RHEL6.6)
-         3.10.0-229.4.2.el7  (RHEL7.1)
-         3.0.101-0.47.52     (SLES11 SP3)
+         2.6.32-504.30.3.el6 (RHEL6.6)
+         2.6.32-573.12.1.el6 (RHEL6.7)
+         3.10.0-327.3.1.el7  (RHEL7.2)
+         3.0.101-0.47.71     (SLES11 SP3)
+         3.0.101-68          (SLES11 SP4)
+         vanilla linux 4.2.1 (ZFS only)
        * Client known to build on unpatched kernels:
          2.6.32-431.29.2.el6 (RHEL6.5)
-         2.6.32-504.16.2.el6 (RHEL6.6)
-         3.10.0-229.4.2.el7  (RHEL7.1)
-         3.0.101-0.47.52     (SLES11 SP3)
-       * Recommended e2fsprogs version: 1.42.9.wc1 or newer
+         2.6.32-504.30.3.el6 (RHEL6.6)
+         2.6.32-573.12.1.el6 (RHEL6.7)
+         3.10.0-327.3.1.el7  (RHEL7.2)
+         3.0.101-0.47.71     (SLES11 SP3)
+         3.0.101-68          (SLES11 SP4)
+         3.12.39-47          (SLES12)
+         vanilla linux 4.2.1
+       * Recommended e2fsprogs version: 1.42.13.wc4 or newer
+       * Recommended ZFS / SPL version: 0.6.4.2
+       * Tested with ZFS / SPL version: 0.6.4.2
        * 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.
@@ -459,7 +500,7 @@ Description: Remove set_info(KEY_UNLINKED) from MDS/OSC
 Severity   : enhancement
 Bugzilla   : 19526
 Description: correctly handle big reply message.
-Details    : send LNet event if reply is bigger then buffer and adjust this buffer
+Details    : send LNet event if reply is bigger than buffer and adjust this buffer
              correctly.
 
 Severity   : normal
@@ -2726,7 +2767,7 @@ Severity   : normal
 Bugzilla   : 19128
 Description: Out or order replies might be lost on replay
 Details    : In ptlrpc_retain_replayable_request if we cannot find retained
-             request with tid smaller then one currently being added, add it
+             request with tid smaller than one currently being added, add it
             to the start, not end of the list.
 
 --------------------------------------------------------------------------------
@@ -2944,7 +2985,7 @@ Details      : When then OST is about to be full, if two bulk writing from
             different clients came to OST. Accord the avaliable space of the
             OST, the first req should be permitted, and the second one
             should be denied by ENOSPC. But if the seconde arrived before
-            the first one is commited. The OST might wrongly permit second
+            the first one is committed. The OST might wrongly permit second
             writing, which will cause grant space > available space.
 
 Severity   : normal