From cc1aa12df82a7b476c3a93b993aa232aecaee3c0 Mon Sep 17 00:00:00 2001 From: Robert Read Date: Fri, 28 May 2010 10:47:09 -0700 Subject: [PATCH 1/1] Prepare for Build 43. --- 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 d5c27db..c82f012 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -13,6 +13,27 @@ tbd Sun Microsystems, Inc. * Recommended e2fsprogs version: 1.41.10-sun2 Severity : normal +Bugzilla : 22787 +Description: Update to OFED 1.5.1 +Details : OFED 1.5.1 will be used in environments that don't use + vendor supplied OFED. + +Severity : normal +Bugzilla : 22455 +Description: Remove lnet. prefix from lctl params display +Details : Also renamed lnet.memused to lnet_memused to + avoid name conflict. + +Severity : normal +Bugzilla : 15253 +Description: Use conf_param -d to remove permanant settings. + +Severity : normal +Bugzilla : 22455 +Description: Add list_param -R +Details : lctl list_param now supports recursive mode. + +Severity : normal Bugzilla : 21829, 22312 Description: Fix llobdstat. Details : 1. Now updating the write_bytes counter diff --git a/lustre/autoconf/lustre-version.ac b/lustre/autoconf/lustre-version.ac index a9ca320..ba90348 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],[10]) m4_define([LUSTRE_PATCH],[0]) -m4_define([LUSTRE_FIX],[42]) +m4_define([LUSTRE_FIX],[43]) dnl # don't forget to update the service tags info m4_define([CLIENT_URN],["LUSTRE-200-CLT"]) -- 1.8.3.1