From: Robert Read Date: Fri, 28 May 2010 17:47:09 +0000 (-0700) Subject: Prepare for Build 43. X-Git-Tag: v1_10_0_43^0 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=cc1aa12df82a7b476c3a93b993aa232aecaee3c0;p=fs%2Flustre-release.git Prepare for Build 43. --- 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"])