Hi.
I'm running into problems tring to do a fresh install of a 2-node cluster with the recent 4.1. My steps after the installation of both nodes are:
... and:
I know that HA isn't possible anymore with a two-node cluster, but according to the Wiki it should be possible to create a cluster at all.
Both nodes are able to resolve each other's name - be it FQDN or not. Reverse Lookup is not possible though. Could that be the problem?!
I'm running into problems tring to do a fresh install of a 2-node cluster with the recent 4.1. My steps after the installation of both nodes are:
- on both nodes:
- switching to no-subscription repository
- apt-get update
- apt-get dist-upgrade
- on first node (10.129.234.94):
- pvecm create MyCluster
- on second node (10.2.173.173):
- pvecm add 10.129.234.94
Code:
Job for corosync.service failed. See 'systemctl status corosync.service' and 'journalctl -xn' for details.
waiting for quorum...
Code:
# systemctl status corosync.service
[...]
Mar 16 15:02:30 portugal corosync[2765]: [QUORUM] Quorum provider: corosync_votequorum failed to initialize.
Mar 16 15:02:30 portugal corosync[2765]: [SERV ] Service engine 'corosync_quorum' failed to load for reason 'configuration error: nodelist or quorum.expected_votes ...onfigured!'
Mar 16 15:02:30 portugal corosync[2765]: [MAIN ] Corosync Cluster Engine exiting with status 20 at service.c:356.
[...]
I know that HA isn't possible anymore with a two-node cluster, but according to the Wiki it should be possible to create a cluster at all.
Both nodes are able to resolve each other's name - be it FQDN or not. Reverse Lookup is not possible though. Could that be the problem?!