From 46d1cc3d69191f1adab1f045fac73a20f98d96c0 Mon Sep 17 00:00:00 2001 From: swei Date: Mon, 21 Apr 2014 10:15:54 +0800 Subject: [PATCH] modify bonding to mode=1 miimon=100 downdelay=200 updelay=200 primary=eth0 modified: set_bonding.sh Signed-off-by: swei --- install_shell/set_bonding.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_shell/set_bonding.sh b/install_shell/set_bonding.sh index eae483c..15da562 100755 --- a/install_shell/set_bonding.sh +++ b/install_shell/set_bonding.sh @@ -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