Hello again everybody,
I'm having dropped packets between my ceph cluster that I recently setup between 3 nodes, where the interfaces are all 10G to a Cisco Nexus switch. The kern.log errors show this:
May 14 22:04:22 proxmox4 kernel: [1304962.931546] bnx2x 0000:01:00.0 eno1: NIC Link is Down
May 14 22:04:22 proxmox4 kernel: [1304962.933083] vmbr1: port 1(eno1) entered disabled state
May 14 22:04:23 proxmox4 kernel: [1304963.955497] bnx2x 0000:01:00.0 eno1: NIC Link is Up, 10000 Mbps full duplex, Flow control: ON - receive & transmit
May 14 22:04:23 proxmox4 kernel: [1304963.955588] vmbr1: port 1(eno1) entered blocking state
May 14 22:04:23 proxmox4 kernel: [1304963.955593] vmbr1: port 1(eno1) entered forwarding state
May 14 22:04:34 proxmox4 kernel: [1304975.414967] bnx2x 0000:01:00.0 eno1: NIC Link is Down
my interface file looks like:
auto lo
iface lo inet loopback
iface eno1 inet manual
iface eno3 inet manual
iface eno2 inet manual
iface eno4 inet manual
# 1G Interface
auto vmbr0
iface vmbr0 inet static
address 10.2.11.37/24
gateway 10.2.11.1
bridge-ports eno3
bridge-stp off
bridge-fd 0
# 10G Interface for Ceph
auto vmbr1
iface vmbr1 inet static
address 10.2.10.37/24
bridge-ports eno1
bridge-stp off
bridge-fd 0
Is there something I'm missing as to why I'm having packet loss, and drops. It's affecting the ceph cluster as it is communicating on the 10G interface. Is this an STP issue, and how do I debug or resolve? Any help would be great!
Thanks.
I'm having dropped packets between my ceph cluster that I recently setup between 3 nodes, where the interfaces are all 10G to a Cisco Nexus switch. The kern.log errors show this:
May 14 22:04:22 proxmox4 kernel: [1304962.931546] bnx2x 0000:01:00.0 eno1: NIC Link is Down
May 14 22:04:22 proxmox4 kernel: [1304962.933083] vmbr1: port 1(eno1) entered disabled state
May 14 22:04:23 proxmox4 kernel: [1304963.955497] bnx2x 0000:01:00.0 eno1: NIC Link is Up, 10000 Mbps full duplex, Flow control: ON - receive & transmit
May 14 22:04:23 proxmox4 kernel: [1304963.955588] vmbr1: port 1(eno1) entered blocking state
May 14 22:04:23 proxmox4 kernel: [1304963.955593] vmbr1: port 1(eno1) entered forwarding state
May 14 22:04:34 proxmox4 kernel: [1304975.414967] bnx2x 0000:01:00.0 eno1: NIC Link is Down
my interface file looks like:
auto lo
iface lo inet loopback
iface eno1 inet manual
iface eno3 inet manual
iface eno2 inet manual
iface eno4 inet manual
# 1G Interface
auto vmbr0
iface vmbr0 inet static
address 10.2.11.37/24
gateway 10.2.11.1
bridge-ports eno3
bridge-stp off
bridge-fd 0
# 10G Interface for Ceph
auto vmbr1
iface vmbr1 inet static
address 10.2.10.37/24
bridge-ports eno1
bridge-stp off
bridge-fd 0
Is there something I'm missing as to why I'm having packet loss, and drops. It's affecting the ceph cluster as it is communicating on the 10G interface. Is this an STP issue, and how do I debug or resolve? Any help would be great!
Thanks.