From: Robert Read Date: Fri, 11 Jun 2010 18:15:53 +0000 (-0700) Subject: Prepare for Build 44. X-Git-Tag: v1_10_0_44^0 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=92c82b0fca49a6e6e21e65681bca79b58ccf76f8 Prepare for Build 44. --- 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"])