2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-20 10:10:22 +00:00

Fix issue 2350: Wcons IPMI not working due to xcat code

This commit is contained in:
ertaozh
2017-05-08 02:56:31 -04:00
parent ed0ed0a1cf
commit 4434d4a6ff

View File

@@ -125,7 +125,9 @@ if (grep /IPMI Version : 1.5/, @mcinfo) {
$solcom = "isol";
$iface = "lan";
} elsif (grep /Manufacturer ID : 343/, @mcinfo && ! grep /Product ID : 117/,@mcinfo) {
$isintel = 1;
if (! grep /Product ID\s*:\s*64/,@mcinfo) {
$isintel = 1;
}
}
my $inteloption = "";
if ($isintel) {