From: thantry Date: Mon, 12 May 2003 17:32:47 +0000 (+0000) Subject: The regex for hostname now contains the fully qualified hostname. X-Git-Tag: v1_7_110~2^11~133 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=4afca5fe8ec302b89bf57e2fd67f5133476e5419;p=fs%2Flustre-release.git The regex for hostname now contains the fully qualified hostname. So, changing the parser to accomodate the change --- 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