modify bonding to mode=1 miimon=100 downdelay=200 updelay=200
primary=eth0 modified: set_bonding.sh Signed-off-by: swei <swei@linx-info.com>
This commit is contained in:
@@ -26,7 +26,7 @@ if [ -f ${IF_CONFIG}/ifcfg-bond0 ];then
|
||||
echo "bonding exit.."
|
||||
else
|
||||
if ! grep -q "^bonding" /etc/sysconfig/modules;then
|
||||
echo 'bonding mode=1 max_bonds=1' >> /etc/sysconfig/modules
|
||||
echo 'bonding mode=1 max_bonds=1 miimon=100 downdelay=200 updelay=200 primary=eth0' >> /etc/sysconfig/modules
|
||||
fi
|
||||
|
||||
mv ${IF_CONFIG}/ifcfg-eth0 ${IF_CONFIG}/ifcfg-bond0
|
||||
|
||||
Reference in New Issue
Block a user