From 80385cc8069667c072e2752407ee11eb7553a520 Mon Sep 17 00:00:00 2001 From: Mark Gurevich Date: Thu, 21 Sep 2017 14:37:14 -0400 Subject: [PATCH] Setting BMC hostname message fix --- xCAT-server/lib/xcat/plugins/openbmc.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/openbmc.pm b/xCAT-server/lib/xcat/plugins/openbmc.pm index 7c2ccca17..3092ce50f 100644 --- a/xCAT-server/lib/xcat/plugins/openbmc.pm +++ b/xCAT-server/lib/xcat/plugins/openbmc.pm @@ -1766,7 +1766,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") {