Hello,
I faced with a problem, where I had to rejoin same node to the cluster, but the following errors appeared:
I don't want to change IP address or anything else in the server configuration. I simply executed pvecm delnode and then I did pvecm add IP-ADDR. The reason why I'm rejoining the server is a typo in my /etc/hosts and /etc/hostname. When I fixed that, the cluster couldn't read certificates, cause it had been issued for a different domain name which wasn't match a new one. So, I just decided to delete node from the cluster, change names, restart server and join back.
I faced with a problem, where I had to rejoin same node to the cluster, but the following errors appeared:
Code:
Please enter superuser (root) password for 'IP ADDR': **************
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?!
Check if node may join a cluster failed!
I don't want to change IP address or anything else in the server configuration. I simply executed pvecm delnode and then I did pvecm add IP-ADDR. The reason why I'm rejoining the server is a typo in my /etc/hosts and /etc/hostname. When I fixed that, the cluster couldn't read certificates, cause it had been issued for a different domain name which wasn't match a new one. So, I just decided to delete node from the cluster, change names, restart server and join back.
Last edited: