From 1c7ea108c1e7df77fd5fa6360d08a55584246d5d Mon Sep 17 00:00:00 2001 From: green Date: Sun, 29 May 2005 07:56:25 +0000 Subject: [PATCH] b=3790 Changelog update --- lustre/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lustre/ChangeLog b/lustre/ChangeLog index c65faaa..600f841 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -3,6 +3,14 @@ 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 -- 1.8.3.1