Summarizing / clarifying:
This below finally worked for me after many failed tries following the various helpful but now disorganized suggestions in this thread.
In my setup:
* two nodes are on the same L2 switch
* the two nodes have different PVE versions 8.1.x and 8.3.x
Good luck
This below finally worked for me after many failed tries following the various helpful but now disorganized suggestions in this thread.
# ssh into each node with (replace the 2 variables appropriately)ssh -o "HostKeyAlias=NODENAME" root@NODEIP# run on each nodecd /root/.sshmv id_rsa id_rsa.oldmv id_rsa.pub id_rsa.pub.oldmv config config.oldpvecm updatecertsIn my setup:
* two nodes are on the same L2 switch
* the two nodes have different PVE versions 8.1.x and 8.3.x
Good luck