From 4afca5fe8ec302b89bf57e2fd67f5133476e5419 Mon Sep 17 00:00:00 2001 From: thantry Date: Mon, 12 May 2003 17:32:47 +0000 Subject: [PATCH] The regex for hostname now contains the fully qualified hostname. So, changing the parser to accomodate the change --- lustre/utils/llparser.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/utils/llparser.pm b/lustre/utils/llparser.pm index d95d7bb..41e54ff 100644 --- a/lustre/utils/llparser.pm +++ b/lustre/utils/llparser.pm @@ -89,7 +89,7 @@ $SENDING = "Sending"; $COMPLETED = "Completed"; $HANDLING = "Handling"; $HANDLED = "Handled"; -$RPCREGEX = qr/($SENDING|$HANDLING|$HANDLED|$COMPLETED)\sRPC\spname:cluuid:pid:xid:ni:nid:opc\s([-\w]+):([-\w]+):(\d+):(?:0x)?(\w+):(?:\w+):(?:0x)?(\w+):(\d+)/; +$RPCREGEX = qr/($SENDING|$HANDLING|$HANDLED|$COMPLETED)\sRPC\spname:cluuid:pid:xid:ni:nid:opc\s([-\w]+):([-\.\w]+):(\d+):(?:0x)?(\w+):(?:\w+):(?:0x)?(\w+):(\d+)/; #VFS REGEX BELOW -- 1.8.3.1