From bb95c62cdeb8b7e3917228f5e5ec0bbe944a2bbd Mon Sep 17 00:00:00 2001 From: adilger <adilger> Date: Thu, 31 Jul 2008 19:34:16 +0000 Subject: [PATCH] Branch b1_6 Add missing ChangeLog entries. To both lustre/ChangeLog for customer visible bugs, only ldiskfs/ChangeLog for minor fixes. b=16101 b=15932 b=15604 --- lustre/ChangeLog | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/lustre/ChangeLog b/lustre/ChangeLog index 69334eaa7b..0fc4cc977e 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -38,6 +38,14 @@ tbd Sun Microsystems, Inc. * Output of lfs quota has been made less detailed by default, old (verbose) output can be obtained by using -v option. +Severity : normal +Frequency : only for filesystems larger than 8TB +Bugzilla : 16101 +Description: ldiskfs BUG ldiskfs_mb_use_best_found() +Details : The ldiskfs mballoc3 code was using a __u16 to store the group + number, but with 8TB+ filesystems there are more than 65536 + groups, causing an oops. + Severity : enhancement Bugzilla : 15308 Description: Update to SLES10 SP2 kernel-2.6.16.60-0.23. @@ -258,7 +266,7 @@ Details : If administrator specified an incorrect configuration parameter client mounts. Instead, ignore the bad configuration parameter. Severity : normal -Frequency : blocks per group is less than blocksize*8 and uninit_groups is enabled +Frequency : blocks per group < blocksize*8 and uninit_groups is enabled Bugzilla : 15932 Description: ldiskfs error: XXX blocks in bitmap, YYY in gd Details : If blocks per group is less than blocksize*8, set rest of the -- GitLab