Skip to content

can BeeGFS utilize multiple network cards simultaneously ? #9

Answered by iamjoemccormick
yxmingming asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @yxmingming,

This is expected behavior. In BeeGFS when you specify multiple network cards/interfaces, only the first one listed is used unless that interface fails, at which point connections will fall back to the next interface (and so on). If you want to use multiple network cards/interfaces simultaneously you should configure network bonding (i.e., link aggregation) in Linux. This will combine multiple physical interfaces into a logical interface that you can then use with BeeGFS.

One exception to this is if you're using RDMA instead of TCP. Then you can configure BeeGFS clients to automatically use multiple RDMA NICs. However on the server-side still only a single interface is used…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by iamjoemccormick
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #8 on August 06, 2024 14:25.