I want to add a new node to my cluster. The cluster already has 9 nodes on it and they were added without issue. The node I want to add is a fresh installation and I have checked that all the pve services are running correctly.
When I log onto node 1 and run:
I get this:
How is this possible?
So I tried:
and I now get:
I don't understand what is going on here. Can someone please help?
When I log onto node 1 and run:
Code:
pvecm add 10.10.10.10
I get this:
Code:
detected the following error(s):
* authentication key '/etc/corosync/authkey' already exists
* cluster config '/etc/pve/corosync.conf' already exists
* this host already contains virtual guests
* corosync is already running, is this node already in a cluster?!
How is this possible?
So I tried:
Code:
pvecm add 10.10.10.10 --force
and I now get:
Code:
Request addition of this node
500 can't open '/etc/corosync/authkey' - No such file or directory
I don't understand what is going on here. Can someone please help?