We installed 3 identical dedicated servers (@Hetzner) with 3 networks:
Network A 1GBit: Outside External IPs
Network B 10GBit: Management. 192.168.51.1 - 192.168.51.3 /24
Network C 10GBit: Ceph 192.168.52.1 - 192.168.52.3 /24
All 10 servers have been installed with Proxmox 7.
On Node 1 we created a cluster and then added Node 2 and Node 3 manually with the Management IPs. The automatic join information always contained the external IP so this is the reason why we added it manually with the correct IP.
On the UI side all nodes appear on Node 1 and all nodes are green. As soon as I select node 2 or node 3 I get
Connection error 595: No route to host
The same behavior if I logon to web UI of node 2 or node 3 - the other nodes selected get Connection error 595: No route to host.
What are we missing ?
Output of pvecm status on Node 1:
Output of pvecm status on Node 2:
Output of pvecm status on Node 3:
Corosync Status Node 1
Corosync Status Node 2
Corosync Status Node 3
Network A 1GBit: Outside External IPs
Network B 10GBit: Management. 192.168.51.1 - 192.168.51.3 /24
Network C 10GBit: Ceph 192.168.52.1 - 192.168.52.3 /24
All 10 servers have been installed with Proxmox 7.
On Node 1 we created a cluster and then added Node 2 and Node 3 manually with the Management IPs. The automatic join information always contained the external IP so this is the reason why we added it manually with the correct IP.
On the UI side all nodes appear on Node 1 and all nodes are green. As soon as I select node 2 or node 3 I get
Connection error 595: No route to host
The same behavior if I logon to web UI of node 2 or node 3 - the other nodes selected get Connection error 595: No route to host.
What are we missing ?
Output of pvecm status on Node 1:
Code:
Cluster information
-------------------
Name: xxxxxxxx
Config Version: 3
Transport: knet
Secure auth: on
Quorum information
------------------
Date: Fri Jul 9 09:27:09 2021
Quorum provider: corosync_votequorum
Nodes: 3
Node ID: 0x00000001
Ring ID: 1.23
Quorate: Yes
Votequorum information
----------------------
Expected votes: 3
Highest expected: 3
Total votes: 3
Quorum: 2
Flags: Quorate
Membership information
----------------------
Nodeid Votes Name
0x00000001 1 192.168.51.1 (local)
0x00000002 1 192.168.51.2
0x00000003 1 192.168.51.3
Output of pvecm status on Node 2:
Code:
Cluster information
-------------------
Name: xxxxxxxxx
Config Version: 3
Transport: knet
Secure auth: on
Quorum information
------------------
Date: Fri Jul 9 09:34:21 2021
Quorum provider: corosync_votequorum
Nodes: 3
Node ID: 0x00000002
Ring ID: 1.23
Quorate: Yes
Votequorum information
----------------------
Expected votes: 3
Highest expected: 3
Total votes: 3
Quorum: 2
Flags: Quorate
Membership information
----------------------
Nodeid Votes Name
0x00000001 1 192.168.51.1
0x00000002 1 192.168.51.2 (local)
0x00000003 1 192.168.51.3
Output of pvecm status on Node 3:
Code:
Cluster information
-------------------
Name: xxxxxx
Config Version: 3
Transport: knet
Secure auth: on
Quorum information
------------------
Date: Fri Jul 9 09:35:06 2021
Quorum provider: corosync_votequorum
Nodes: 3
Node ID: 0x00000003
Ring ID: 1.23
Quorate: Yes
Votequorum information
----------------------
Expected votes: 3
Highest expected: 3
Total votes: 3
Quorum: 2
Flags: Quorate
Membership information
----------------------
Nodeid Votes Name
0x00000001 1 192.168.51.1
0x00000002 1 192.168.51.2
0x00000003 1 192.168.51.3 (local)
Corosync Status Node 1
Code:
Jul 08 23:52:43 node1 corosync[1531]: [KNET ] host: host: 3 (passive) best link: 0 (pri: 1)
Jul 08 23:52:43 node1 corosync[1531]: [KNET ] host: host: 3 has no active links
Jul 08 23:52:47 node1 corosync[1531]: [KNET ] rx: host: 3 link: 0 is up
Jul 08 23:52:47 node1 corosync[1531]: [KNET ] host: host: 3 (passive) best link: 0 (pri: 1)
Jul 08 23:52:47 node1 corosync[1531]: [KNET ] pmtud: PMTUD link change for host: 3 link: 0 from 469 to 1397
Jul 08 23:52:47 node1 corosync[1531]: [QUORUM] Sync members[3]: 1 2 3
Jul 08 23:52:47 node1 corosync[1531]: [QUORUM] Sync joined[1]: 3
Jul 08 23:52:47 node1 corosync[1531]: [TOTEM ] A new membership (1.23) was formed. Members joined: 3
Jul 08 23:52:47 node1 corosync[1531]: [QUORUM] Members[3]: 1 2 3
Jul 08 23:52:47 node1 corosync[1531]: [MAIN ] Completed service synchronization, ready to provide service.
Corosync Status Node 2
Code:
Jul 08 23:52:43 node2 corosync[1591]: [KNET ] host: host: 3 (passive) best link: 0 (pri: 1)
Jul 08 23:52:43 node2 corosync[1591]: [KNET ] host: host: 3 has no active links
Jul 08 23:52:47 node2 corosync[1591]: [KNET ] rx: host: 3 link: 0 is up
Jul 08 23:52:47 node2 corosync[1591]: [KNET ] host: host: 3 (passive) best link: 0 (pri: 1)
Jul 08 23:52:47 node2 corosync[1591]: [KNET ] pmtud: PMTUD link change for host: 3 link: 0 from 469 to 1397
Jul 08 23:52:47 node2 corosync[1591]: [QUORUM] Sync members[3]: 1 2 3
Jul 08 23:52:47 node2 corosync[1591]: [QUORUM] Sync joined[1]: 3
Jul 08 23:52:47 node2 corosync[1591]: [TOTEM ] A new membership (1.23) was formed. Members joined: 3
Jul 08 23:52:47 node2 corosync[1591]: [QUORUM] Members[3]: 1 2 3
Jul 08 23:52:47 node2 corosync[1591]: [MAIN ] Completed service synchronization, ready to provide service.
Corosync Status Node 3
Code:
Jul 08 23:52:47 node3 corosync[45901]: [KNET ] host: host: 2 (passive) best link: 0 (pri: 1)
Jul 08 23:52:47 node3 corosync[45901]: [KNET ] pmtud: PMTUD link change for host: 2 link: 0 from 469 to 1397
Jul 08 23:52:47 node3 corosync[45901]: [KNET ] pmtud: PMTUD link change for host: 1 link: 0 from 469 to 1397
Jul 08 23:52:47 node3 corosync[45901]: [KNET ] pmtud: Global data MTU changed to: 1397
Jul 08 23:52:47 node3 corosync[45901]: [QUORUM] Sync members[3]: 1 2 3
Jul 08 23:52:47 node3 corosync[45901]: [QUORUM] Sync joined[2]: 1 2
Jul 08 23:52:47 node3 corosync[45901]: [TOTEM ] A new membership (1.23) was formed. Members joined: 1 2
Jul 08 23:52:47 node3 corosync[45901]: [QUORUM] This node is within the primary component and will provide service.
Jul 08 23:52:47 node3 corosync[45901]: [QUORUM] Members[3]: 1 2 3
Jul 08 23:52:47 node3 corosync[45901]: [MAIN ] Completed service synchronization, ready to provide service.