Whamcloud - gitweb
Branch b1_6
authoradilger <adilger>
Wed, 12 Sep 2007 21:50:35 +0000 (21:50 +0000)
committeradilger <adilger>
Wed, 12 Sep 2007 21:50:35 +0000 (21:50 +0000)
Move bug 13547 to 1.6.3 section instead of 1.6.4

lustre/ChangeLog

index 66aeabc..23e21c7 100644 (file)
@@ -14,12 +14,12 @@ tbd         Cluster File Systems, Inc. <info@clusterfs.com>
        * Recommended e2fsprogs version: 1.40.2-cfs1
        * Note that reiserfs quotas are disabled on SLES 10 in this kernel.
 
-Severity   : normal
+Severity   : minor
 Bugzilla   : 12186
 Description: Fix errors in lfs documentation
 Details    : Fixes man pages
 
-Severity   : normal
+Severity   : enhancement
 Bugzilla   : 11230
 Description: Tune the kernel for good SCSI performance. 
 Details    : Set the value of /sys/block/{dev}/queue/max_sectors_kb
@@ -209,6 +209,17 @@ Details    : In open/enqueue processs, Some errors, which will cause client
             errors should still be returned by intent, then mdc or llite will
             detect them.
 
+Severity   : critical
+Frequency  : Always for filesystems larger than 2TB on 32-bit systems.
+Bugzilla   : 13547
+Description: Data corruption for OSTs that are formatted larger than 2TB
+             on 32-bit servers.
+Details    : When generating the bio request for lustre file writes the
+            sector number would overflow a temporary variable before being
+            used for the IO.  The data reads correctly from Lustre (which
+            will overflow in a similar manner) but other file data or
+            filesystem metadata may be corrupted in some cases.
+
 --------------------------------------------------------------------------------
 
 2007-08-27         Cluster File Systems, Inc. <info@clusterfs.com>