From 4ea2500626a8256076782b9555b718ceb0ff899e Mon Sep 17 00:00:00 2001 From: Oleg Drokin Date: Thu, 3 Jan 2019 18:32:50 -0500 Subject: [PATCH] New tag 2.12.50 Start of 2.13 development effort. Change-Id: Id378f5ad264aca50d31d6fdf0e2364904b76a4e2 Signed-off-by: Oleg Drokin --- LUSTRE-VERSION-GEN | 2 +- lustre/ChangeLog | 40 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+), 1 deletion(-) diff --git a/LUSTRE-VERSION-GEN b/LUSTRE-VERSION-GEN index ade8644..c86c7df 100755 --- a/LUSTRE-VERSION-GEN +++ b/LUSTRE-VERSION-GEN @@ -1,6 +1,6 @@ #!/bin/sh -DEFAULT_VERSION=2.12.0 +DEFAULT_VERSION=2.12.50 LVF=LUSTRE-VERSION-FILE LF=' diff --git a/lustre/ChangeLog b/lustre/ChangeLog index a31e94d..ca4acdc 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -1,3 +1,43 @@ +TBD Whamcloud + * version 2.13.0 + * See https://wiki.whamcloud.com/display/PUB/Lustre+Support+Matrix + for currently supported client and server kernel versions. + * Server known to build on the following kernels (others may also work): + 2.6.32-696.18.7.el6 (RHEL6.9) + 3.10.0-862.14.4.el7 (RHEL7.5) + 3.10.0-957.el7 (RHEL7.6) + 4.4.120-92.70 (SLES12 SP2) + 4.4.162-94.69 (SLES12 SP3) + 4.4.0-131 (Ubuntu 16.04) + 4.15.0-32 (Ubuntu 18.04) + vanilla linux 4.6.7 (ZFS only) + * ldiskfs needs an ldiskfs patch series for that kernel, ZFS does not + * Client known to build on unpatched kernels (others may also work): + 2.6.32-696.18.7.el6 (RHEL6.9) + 2.6.32-754.6.3.el6 (RHEL6.10) + 3.10.0-862.14.4.el7 (RHEL7.5) + 3.10.0-957.el7 (RHEL7.6) + 4.14.0-49.13.1.el7a (RHEL7.5) + 4.14.0-115.2.2.el7a (RHEL7.6) + 4.4.120-92.70 (SLES12 SP2) + 4.4.162-94.69 (SLES12 SP3) + 4.4.0-131 (Ubuntu 16.04) + 4.15.0-32 (Ubuntu 18.04) + vanilla linux 4.15.0 (ZFS only) + * 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 + * Note for Ubuntu 14.04.5: + The 4.4.0 series is the HWE Kernel derived from 16.04 (Xenial). + See: https://wiki.ubuntu.com/Kernel/LTSEnablementStack + +-------------------------------------------------------------------------------- + 12-21-2018 Whamcloud * version 2.12.0 * See https://wiki.whamcloud.com/display/PUB/Lustre+Support+Matrix -- 1.8.3.1