mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-31 10:06:39 +00:00
Merge pull request #2869 from khm/fix-knightslanding-ipmi
xCAT-server: fix S7200AP ipmi detection
This commit is contained in:
commit
b1401ad2f3
@ -124,7 +124,7 @@ my $iface = "lanplus";
|
||||
if (grep /IPMI Version : 1.5/, @mcinfo) {
|
||||
$solcom = "isol";
|
||||
$iface = "lan";
|
||||
} elsif (grep /Manufacturer ID : 343/, @mcinfo) {
|
||||
} elsif (grep /Manufacturer ID : 343/, @mcinfo && ! grep /Product ID : 117/,@mcinfo) {
|
||||
$isintel = 1;
|
||||
}
|
||||
my $inteloption = "";
|
||||
|
Loading…
x
Reference in New Issue
Block a user