From b3656df2188d795427355f38564b296fc599eef3 Mon Sep 17 00:00:00 2001 From: Oleg Drokin Date: Wed, 11 Jun 2014 18:28:29 -0400 Subject: [PATCH] New tag 2.5.2-rc1 Change-Id: I1d37d5756b7f47e83d4467025ca67acc044ad09d --- 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 04701bb..9d82870 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -1,3 +1,22 @@ +06-16-2014 Intel Corporation + * version 2.5.2 + * See http://wiki.whamcloud.com/display/PUB/Lustre+Support+Matrix + * Server support for kernels: + 2.6.32-431.17.1.el6 (RHEL6) + 3.0.101-0.29 (SLES11SP3) + * Client support for unpatched kernels: + 2.6.32-431.17.1.el6 (RHEL6) + 3.0.101-0.29 (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 + +-------------------------------------------------------------------------------- + 03-17-2014 Intel Corporation * version 2.5.1 * 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 2c635e0..0da0d9a 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],[1]) +m4_define([LUSTRE_PATCH],[2]) m4_define([LUSTRE_FIX],[0]) dnl # liblustre delta is 0.0.1.32 , next version with fixes is ok, but -- 1.8.3.1