From 7cca335d343a550b4e65f20d8ac2d2af71576453 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Fri, 11 Aug 2017 09:17:06 -0400 Subject: [PATCH] Filter out the Invoking SET command output of onecli --- xCAT-client/bin/pasu | 1 + 1 file changed, 1 insertion(+) diff --git a/xCAT-client/bin/pasu b/xCAT-client/bin/pasu index 876e577d1..08b77e746 100755 --- a/xCAT-client/bin/pasu +++ b/xCAT-client/bin/pasu @@ -215,6 +215,7 @@ sub processoutput { #This way, one arbiter handles output, no interrupting $line !~ /Lenovo ToolsCenterSuite CLI/i && $line !~ /Lenovo XClarity Essentials OneCLI/i && $line !~ /Invoking SHOW command .../i && + $line !~ /Invoking SET command .../i && $line !~ /Connected to BMC by IP address/i && $line !~ /Succeeded running the command /i && $line !~ /Based on module version /i &&