From: Oleg Drokin Date: Sat, 11 May 2019 19:24:48 +0000 (-0400) Subject: new tag 2.10.8-RC1 X-Git-Tag: 2.10.8-RC1^0 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=0bfa713761d3dae17b94c202925cb6e66e6d6dd6;p=fs%2Flustre-release.git new tag 2.10.8-RC1 Change-Id: I656a096aba3e0a464f001c1d55a4c5ef02d7cdae Signed-off-by: Oleg Drokin --- diff --git a/LUSTRE-VERSION-GEN b/LUSTRE-VERSION-GEN index 1dab051..8601bfd 100755 --- a/LUSTRE-VERSION-GEN +++ b/LUSTRE-VERSION-GEN @@ -1,6 +1,6 @@ #!/bin/sh -DEFAULT_VERSION=2.10.7 +DEFAULT_VERSION=2.10.8-RC1 LVF=LUSTRE-VERSION-FILE LF=' diff --git a/lustre/ChangeLog b/lustre/ChangeLog index 1bbfd2c..2adba65 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -1,3 +1,47 @@ +TBD Whamcloud + * version 2.10.8 + * See https://wiki.whamcloud.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.30.1.el6 (RHEL6.9) + 3.10.0-862.14.4.el7 (RHEL7.5) + 3.10.0-957.1.3.el7 (RHEL7.6) + 3.0.101-0.47.71 (SLES11 SP3) + 3.0.101-107 (SLES11 SP4) + 3.12.74-60.64.40 (SLES12 SP1) + 4.4.120-92.70 (SLES12 SP2) + 4.4.162-94.69 (SLES12 SP3) + 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.30.1.el6 (RHEL6.9) + 2.6.32-754.10.1.el6 (RHEL6.10) + 3.10.0-862.14.4.el7 (RHEL7.5) + 3.10.0-957.1.3.el7 (RHEL7.6) + 3.0.101-0.47.71 (SLES11 SP3) + 3.0.101-107 (SLES11 SP4) + 3.12.74-60.64.40 (SLES12 SP1) + 4.4.120-92.70 (SLES12 SP2) + 4.4.162-94.69 (SLES12 SP3) + 4.4.0-131 (Ubuntu 16.04) + vanilla linux 4.6.7 + * Recommended e2fsprogs version: 1.44.3.wc1 or newer + * Recommended ZFS / SPL version: 0.7.9 + * Tested with ZFS / SPL version: 0.7.9 + * 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 + + 03-25-2019 Whamcloud * version 2.10.7 * See https://wiki.whamcloud.com/display/PUB/Lustre+Support+Matrix