Hello,
today i detected some strange behavoir.
I have a 3 Node cluster with two Rings configured, each on dedicated network ports.
On each node i can check it with:
Everything looks fine but
and on an other host
So there ist something strange with Ring 1.
Any Ideas?
today i detected some strange behavoir.
I have a 3 Node cluster with two Rings configured, each on dedicated network ports.
On each node i can check it with:
corosync-cfgtool -n
Code:
Local node ID 3, transport knet
nodeid: 1 reachable
LINK: 0 (172.16.120.9->172.16.120.10) enabled connected mtu: 1397
LINK: 1 (172.16.121.9->172.16.121.10) enabled connected mtu: 1397
nodeid: 2 reachable
LINK: 0 (172.16.120.9->172.16.120.8) enabled connected mtu: 1397
LINK: 1 (172.16.121.9->172.16.121.8) enabled connected mtu: 1397
Everything looks fine but
corosync-cfgtool -s
shows (Link ID 1 missing)
Code:
LINK ID 0
addr = 172.16.120.9
status:
nodeid: 1: connected
nodeid: 2: localhost
nodeid: 3: connected
and on an other host
Code:
LINK ID 0
addr = 172.16.120.8
status:
nodeid: 1: localhost
nodeid: 2: connected
nodeid: 3: connected
LINK ID 1
addr = 172.16.121.8
status:
nodeid: 1: localhost
nodeid: 2: disconnected
nodeid: 3: connected
So there ist something strange with Ring 1.
Any Ideas?