2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-07-21 11:51:10 +00:00

Merge pull request #4757 from zet809/fix_issue_4652

fix issue 4652: extra warning message for bmcdiscover
This commit is contained in:
cxhong
2018-01-30 13:19:41 -05:00
committed by GitHub

View File

@@ -1130,8 +1130,6 @@ sub bmcdiscovery_ipmi {
}
display_output($opz,$opw,$mtms_node,$mac_node,$node_data,"ipmi",$request_command);
} else {
store_fd({data=>0}, $fd);
}
}
@@ -1156,6 +1154,7 @@ sub bmcdiscovery_openbmc{
my $mtms_node = "";
my $mac_node = "";
store_fd({data=>1}, $fd);
print "$ip: Detected openbmc, attempting to obtain system information...\n";
my $http_protocol="https";
my $openbmc_project_url = "xyz/openbmc_project";