Hi.
I'm adding new nodes to a 6.0 Proxmox + CEPH cluster.
The new nodes are with the version 6.2
The idea is to add the new 6.2 nodes to the actual 6.0 cluster, and the upgrade the 6.0 nodes to 6.2. Finally jump to version 6.3
But when i try to add a new node (v6.2) to the 6.0 cluster i get a verification error (i suppose is related to the certificate):
The /etc/hosts has the correct name/ip and it's the same all the hosts (running ones and the ones to be added).
Shoudl i add it with the --use_ssh option to skip the verification?
What should i do to skip the problem and add the new nodes to the cluster?
Thanks in advance.
Daniel.
I'm adding new nodes to a 6.0 Proxmox + CEPH cluster.
The new nodes are with the version 6.2
The idea is to add the new 6.2 nodes to the actual 6.0 cluster, and the upgrade the 6.0 nodes to 6.2. Finally jump to version 6.3
But when i try to add a new node (v6.2) to the 6.0 cluster i get a verification error (i suppose is related to the certificate):
Bash:
root@newnode3:~# pvecm add x.x.x.4
Please enter superuser (root) password for 'x.x.x.4': ********
Establishing API connection with host 'x.x.x.4'
The authenticity of host 'x.x.x.4' can't be established.
X509 SHA256 key fingerprint is XX:XX:XX:XX:XX:XX:XX:XX..........................
Are you sure you want to continue connecting (yes/no)? yes
500 Can't connect to x.x.x.4:8006 (hostname verification failed)
The /etc/hosts has the correct name/ip and it's the same all the hosts (running ones and the ones to be added).
Shoudl i add it with the --use_ssh option to skip the verification?
pvecm add x.x.x.4 --use_ssh 1
What should i do to skip the problem and add the new nodes to the cluster?
Thanks in advance.
Daniel.
Last edited: