Whamcloud - gitweb
Branch b1_4
authoradilger <adilger>
Tue, 26 Jul 2005 21:55:37 +0000 (21:55 +0000)
committeradilger <adilger>
Tue, 26 Jul 2005 21:55:37 +0000 (21:55 +0000)
Description: Disk fragmentation on the OSTs could eventually cause slowdowns
             after numerous create/delete cycles
Details    : The ext3 inode allocation policy would not allocate new inodes
     very well on the OSTs because there are no new directories
     being created.  Instead we look for groups with free space if
     the parent directories are nearly full.
b=4466
r=alex,behlendorf

ldiskfs/kernel_patches/series/ldiskfs-2.6-rhel4.series
ldiskfs/kernel_patches/series/ldiskfs-2.6-suse.series
lustre/ChangeLog
lustre/kernel_patches/series/ldiskfs-2.6-rhel4.series
lustre/kernel_patches/series/ldiskfs-2.6-suse.series

index 0980162..8e76197 100644 (file)
@@ -9,4 +9,5 @@ ext3-include-fixes-2.6-rhel4.patch
 ext3-extents-2.6.9-rhel4.patch
 ext3-mballoc2-2.6.9-rhel4.patch 
 ext3-nlinks-2.6.7.patch
-ext3-htree-dot-2.6.patch
+ext3-htree-dot-2.6.patch 
+ext3-ialloc-2.6.patch
index c44eea3..2584c1d 100644 (file)
@@ -10,4 +10,5 @@ ext3-extents-2.6.5.patch
 ext3-mballoc2-2.6-suse.patch
 ext3-nlinks-2.6.7.patch
 ext3-rename-reserve-2.6-suse.patch
-ext3-htree-dot-2.6.5-suse.patch
+ext3-htree-dot-2.6.5-suse.patch 
+ext3-ialloc-2.6.patch
index 4200c89..7c25507 100644 (file)
@@ -109,13 +109,22 @@ Severity   : enhancement
 Bugzilla   : 6101
 Description: Failover mode is now the default for OSTs.
 Details    : By default, OSTs will now run in failover mode.  To return to
-            the old behaviour, add '--failout' to the lmc line for OSTs.
+             the old behaviour, add '--failout' to the lmc line for OSTs.
 
 Severity   : enhancement
 Bugzilla   : 1693
 Description: Health checks are now provided for MDS and OSTs
 Details    : Additional detailed health check information on MSD and OSTs   
-            is now provided through the procfs health_check value.
+             is now provided through the procfs health_check value.
+
+Severity   : minor
+Bugzilla   : 4466
+Description: Disk fragmentation on the OSTs could eventually cause slowdowns
+             after numerous create/delete cycles
+Details    : The ext3 inode allocation policy would not allocate new inodes
+             very well on the OSTs because there are no new directories
+             being created.  Instead we look for groups with free space if
+             the parent directories are nearly full.
 
 ------------------------------------------------------------------------------
 
index 0980162..8e76197 100644 (file)
@@ -9,4 +9,5 @@ ext3-include-fixes-2.6-rhel4.patch
 ext3-extents-2.6.9-rhel4.patch
 ext3-mballoc2-2.6.9-rhel4.patch 
 ext3-nlinks-2.6.7.patch
-ext3-htree-dot-2.6.patch
+ext3-htree-dot-2.6.patch 
+ext3-ialloc-2.6.patch
index c44eea3..2584c1d 100644 (file)
@@ -10,4 +10,5 @@ ext3-extents-2.6.5.patch
 ext3-mballoc2-2.6-suse.patch
 ext3-nlinks-2.6.7.patch
 ext3-rename-reserve-2.6-suse.patch
-ext3-htree-dot-2.6.5-suse.patch
+ext3-htree-dot-2.6.5-suse.patch 
+ext3-ialloc-2.6.patch