2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-03 01:57:38 +00:00

modified depending on comments

This commit is contained in:
XuWei
2017-11-09 19:56:02 -05:00
parent c2311306f9
commit 47115a9141

View File

@@ -586,7 +586,7 @@ sub process_request {
foreach my $node (keys %node_info) {
if (!$valid_nodes{$node}) {
xCAT::SvrUtils::sendmsg([1, "Unavailable now, please try again later"], $callback, $node);
xCAT::SvrUtils::sendmsg([1, "BMC did not respond within 10 seconds, retry the command."], $callback, $node);
$wait_node_num--;
} else {
$login_url = "$http_protocol://$node_info{$node}{bmc}/login";