mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/yunionio/cloudpods.git
synced 2026-09-20 08:03:53 +08:00
fix(baremetal): hardcode h3c ipmi lan channel to 1
This commit is contained in:
@@ -86,7 +86,8 @@ func QemuProfile() IPMIProfile {
|
||||
|
||||
func H3CProfile() IPMIProfile {
|
||||
return IPMIProfile{
|
||||
LanChannel: []int{8, 1},
|
||||
// LanChannel: []int{8, 1},
|
||||
LanChannel: []int{1},
|
||||
RootName: "root",
|
||||
RootId: 2,
|
||||
StrongPass: true,
|
||||
|
||||
Reference in New Issue
Block a user