From 92c82b0fca49a6e6e21e65681bca79b58ccf76f8 Mon Sep 17 00:00:00 2001 From: Robert Read Date: Fri, 11 Jun 2010 11:15:53 -0700 Subject: [PATCH] Prepare for Build 44. --- lustre/ChangeLog | 17 +++++++++++++++++ lustre/autoconf/lustre-version.ac | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/lustre/ChangeLog b/lustre/ChangeLog index 29b81a0..6e230c1 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -12,6 +12,23 @@ tbd Sun Microsystems, Inc. 2.6.29.4-167.fc11 (FC11) * Recommended e2fsprogs version: 1.41.10-sun2 +Severity : enhancement +Bugzilla : 22481 +Description: Distribute lfs_migrate script with lustre +Details : The lfs_migrate mentioned in the manual is now included in the + lustre tree in lustre/scripts and will distributed in lustre RPMs. + + +Severity : enhancement +Bugzilla : 15253 +Description: Failover nid list added to import proc file. + +Severity : enhancement +Bugzilla : 22864 +Description: "som_preview" mount option required to use SOM +Details : The clients will need to use som_preview mount option + in order to use SOM. + Bugzilla : 22850 Description: Lustre does not do 1MB IOs to HW RAID Details : Bump MAX_PHYS/HW_SEGMENTS and SG_ALL to 256 in the RHEL5 kernel. diff --git a/lustre/autoconf/lustre-version.ac b/lustre/autoconf/lustre-version.ac index ba90348..3ff7e30 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],[43]) +m4_define([LUSTRE_FIX],[44]) dnl # don't forget to update the service tags info m4_define([CLIENT_URN],["LUSTRE-200-CLT"]) -- 1.8.3.1