2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-29 17:23:08 +00:00

modified depending on comments

This commit is contained in:
XuWei 2017-08-20 22:33:36 -04:00
parent ff7e52b304
commit 0dbfef1e01

View File

@ -1669,8 +1669,8 @@ sub rspconfig_response {
if ($node_info{$node}{cur_status} eq "RSPCONFIG_DHCP_RESPONSE") {
if ($response_info->{'message'} eq $::RESPONSE_OK) {
xCAT::SvrUtils::sendmsg("DHCP", $callback, $node);
xCAT::SvrUtils::sendmsg("Will reset BMC...", $callback, $node);
my $bmc_node = "$node BMC";
xCAT::SvrUtils::sendmsg("Setting IP to DHCP...", $callback, $bmc_node);
}
}