mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-21 14:19:49 +08:00
fix(baremetal): try channel 8 for default profile
This commit is contained in:
@@ -27,7 +27,7 @@ type IPMIProfile struct {
|
||||
|
||||
func DefaultProfile() IPMIProfile {
|
||||
return IPMIProfile{
|
||||
LanChannel: []int{1},
|
||||
LanChannel: []int{1, 2, 8},
|
||||
RootName: "root",
|
||||
RootId: 2,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user