From 547e4021afb499f05cfbbf23e05b124587ca2ea8 Mon Sep 17 00:00:00 2001 From: Oleg Drokin Date: Tue, 27 Jun 2017 15:20:54 -0400 Subject: [PATCH] Branch of 2.11 development branch new tag 2.10.50 Change-Id: Iea32c681312885f577421e1bf194c569a6b0da65 Signed-off-by: Oleg Drokin --- LUSTRE-VERSION-GEN | 2 +- lustre/ChangeLog | 39 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+), 1 deletion(-) diff --git a/LUSTRE-VERSION-GEN b/LUSTRE-VERSION-GEN index f53d8da..2a98010 100755 --- a/LUSTRE-VERSION-GEN +++ b/LUSTRE-VERSION-GEN @@ -1,6 +1,6 @@ #!/bin/sh -DEFAULT_VERSION=2.9.59 +DEFAULT_VERSION=2.10.50 LVF=LUSTRE-VERSION-FILE LF=' diff --git a/lustre/ChangeLog b/lustre/ChangeLog index cebbd67..54ba34a 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -1,4 +1,43 @@ TBD Intel Corporation + * version 2.11.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), + 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. -- 1.8.3.1