mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-09-02 16:28:25 +00:00
Fix recognizing success to filter
This commit is contained in:
@@ -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";
|
||||
|
Reference in New Issue
Block a user