我有以下配置:
主机具有用于入站和出站连接的完整千兆位连接。对于所有传出流量,容器具有完整的千兆位,但传入流量似乎受限于允许“突发”的默认流量整形规则。下载大型二进制文件的速度为15MB / s几秒钟,然后再降至50Kb / s。
同样的文件可以一遍又一遍地全速下载到主机上。
未启用流量整形:
root@host:~# tc qdisc show dev venet0
root@host:~# tc class show dev venet0
root@host:~# tc filter show dev venet0
IPtables没什么特别的:
root@host:~# iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
我实际上发现自己有点陷入困境,我认为这可能只是CentOS 6的OpenVZ内核中的一个错误。我不能在不久的将来在CentOS 5上测试它。有没有人对如何进行故障排除有任何其他想法?还是听起来很熟悉?鉴于主机只运行而且只有CT有传入带宽问题这一事实,我正在考虑将OpenVZ作为原因。