From a366a6f8c594677975af6e5865ffdd51d5c8e621 Mon Sep 17 00:00:00 2001 From: Oleg Drokin Date: Mon, 20 Aug 2012 23:32:10 -0400 Subject: [PATCH] New tag 2.3.50 After branching off b2_3, master becomes 2.4.0 development branch. Change-Id: If7b8c875cb23d3f673ec6185dd5de9f13352c0f0 Signed-off-by: Oleg Drokin --- lustre/ChangeLog | 21 ++++++++++++++++++++- lustre/autoconf/lustre-version.ac | 4 ++-- 2 files changed, 22 insertions(+), 3 deletions(-) diff --git a/lustre/ChangeLog b/lustre/ChangeLog index 70fb528..56a678c 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -1,4 +1,23 @@ -TBD Whamcloud, Inc. +TBD Intel Corporation + * version 2.4.0 + * See http://wiki.whamcloud.com/display/PUB/Lustre+Support+Matrix + * Server support for kernels: + 2.6.32-279.5.1.el6 (RHEL6) + * Client support for unpatched kernels: + 2.6.32-279.5.1.el6 (RHEL6) + 2.6.27.19-5 (SLES11) + 2.6.18-238.19.1.el5 (RHEL5) + 2.6.16.60-0.69.1 (SLES10) + * Recommended e2fsprogs version: 1.41.90.wc4 + * 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 + +-------------------------------------------------------------------------------- + +9-30-2012 Whamcloud, Inc. * version 2.3.0 * See http://wiki.whamcloud.com/display/PUB/Lustre+Support+Matrix * Server support for kernels: diff --git a/lustre/autoconf/lustre-version.ac b/lustre/autoconf/lustre-version.ac index 0208a8e..b16cc8f 100644 --- a/lustre/autoconf/lustre-version.ac +++ b/lustre/autoconf/lustre-version.ac @@ -1,6 +1,6 @@ m4_define([LUSTRE_MAJOR],[2]) -m4_define([LUSTRE_MINOR],[2]) -m4_define([LUSTRE_PATCH],[93]) +m4_define([LUSTRE_MINOR],[3]) +m4_define([LUSTRE_PATCH],[50]) m4_define([LUSTRE_FIX],[0]) dnl # liblustre delta is 0.0.1.32 , next version with fixes is ok, but -- 1.8.3.1