case 2 nics bond 10Gb/s
[root@ceph01 network-scripts]# cat ifcfg-p5p1
DEVICETYPE=TeamPort
NAME=p5p1
DEVICE=p5p1
ONBOOT=yes
TEAM_MASTER=team_port0
[root@ceph01 network-scripts]# cat ifcfg-p5p2
DEVICETYPE=TeamPort
NAME=p5p2
DEVICE=p5p2
ONBOOT=yes
TEAM_MASTER=team_port0
[root@ceph01 network-scripts]# cat ifcfg-team_port0
DEVICETYPE=Team
NAME=team_port0
DEVICE=team_port0
ONBOOT=yes
BOOTPROTO=none
IPADDR=10.30.251.1
NETMASK=255.255.0.0
TEAM_CONFIG='{"runner": {"name": "loadbalance"}}'
loadbalance ~~ 10Gb/s(iperf test 8-9)
roundrobin ~~ 2Gb/s (iperf test 1-2)
感觉应该也有backup模式。
网友评论