From: green Date: Tue, 31 May 2005 15:31:28 +0000 (+0000) Subject: b=3790 X-Git-Tag: v1_7_100~1^25~8^2~71 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=9850cd9822a528f211868f25c1edce2542483394;p=fs%2Flustre-release.git b=3790 Move changelog entry to the bottom of list. --- diff --git a/lustre/ChangeLog b/lustre/ChangeLog index 600f841..c7ae56f 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -3,14 +3,6 @@ tbd Cluster File Systems, Inc. * bug fixes Severity : minor -Frequency : always when accessing e.g. tty/console device nodes -Bugzilla : 3790 -Description: tty and some other devices nodes cannot be used on lustre -Details : file's private_data field is used by device data and lustre - values in there got lost. New field was added to struct file to - store fs-specific private data. - -Severity : minor Frequency : rare (extremely heavy IO load with hundreds of clients) Bugzilla : 6172 Description: Client is evicted, gets IO error writing to file @@ -88,6 +80,14 @@ Frequency : occasional Bugzilla : 6412 Description: Nodes with an elan id of 0 trigger a failed assertion +Severity : minor +Frequency : always when accessing e.g. tty/console device nodes +Bugzilla : 3790 +Description: tty and some other devices nodes cannot be used on lustre +Details : file's private_data field is used by device data and lustre + values in there got lost. New field was added to struct file to + store fs-specific private data. + ------------------------------------------------------------------------------ 2005-05-05 Cluster File Systems, Inc.