From 4372ac76d32742a30479b335291c804728b6a4cb Mon Sep 17 00:00:00 2001 From: stinson1947 Date: Fri, 18 Sep 2009 22:11:42 +0000 Subject: [PATCH] Updated for 1.8.1.1 RC1 --- ldiskfs/ChangeLog | 5 +++++ lnet/ChangeLog | 16 ++++++++++++++++ lustre/ChangeLog | 21 +++++++++++++++++++++ lustre/autoconf/lustre-version.ac | 2 +- 4 files changed, 43 insertions(+), 1 deletion(-) diff --git a/ldiskfs/ChangeLog b/ldiskfs/ChangeLog index 3e9e0d9..3210a44 100644 --- a/ldiskfs/ChangeLog +++ b/ldiskfs/ChangeLog @@ -1,4 +1,9 @@ TBD Sun Microsystems, Inc. + * version 3.0.9.2 + + +------------------------------------------------------------------------------- +2009-10-16 Sun Microsystems, Inc. * version 3.0.9.1 diff --git a/lnet/ChangeLog b/lnet/ChangeLog index 2332a35..b123847 100644 --- a/lnet/ChangeLog +++ b/lnet/ChangeLog @@ -1,4 +1,20 @@ TBD Sun Microsystems, Inc. + * version 1.8.1.2 + * Support for networks: + socklnd - any kernel supported by Lustre, + qswlnd - Qsnet kernel modules 5.20 and later, + openiblnd - IbGold 1.8.2, + o2iblnd - OFED 1.1, 1.2.0, 1.2.5, 1.3, and 1.4.1 + viblnd - Voltaire ibhost 3.4.5 and later, + ciblnd - Topspin 3.2.0, + iiblnd - Infiniserv 3.3 + PathBits patch, + gmlnd - GM 2.1.22 and later, + mxlnd - MX 1.2.1 or later, + ptllnd - Portals 3.3 / UNICOS/lc 1.5.x, 2.0.x + + +------------------------------------------------------------------------------- +2009-10-16 Sun Microsystems, Inc. * version 1.8.1.1 * Support for networks: socklnd - any kernel supported by Lustre, diff --git a/lustre/ChangeLog b/lustre/ChangeLog index 5c35c00..6dd81e4 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -1,4 +1,25 @@ TBD Sun Microsystems, Inc. + * version 1.8.1.2 + * Support for kernels: + 2.6.16.60-0.42.4 (SLES 10), + 2.6.27.29-0.1 (SLES11, i686 & x84_64 only), + 2.6.18-128.7.1.el5 (RHEL 5), + 2.6.18-128.7.1.el5 (OEL 5), + * Client support for unpatched kernels: + (see http://wiki.lustre.org/index.php?title=Patchless_Client) + 2.6.16 - 2.6.27 vanilla (kernel.org) + * Recommended e2fsprogs version: 1.41.6.sun1 + * File join has been disabled in this release, refer to Bugzilla 16929. + * NFS export disabled when stack size < 8192. Since the NFSv4 export + of Lustre filesystem with 4K stack may cause a stack overflow. For + more information, please refer to bugzilla 17630. + * ext4 support for RHEL5 is experimental and thus should not be + used in production. + + +------------------------------------------------------------------------------- + +2009-10-16 Sun Microsystems, Inc. * version 1.8.1.1 * Support for kernels: 2.6.16.60-0.42.4 (SLES 10), diff --git a/lustre/autoconf/lustre-version.ac b/lustre/autoconf/lustre-version.ac index 9b0ae63..34ea6bf 100644 --- a/lustre/autoconf/lustre-version.ac +++ b/lustre/autoconf/lustre-version.ac @@ -1,7 +1,7 @@ m4_define([LUSTRE_MAJOR],[1]) m4_define([LUSTRE_MINOR],[8]) m4_define([LUSTRE_PATCH],[1]) -m4_define([LUSTRE_FIX],[0]) +m4_define([LUSTRE_FIX],[1]) # Note: we're starting prerelease versions at 50 this time. dnl # don't forget to update the service tags info -- 1.8.3.1