2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-09-26 20:18:19 +00:00

Filter out the Invoking SET command output of onecli

This commit is contained in:
Jarrod Johnson
2017-08-11 09:17:06 -04:00
parent 781c87bf8f
commit 7cca335d34

View File

@@ -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 &&