mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-30 17:46:38 +00:00
Merge pull request #3990 from gurevichmark/openbmc_set_hostname
Setting BMC hostname message fix
This commit is contained in:
commit
cd985c3fa0
@ -1781,7 +1781,7 @@ sub rspconfig_response {
|
||||
|
||||
if ($node_info{$node}{cur_status} eq "RSPCONFIG_SET_RESPONSE") {
|
||||
if ($response_info->{'message'} eq $::RESPONSE_OK) {
|
||||
xCAT::SvrUtils::sendmsg("BMC Setting Hostname (requires bmcreboot to take effect)...", $callback, $node);
|
||||
xCAT::SvrUtils::sendmsg("BMC Setting Hostname...", $callback, $node);
|
||||
}
|
||||
}
|
||||
if ($node_info{$node}{cur_status} eq "RSPCONFIG_DHCP_RESPONSE") {
|
||||
|
Loading…
x
Reference in New Issue
Block a user