From 874d90cf730368e689e3d466e80d0207b89b3feb Mon Sep 17 00:00:00 2001 From: adilger <adilger> Date: Wed, 12 Sep 2007 21:50:35 +0000 Subject: [PATCH] Branch b1_6 Move bug 13547 to 1.6.3 section instead of 1.6.4 --- lustre/ChangeLog | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/lustre/ChangeLog b/lustre/ChangeLog index 66aeabcbe2..23e21c7a35 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -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> -- GitLab