Hi,
I have a cluster of 4 servers running Proxmox 9.2.5.
These servers are running ceph 19.2.5 and each server is connected to two 10gb ethernet switchs : one ethernet port on switch A and the other on switch B. These switch are dedicated to the ceph network and switch A and B are not connected together.
The switchs are the same brand and model, same firmware version and same configuration (except management IP).
Here is the network config of the server 1
The configuration is identical for the other servers, except the interface name and IP address.
I checked that the primary interface configured on the bonds is the one connected to switch A on all servers to make sure that they are all using the same switch to communicate.
However, after a couple of minutes, ceph hangs because one or two servers stopped communicating on switch A and they are now using switch B. No changes were made in topology or configuration when this happened. Unplugging switch B makes all servers use switch A again and everything works properly.
An other solution is to remove
Any ideas on what could be happening ?
I have a cluster of 4 servers running Proxmox 9.2.5.
These servers are running ceph 19.2.5 and each server is connected to two 10gb ethernet switchs : one ethernet port on switch A and the other on switch B. These switch are dedicated to the ceph network and switch A and B are not connected together.
The switchs are the same brand and model, same firmware version and same configuration (except management IP).
Here is the network config of the server 1
Code:
auto enp4s0f0
iface enp4s0f0 inet manual
mtu 9000
auto enp4s0f1
iface enp4s0f1 inet manual
mtu 9000
auto bond1
iface bond1 inet static
address 192.168.1.1/24
bond-slaves enp4s0f0 enp4s0f1
bond-miimon 100
bond-mode active-backup
bond-primary enp4s0f0
mtu 9000
The configuration is identical for the other servers, except the interface name and IP address.
I checked that the primary interface configured on the bonds is the one connected to switch A on all servers to make sure that they are all using the same switch to communicate.
However, after a couple of minutes, ceph hangs because one or two servers stopped communicating on switch A and they are now using switch B. No changes were made in topology or configuration when this happened. Unplugging switch B makes all servers use switch A again and everything works properly.
An other solution is to remove
enp4s0f1 from bond-slaves but I am losing the why I've made the bond in the first place.Any ideas on what could be happening ?