From f23e085ac937cc9b2e9cb169b643980933a949b4 Mon Sep 17 00:00:00 2001 From: Oleg Drokin Date: Fri, 27 Feb 2015 00:56:17 -0500 Subject: [PATCH] Move master branch to 2.8 development Change-Id: If8635d108b6a10b02e01b747b694bdfab4594ba2 Signed-off-by: Oleg Drokin --- lustre/ChangeLog | 22 ++++++++++++++++++++++ lustre/autoconf/lustre-version.ac | 4 ++-- 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/lustre/ChangeLog b/lustre/ChangeLog index b1abe71..a256eff 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -1,4 +1,26 @@ TBD Intel Corporation + * version 2.8.0 + * See https://wiki.hpdd.intel.com/display/PUB/Lustre+Support+Matrix + for currently supported client and server kernel versions. + * Server known to build on patched kernels: + 2.6.32-431.29.2.el6 (RHEL6.5) + 2.6.32-504.8.1.el6 (RHEL6.6) + 3.0.101-0.46 (SLES11 SP3) + * Client known to build on unpatched kernels: + 2.6.32-431.29.2.el6 (RHEL6.5) + 2.6.32-504.8.1.el6 (RHEL6.6) + 3.10.0-123.20.1.el7 (RHEL7) + 3.0.101-0.46 (SLES11 SP3) + * 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-10-2015 Intel Corporation * version 2.7.0 * See https://wiki.hpdd.intel.com/display/PUB/Lustre+Support+Matrix for currently supported client and server kernel versions. diff --git a/lustre/autoconf/lustre-version.ac b/lustre/autoconf/lustre-version.ac index 1f351e3..b74106c 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],[6]) -m4_define([LUSTRE_PATCH],[94]) +m4_define([LUSTRE_MINOR],[7]) +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