From b0cbe27823ec8b529f2322f8b8507792217507d8 Mon Sep 17 00:00:00 2001 From: anserper Date: Mon, 17 Aug 2009 19:22:43 +0000 Subject: [PATCH] ChangeLog --- lustre/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lustre/ChangeLog b/lustre/ChangeLog index c285689c..e73e8c3 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -14,6 +14,13 @@ tbd Sun Microsystems, Inc. * File join has been disabled in this release, refer to Bugzilla 16929. Severity : normal +Bugzilla : 20008 +Description: truncate starts GFP_FS allocation under transaction causing deadlock +Details : ldiskfs_truncate calls grab_cache_page which may start page + allocation under an open transaction. This may lead to + calling prune_icache with consequent lustre reentrance. + +Severity : normal Bugzilla : 19854 Description: enable client interface failover Details : When a child reconnects from another NID, properly update export -- 1.8.3.1