Hi,
I have created a Proxmox cluster via Web GUI and that was probably my fault as in the Cluster Join Information I do see my WAN IP instead of the one dedicated for cluster LAN.
My Link 0 IP addresses were set correct, but my
No way to fix that directly, right? So I have to follow this article, shutdown srv2, remove clusternode hetzner-srv2 from hetzner-srv1, reinstall hetzner-srv2 and then? What should I do with hetzner-srv1 after
I have created a Proxmox cluster via Web GUI and that was probably my fault as in the Cluster Join Information I do see my WAN IP instead of the one dedicated for cluster LAN.
My Link 0 IP addresses were set correct, but my
/etc/pve/.members
is faulty see:
Code:
{
"nodename": "hetzner-srv2",
"version": 10,
"cluster": { "name": "hetzner1", "version": 2, "nodes": 2, "quorate": 1 },
"nodelist": {
"hetzner-srv1": { "id": 1, "online": 1, "ip": "213.239.xxx.xxx"},
"hetzner-srv2": { "id": 2, "online": 1, "ip": "2a01:4f8:xxx:xxxx::2"}
}
}
No way to fix that directly, right? So I have to follow this article, shutdown srv2, remove clusternode hetzner-srv2 from hetzner-srv1, reinstall hetzner-srv2 and then? What should I do with hetzner-srv1 after
pvecm delnode hetzner-srv2
?