Hello
I am trying to move our ceph network to connectx-4 cards in ethernet mode .
I can mount osd's . ping/ssh between systems.
however " ceph -s " hangs. it seems like cluster communication is blocked somehow.
Ive tried 2 types of switches - thinking the issue was with a switch.
I tested multicast on 1st switch and that tested OK .
Multicast:
here is some info about the cards:
interfaces:
This is my 1ST time using these cards.
the switch is a Quanta LB6M 24-Port 10GbE SFP+ 4x 1GbE L2/L3 Switch .
it is flashed to Brocade TurboIron . multicast is set to passive.
Any clues to get this working?
I am trying to move our ceph network to connectx-4 cards in ethernet mode .
I can mount osd's . ping/ssh between systems.
however " ceph -s " hangs. it seems like cluster communication is blocked somehow.
Ive tried 2 types of switches - thinking the issue was with a switch.
I tested multicast on 1st switch and that tested OK .
Multicast:
Code:
omping -c 200 -Cq 10.11.12.3 10.11.12.8 10.11.12.9 10.11.12.10 10.11.12.15
10.11.12.3 : multicast, xmt/rcv/%loss = 128/128/0%, min/avg/max/std-dev = 0.069/0.151/0.268/0.045
10.11.12.8 : multicast, xmt/rcv/%loss = 129/129/0%, min/avg/max/std-dev = 0.057/0.152/0.263/0.053
10.11.12.9 : multicast, xmt/rcv/%loss = 129/129/0%, min/avg/max/std-dev = 0.043/0.162/0.260/0.040
10.11.12.10 : multicast, xmt/rcv/%loss = 129/129/0%, min/avg/max/std-dev = 0.087/0.159/0.230/0.034
here is some info about the cards:
Code:
# ethtool -i enp133s0f1
driver: mlx5_core
version: 5.0-0
firmware-version: 14.14.1100 (MT_2420110034)
expansion-rom-version:
bus-info: 0000:85:00.1
supports-statistics: yes
supports-test: yes
supports-eeprom-access: no
supports-register-dump: no
supports-priv-flags: yes
# ethtool enp133s0f1
Settings for enp133s0f1:
Supported ports: [ FIBRE Backplane ]
Supported link modes: 1000baseKX/Full
10000baseKR/Full
25000baseCR/Full
25000baseKR/Full
25000baseSR/Full
Supported pause frame use: Symmetric
Supports auto-negotiation: Yes
Advertised link modes: 1000baseKX/Full
10000baseKR/Full
25000baseCR/Full
25000baseKR/Full
25000baseSR/Full
Advertised pause frame use: Symmetric
Advertised auto-negotiation: Yes
Speed: 10000Mb/s
Duplex: Full
Port: Direct Attach Copper
PHYAD: 0
Transceiver: internal
Auto-negotiation: on
Supports Wake-on: d
Wake-on: d
Current message level: 0x00000004 (4)
link
Link detected: yes
Code:
iface enp130s0f0 inet manual
iface enp130s0f1 inet manual
auto bond2
iface bond2 inet static
address 10.11.12.15
netmask 255.255.255.0
slaves enp130s0f0 enp130s0f1
bond_miimon 100
bond_mode active-backup
mtu 9000
This is my 1ST time using these cards.
the switch is a Quanta LB6M 24-Port 10GbE SFP+ 4x 1GbE L2/L3 Switch .
it is flashed to Brocade TurboIron . multicast is set to passive.
Any clues to get this working?
Last edited: