From 1b888c1347da50e4c0089a71d058c6bb60b80c14 Mon Sep 17 00:00:00 2001 From: yangsheng Date: Mon, 24 Nov 2008 03:41:49 +0000 Subject: [PATCH] Branch b1_8_gate b=17630 i=green, adilger Disable NFS export when the THREAD_SIZE < 8192. --- lustre/ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lustre/ChangeLog b/lustre/ChangeLog index e826367..0a58d49 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -39,6 +39,9 @@ tbd Sun Microsystems, Inc. old (verbose) output can be obtained by using -v option. * File join has been disabled in this release, refer to Bugzilla 16929. * A new Lustre ADIO driver is available for MPICH2-1.0.7. + * NFS export disabled when stack size < 8192. Since the NFSv4 export of + Lustre filesystem with 4K stack may cause a stack overflow. For more + information, please refer to bugzilla 17630. Severity : enhancement Bugzilla : 17201 -- 1.8.3.1