how much bandwidth does cluster network take usually?

colben

New Member
Sep 26, 2021
10
1
3
28
# ENV
- i've got three servers(Dell R740) with two 10G NICs and four 1G NICs each.
- i'm planning to bridge one 10G NIC to VMs in every sever, and conect the other 10G NIC to an external ceph cluster.

# ISSUE
- Is one 1G NIC enough for 'PVE Cluster Network' ?
- i plan to use one or two 1G NICS in every server to setup a seprate cluster network(redundancy).
 
around 2-6mbit/s.

it's better to have multiple links. (you can defined multiple networks when you create cluster), because if you reboot your switch, the cluster will be readonly.

dedicated links without other traffic is better too, to avoid latency or congestion on the link.
 
  • Like
Reactions: colben
around 2-6mbit/s.

it's better to have multiple links. (you can defined multiple networks when you create cluster), because if you reboot your switch, the cluster will be readonly.

dedicated links without other traffic is better too, to avoid latency or congestion on the link.
Thanks!