From: adilger Date: Tue, 26 Jul 2005 21:55:37 +0000 (+0000) Subject: Branch b1_4 X-Git-Tag: v1_7_140~1^12~3^2~55^5~72 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=0e791b46860e22c9761754f9a60376208c813926;p=fs%2Flustre-release.git Branch b1_4 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 --- diff --git a/ldiskfs/kernel_patches/series/ldiskfs-2.6-rhel4.series b/ldiskfs/kernel_patches/series/ldiskfs-2.6-rhel4.series index 0980162..8e76197 100644 --- a/ldiskfs/kernel_patches/series/ldiskfs-2.6-rhel4.series +++ b/ldiskfs/kernel_patches/series/ldiskfs-2.6-rhel4.series @@ -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 diff --git a/ldiskfs/kernel_patches/series/ldiskfs-2.6-suse.series b/ldiskfs/kernel_patches/series/ldiskfs-2.6-suse.series index c44eea3..2584c1d 100644 --- a/ldiskfs/kernel_patches/series/ldiskfs-2.6-suse.series +++ b/ldiskfs/kernel_patches/series/ldiskfs-2.6-suse.series @@ -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 diff --git a/lustre/ChangeLog b/lustre/ChangeLog index 4200c89..7c25507 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -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. ------------------------------------------------------------------------------ diff --git a/lustre/kernel_patches/series/ldiskfs-2.6-rhel4.series b/lustre/kernel_patches/series/ldiskfs-2.6-rhel4.series index 0980162..8e76197 100644 --- a/lustre/kernel_patches/series/ldiskfs-2.6-rhel4.series +++ b/lustre/kernel_patches/series/ldiskfs-2.6-rhel4.series @@ -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 diff --git a/lustre/kernel_patches/series/ldiskfs-2.6-suse.series b/lustre/kernel_patches/series/ldiskfs-2.6-suse.series index c44eea3..2584c1d 100644 --- a/lustre/kernel_patches/series/ldiskfs-2.6-suse.series +++ b/lustre/kernel_patches/series/ldiskfs-2.6-suse.series @@ -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