2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-10-03 22:18:14 +00:00

Update pasu filtering

This commit is contained in:
Jarrod Johnson
2017-04-03 09:59:38 -04:00
parent b9ab45ed10
commit ec954acb2b

View File

@@ -201,9 +201,11 @@ sub processoutput { #This way, one arbiter handles output, no interrupting
$line !~ /Connected to IMM at IP address/i &&
$line !~ /Lenovo ASU/i &&
$line !~ /^\s*$/i &&
$line !~ /Lenovo ToolsCenterSuite CLI tcli12c-1.4.0/i &&
$line !~ /Lenovo ToolsCenterSuite CLI/i &&
$line !~ /Invoking SHOW command .../i &&
$line !~ /Connected to BMC by IP address/i &&
$line !~ /Succeeded running command /i &&
$line !~ /Based on module version /i &&
$line !~ /Succeed running command /i)) {
print $nodehdl{$readyh} . ": " . $line . "\n";
}