From 616ef4c995e0d21e081d7553c3ff1967f0355e8b Mon Sep 17 00:00:00 2001 From: rread Date: Wed, 14 May 2003 17:42:46 +0000 Subject: [PATCH] b=1046 - add a new argument to upcalls. The first argument identifies the reason of upcall. The upcall script path is now /proc/sys/lustre/upcall, and the config option has changed from --recovery_upcall to --lustre_upcall. Current lustre upcall types and arguments: FAILED_IMPORT tgt_uuid dev_uuid net_uuid RECOVERY_OVER dev_uuid - The config tools also support the new --portals_upcall, and both of the upcalls can be set to the same script with the --upcall option. There is only one portals upcall type: LBUG filename function line --- lustre/conf/lustre2ldif.xsl | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lustre/conf/lustre2ldif.xsl b/lustre/conf/lustre2ldif.xsl index 8484789..5fc6f9c 100644 --- a/lustre/conf/lustre2ldif.xsl +++ b/lustre/conf/lustre2ldif.xsl @@ -27,8 +27,11 @@ profileRef: timeout: - -recoveryUpcall: + +lustreUpcall: + + +portalsUpcall: -- 1.8.3.1