I wasn't able to join my new cluster through the GUI and I couldn't figure out why. I made sure all the prerequisites from the wiki were met (same version of PVE, same system clock, etc), but everytime I tried to join I got a "401 Authentication Failure" message.
Fortunately, it instantly worked from the command line. I SSH'd into the machine I was adding to the cluster and ran
I'm currently on PVE 6.1-8.
Fortunately, it instantly worked from the command line. I SSH'd into the machine I was adding to the cluster and ran
Code:
<HOSTNAME># pvecm add <IP>
Please enter superuser (root) password for '<IP>': ************
Establishing API connection with host '<IP>'
The authenticity of host '<IP>' can't be established.
X509 SHA256 key fingerprint is <FINGERPRINT>.
Are you sure you want to continue connecting (yes/no)? yes
Login succeeded.
Request addition of this node
Join request OK, finishing setup locally
stopping pve-cluster service
backup old database to '/var/lib/pve-cluster/backup/config-1586315242.sql.gz'
waiting for quorum...OK
(re)generate node files
generate new node certificate
merge authorized SSH keys and known hosts
generated new node certificate, restart pveproxy and pvedaemon services
successfully added node '<HOSTNAME>' to cluster.
I'm currently on PVE 6.1-8.