From e2f7a108f569b1675bf41d2af3b8a50c63bccf8c Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Wed, 5 Apr 2017 09:22:48 -0400 Subject: [PATCH] Fix recognizing success to filter --- xCAT-client/bin/pasu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-client/bin/pasu b/xCAT-client/bin/pasu index 2a85cb276..85ed96c26 100755 --- a/xCAT-client/bin/pasu +++ b/xCAT-client/bin/pasu @@ -204,7 +204,7 @@ sub processoutput { #This way, one arbiter handles output, no interrupting $line !~ /Lenovo ToolsCenterSuite CLI/i && $line !~ /Invoking SHOW command .../i && $line !~ /Connected to BMC by IP address/i && - $line !~ /Succeeded running command /i && + $line !~ /Succeeded running the command /i && $line !~ /Based on module version /i && $line !~ /Succeed running command /i)) { print $nodehdl{$readyh} . ": " . $line . "\n";