You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the second node, run crm cluster join -c <first_node> -y
On the first node, run crm cluster stop --all
On the first node, run crm cluster init
# crm cluster init
...
/etc/corosync/corosync.conf already exists - overwrite (y/n)? n
...
INFO: BEGIN Waiting for cluster
...........
INFO: END Waiting for cluster
ERROR: cluster.init: Joined existing cluster - will not reconfigure.
The first node is online, but without configuring cluster property like stonith-enabled
The text was updated successfully, but these errors were encountered:
Fix issue ClusterLabs#1587
At this point, the local node must already online, otherwise
the previous init_cluster_local will raise exceptions. And this
is not related to the join process.
Reproduce steps:
crm cluster init -y
crm cluster join -c <first_node> -y
crm cluster stop --all
crm cluster init
The first node is online, but without configuring cluster property like
stonith-enabled
The text was updated successfully, but these errors were encountered: