fixing bug 3179: adding a sleep and reorder the steps
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@16681 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
5311349afa
commit
309bc5cc48
@ -99,15 +99,16 @@ ONBOOT=yes
|
||||
x=0
|
||||
while [ $x -le $i ]; do
|
||||
ip link set dev hf${x} down
|
||||
sleep 2
|
||||
echo +hf${x} > /sys/class/net/bond0/bonding/slaves
|
||||
x=$((x+1))
|
||||
done
|
||||
|
||||
bond-mld > m.out 2>&1 &
|
||||
ip link set dev bond0 mtu 65536
|
||||
|
||||
ifdown bond0
|
||||
ifup bond0
|
||||
bond-mld > m.out 2>&1 &
|
||||
|
||||
else
|
||||
# Configurartion for AIX
|
||||
|
Loading…
Reference in New Issue
Block a user