From 65973e7039127a7ca6d73e86cde660fcec1d0573 Mon Sep 17 00:00:00 2001 From: bobijam Date: Tue, 19 Aug 2008 02:14:20 +0000 Subject: [PATCH] Branch b1_8_gate b=16566 o=Jonathan Li(jli@cray.com) i=shadow, bobijam Description: Upcall on Lustre log has been dumped Details : Allow for a user mode script to be called once a Lustre log has been dumped. It passes the filename of the dumped log to the script, the location of the script can be specified via /proc/sys/lnet/debug_log_upcall. --- lustre/ChangeLog | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/lustre/ChangeLog b/lustre/ChangeLog index d0bd8f9..09627bc 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -38,12 +38,20 @@ tbd Sun Microsystems, Inc. * Output of lfs quota has been made less detailed by default, old (verbose) output can be obtained by using -v option. +Severity : enhancement +Bugzilla : 16566 +Description: Upcall on Lustre log has been dumped +Details : Allow for a user mode script to be called once a Lustre log has + been dumped. It passes the filename of the dumped log to the + script, the location of the script can be specified via + /proc/sys/lnet/debug_log_upcall. + Severity : minor Bugzilla : 16583 Frequency : rare -Description: avoid messages about idr_remove called for id which is not allocated. -Details : Move assigment s_dev for clustered nfs to end of initialization, for avoid - problem with error handling. +Description: avoid messages about idr_remove called for id which is not allocated. +Details : Move assigment s_dev for clustered nfs to end of initialization, for + avoid problem with error handling. Severity : minor Bugzilla : 16109 @@ -64,7 +72,7 @@ Details : release reference to stats when client disconnected, not Severity : normal Bugzilla : 16679 Description: more cleanup in mds_lov -Details : add workaround for get valid ost count for avoid warnings about +Details : add workaround for get valid ost count for avoid warnings about drop too big messages, not init llog cat under semphore which can be blocked on reconnect and break normal replay, fix access to wrong pointer. -- 1.8.3.1