From 03c20f7ad344e1ded7eba39fdda1092195603c48 Mon Sep 17 00:00:00 2001 From: Oleg Drokin Date: Mon, 10 Mar 2014 18:33:21 -0400 Subject: [PATCH] New tag 2.4.3-RC1 Change-Id: I35b61517da77ed9ca9109fd0be323a84aaf626f6 --- lustre/ChangeLog | 21 +++++++++++++++++++++ lustre/autoconf/lustre-version.ac | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/lustre/ChangeLog b/lustre/ChangeLog index e5472c6e..2fd8debf 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -1,3 +1,24 @@ +03-14-2014 Intel Corporation + * version 2.4.3 + * See http://wiki.whamcloud.com/display/PUB/Lustre+Support+Matrix + * Server support for kernels: + 2.6.32-358.23.2.el6 (RHEL6.4) + * Client support for unpatched kernels: + 2.6.18-348.3.1.el5 (RHEL5) + 2.6.32-358.23.2.el6 (RHEL6.4) + 2.6.32-279.19.1.el6 (RHEL6.3) + 3.0.74-0.6.6 (SLES11 SP2) + 3.6.10-2.fc17 (FC17) + * Recommended e2fsprogs version: 1.42.7.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 + +-------------------------------------------------------------------------------- + + 12-24-2013 Intel Corporation * version 2.4.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 de23c05..908c4d5 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],[4]) -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