From 6fdd8306a110989a6372633bf5e2ffe75e139272 Mon Sep 17 00:00:00 2001 From: shadow Date: Tue, 5 Aug 2008 09:05:38 +0000 Subject: [PATCH] don't fail open with -ERANGE. if client connected until mds will be know about real ost count, getting LOV EA can be fail because mds not allocate enougth buffer for LOV EA. Branch b1_8_gate b=16080 i=tappro i=johann --- lustre/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lustre/ChangeLog b/lustre/ChangeLog index c9025ac..f001c35 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -39,6 +39,13 @@ tbd Sun Microsystems, Inc. old (verbose) output can be obtained by using -v option. Severity : normal +Bugzilla : 16080 +Description: don't fail open with -ERANGE +Details : if client connected until mds will be know about real ost count + get LOV EA can be fail because mds not allocate enougth buffer + for LOV EA. + +Severity : normal Bugzilla : 15576 Description: Resolve device initialization race Details : Prevent proc handler from accessing devices added to the -- 1.8.3.1