我已经在运行Debian 8.x的惠普服务器上build立了2个1Gbps连接的LACP Bond,之前在CentOS 7.x上完成了这个configuration,完全没有问题。
一旦“监控”阶段结束,操作系统启动进入失控状态一分钟后,我所面临的问题就是eth0。
Actor Churn State: churned Partner Churn State: churned
我已经在网上完成了阅读,似乎无法find什么可以导致这种情况,我有DC检查开关configuration,是一个工作的CentOS设置相同。
我附上了下面的networkingconfiguration文件,但是连接工作只使用eth1,所以删除了bond的好处。
cat /proc/net/bonding/bond0 Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011) Bonding Mode: IEEE 802.3ad Dynamic link aggregation Transmit Hash Policy: layer2 (0) MII Status: up MII Polling Interval (ms): 100 Up Delay (ms): 200 Down Delay (ms): 200 802.3ad info LACP rate: fast Min links: 0 Aggregator selection policy (ad_select): stable System priority: 65535 System MAC address: 70:10:6f:51:88:8c Active Aggregator Info: Aggregator ID: 2 Number of ports: 1 Actor Key: 9 Partner Key: 14 Partner Mac Address: 54:4b:8c:c9:51:c0 Slave Interface: eth0 MII Status: up Speed: 1000 Mbps Duplex: full Link Failure Count: 0 Permanent HW addr: 70:10:6f:51:88:8c Slave queue ID: 0 Aggregator ID: 1 Actor Churn State: churned Partner Churn State: churned Actor Churned Count: 1 Partner Churned Count: 1 details actor lacp pdu: system priority: 65535 system mac address: 70:10:6f:51:88:8c port key: 9 port priority: 255 port number: 1 port state: 71 details partner lacp pdu: system priority: 65535 system mac address: 00:00:00:00:00:00 oper key: 1 port priority: 255 port number: 1 port state: 1 Slave Interface: eth1 MII Status: up Speed: 1000 Mbps Duplex: full Link Failure Count: 0 Permanent HW addr: 70:10:6f:51:88:8d Slave queue ID: 0 Aggregator ID: 2 Actor Churn State: none Partner Churn State: none Actor Churned Count: 0 Partner Churned Count: 0 details actor lacp pdu: system priority: 65535 system mac address: 70:10:6f:51:88:8c port key: 9 port priority: 255 port number: 2 port state: 63 details partner lacp pdu: system priority: 127 system mac address: 54:4b:8c:c9:51:c0 oper key: 14 port priority: 127 port number: 29 port state: 63
networking接口
auto eth0 iface eth0 inet manual bond-master bond0 auto eth1 iface eth1 inet manual bond-master bond0 auto bond0 iface bond0 inet manual bond_miimon 100 bond_mode 802.3ad bond-downdelay 200 bond-updelay 200 bond-slaves none auto vlan520 iface vlan520 inet static address 62.xxx.xxx.40 netmask 255.255.255.0 gateway 62.xxxx.xxxx.1 vlan-raw-device bond0 auto vlan4001 iface vlan4001 inet static address 172.16.1.1 netmask 255.255.255.0 vlan-raw-device bond0
/etc/modprobe.d/bonding.conf
alias bond0 bonding options bonding mode=4 miimon=100 lacp_rate=1
任何帮助将不胜感激。
谢谢,Ash