2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-07-31 08:41:18 +00:00

issue426 bmcdiscover return message need modified on ubuntu

This commit is contained in:
bybai
2015-11-18 00:09:20 -05:00
parent 7b16faec3c
commit 9e0fe3ae0b

View File

@@ -905,9 +905,7 @@ sub bmcdiscovery_ipmi {
xCAT::MsgUtils->message("I", {data=>["Warning: bmc username is incorrect for $node"]}, $::CALLBACK);
} elsif ($output =~ /RAKP \S* \S* is invalid/) {
xCAT::MsgUtils->message("I", {data=>["Warning: bmc password is incorrect for $node"]}, $::CALLBACK);
} else {
xCAT::MsgUtils->message("I", {data=>["Warning: other error for $node"]}, $::CALLBACK);
}
}
if ( defined($opz) || defined($opw) )
{
format_stanza($node, $ip);