我已经启用了Linux主动备份模式绑定。每个接口都是一个千兆位接口,但键接口似乎以100兆比特的速度结束:
bonding: bond0: Warning: failed to get speed and duplex from eth1, assumed to be 100Mb/sec and Full.
...
bnx2: eth0 NIC Link is Up, 1000 Mbps full duplex, receive & transmit flow control ON
...
bonding: bond0: backup interface eth1 is now up民族工具显然无法提供有关债券的信息:
sudo ethtool bond0
Settings for bond0:
No data available所以,这是否意味着我的操作速度是100兆还是1000兆位(我猜是1000兆)?如果只有100,那么我需要在ifcfg脚本中设置哪些选项或make键连接选项才能使其变为1000?
发布于 2010-03-08 19:28:18
看起来我已经1000岁了,开发人员邮件列表上的某个人对解释一下非常友好:
...
Later, when the slave device asserts carrier up, bonding will
receive a notifiation, and will update the speed and duplex information
(quietly).发布于 2010-03-08 15:33:54
您的一个连接是否连接到一个100 to的交换机?
https://serverfault.com/questions/120043
复制相似问题