File conf.sysconfig of Package ib-bonding
## Path: System/Infiniband
## Description: Infiniband configuration
## Type: yesno
## Default: no
## ServiceRestart: openibd
#
# Enable the bonding driver on startup"
#
IPOIBBOND_ENABLE="no"
## Path: System/Infiniband
## Description: Infiniband configuration
## Type: string
## Default: "bond0,bond1"
## ServiceRestart: openibd
#
# Set bond interface names seperated by comma
#
IPOIB_BONDS="bond0,bond1"
## Path: System/Infiniband
## Description: Infiniband configuration
## Type: ip
## Default: ""
## ServiceRestart: openibd
#
# Set specific bond address
#
bond0_IP="10.10.10.1"
bond1_IP="20.10.10.1"
## Path: System/Infiniband
## Description: Infiniband configuration
## Type: string
## Default: "ib0,ib1"
## ServiceRestart: openibd
#
# Set specific bond params and slaves, comma seperated
#
bond0_SLAVES="ib0,ib1"
bond1_SLAVES="ib2,ib3,ib4"