Hello!
I have a cluster with 3 nodes.
node1 ###.###.##.230
node2 ###.###.##.240
node3 ###.###.##.243
Generally it works fine, but today I've tried to migrate a container and got this error:
So, it means, that cluster sees node3 with wrong IP
cat /etc/pve/.members :
Wrong IP of node3
Can you tell me please, is there a possibility to change IP in cluster configuration?
Thanx!
I have a cluster with 3 nodes.
node1 ###.###.##.230
node2 ###.###.##.240
node3 ###.###.##.243
Generally it works fine, but today I've tried to migrate a container and got this error:
Code:
/usr/bin/ssh -c blowfish -o 'BatchMode=yes' [EMAIL="root@192.168.19.234"]root@###.###.##.234[/EMAIL] /bin/true
Jun 28 12:13:36 ssh: connect to host ###.###.##.234 port 22: No route to host
Jun 28 12:13:36 ERROR: migration aborted (duration 00:00:03): Can't connect to destination address using public key
TASK ERROR: migration aborted
So, it means, that cluster sees node3 with wrong IP
cat /etc/pve/.members :
Code:
{"nodename": "node2",
"version": 9,
"cluster": { "name": "clustername", "version": 7, "nodes": 3, "quorate": 1 },
"nodelist": {
"node1": { "id": 1, "online": 1, "ip": "###.###.##.230"},
"node2": { "id": 2, "online": 1, "ip": "###.###.##.240"},
"node3": { "id": 3, "online": 1, "ip": "###.###.##.234"}
}
}
Wrong IP of node3
Can you tell me please, is there a possibility to change IP in cluster configuration?
Thanx!