什么Linux绑定模式适用于以太网ATA?

前端之家收集整理的这篇文章主要介绍了什么Linux绑定模式适用于以太网ATA?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我在具有绑定千兆位数的 Linux NAS上使用AoE(ATA Over Ethernet).我很好奇哪种粘接方式最适​​合与AoE一起使用? (balance-rr,balance-xor,802.3等)

我正在使用好的procurve开关,我已经调整了sysctl,以便内核rx / tx缓冲区适用于巨型帧,我只是想确保选择适当的绑定类型.我正在寻找最佳性能和故障转移(或者,首先,你为什么要保持联系).

解决方法

此信息可能会有所帮助.

http://support.coraid.com/support/sr/ANSR001.pdf

It is often requested that the SR be used in a configuration that permits simultaneous use of the network interfaces for aggregated throughput and redundancy. The standard solution for this is 802.3ad link aggregation,commonly known as bonding. Since AoE is its own Ethernet type and does not use IP,it has proved to be incompatible with some vendor implementations of 802.3ad bonding. To overcome this limitation,the Linux AoE driver implements a feature called multipathing to provide for round robin load balancing of multiple AoE targets on multiple client interfaces. This feature is available in 2.6 kernel Linux drivers starting with aoe6-33. Linux is currently the only system with an AoE driver implementing the multipathing feature.

原文链接:https://www.f2er.com/linux/399312.html

猜你在找的Linux相关文章