From 5daae73e6a0bbc3dd6a50e2672ceff33a3a2ba96 Mon Sep 17 00:00:00 2001 From: Oleg Drokin Date: Thu, 28 Aug 2014 22:38:24 -0400 Subject: [PATCH] New tag 2.5.3-RC1 Change-Id: I386568268b31090e3909519ff1cfcc304400a436 --- lustre/ChangeLog | 19 +++++++++++++++++++ lustre/autoconf/lustre-version.ac | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/lustre/ChangeLog b/lustre/ChangeLog index f279cad..b37bb6c 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -1,3 +1,22 @@ +09-03-2014 Intel Corporation + * version 2.5.3 + * See http://wiki.whamcloud.com/display/PUB/Lustre+Support+Matrix + * Server support for kernels: + 2.6.32-431.23.3.el6 (RHEL6) + 3.0.101-0.35 (SLES11SP3) + * Client support for unpatched kernels: + 2.6.32-431.23.3.el6 (RHEL6) + 3.0.101-0.35 (SLES11SP3) + 3.6.10-2.fc17 (FC17) + * Recommended e2fsprogs version: 1.42.9.wc1 or newer + * 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 + +-------------------------------------------------------------------------------- + 06-23-2014 Intel Corporation * version 2.5.2 * See http://wiki.whamcloud.com/display/PUB/Lustre+Support+Matrix diff --git a/lustre/autoconf/lustre-version.ac b/lustre/autoconf/lustre-version.ac index 0da0d9a..15e98e0 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],[5]) -m4_define([LUSTRE_PATCH],[2]) +m4_define([LUSTRE_PATCH],[3]) m4_define([LUSTRE_FIX],[0]) dnl # liblustre delta is 0.0.1.32 , next version with fixes is ok, but -- 1.8.3.1