2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-31 01:56:39 +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
commit 4e52afbaa1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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";