Whamcloud - gitweb
Branch b1_6
authorscjody <scjody>
Sat, 21 Jul 2007 00:11:52 +0000 (00:11 +0000)
committerscjody <scjody>
Sat, 21 Jul 2007 00:11:52 +0000 (00:11 +0000)
Fix typo in release notes

lustre/ChangeLog

index 5ced163..c554b0b 100644 (file)
@@ -14,7 +14,7 @@ tbd         Cluster File Systems, Inc. <info@clusterfs.com>
        * 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