From: scjody Date: Sat, 21 Jul 2007 00:11:52 +0000 (+0000) Subject: Branch b1_6 X-Git-Tag: v1_8_0_110~1435 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=88f45e9d6382c34569a3e31ccc55880f680718e3;p=fs%2Flustre-release.git Branch b1_6 Fix typo in release notes --- diff --git a/lustre/ChangeLog b/lustre/ChangeLog index 5ced163..c554b0b 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -14,7 +14,7 @@ tbd Cluster File Systems, Inc. * Note that reiserfs quotas are disabled on SLES 10 in this kernel. * Starting with this release, the ldiskfs backing filesystem required by Lustre is now in its own package, lustre-ldiskfs. This package - so be installed. It is versioned separately from Lustre and + should be installed. It is versioned separately from Lustre and may be released separately in future. Severity : normal @@ -614,6 +614,15 @@ Details : The ll_inode_to_ext_flags() has a glitch which makes MDS return * bug fixes Severity : enhancement +Bugzilla : 4900 +Description: Async OSC create to avoid the blocking unnecessarily. +Details : If a OST has no remain object, system will block on the creating + when need to create a new object on this OST. Now, ways use + pre-created objects when available, instead of blocking on an + empty osc while others are not empty. If we must block, we block + for the shortest possible period of time. + +Severity : enhancement Bugzilla : 8007 Description: MountConf Details : Lustre configuration is now managed via mkfs and mount