Hey.
Im running out of ideas on how to re-add a node to my existing cluster.
This node was previously part of the cluster, but i had to temporarily use the server elsewhere.
Ive reinstalled proxmox but i just cant add it to the cluster (with 2 other nodes) anymore.
As far as i can tell the two existing nodes both have two networks.
A seemingly inactive separate cluster network in 10.10.1.0/24
And the actually used network in 10.1.0.0/16
The nodes corosync.conf
But they dont use the 10.10.0.0 network. They cant even reach each other there.
Nonetheless i configured my new node exactly the same. It can communicate with them in the 10.1.0.0 network and i created the 10.10.0.0 network the same way its configured for the cluster nodes (just an ip in cidr and active is no)
Naturally everytime i try to join the cluster i get this:
detected the following error(s):
* link0: cannot use IP '10.10.1.1', not found on local node!
TASK ERROR: Check if node may join a cluster failed!
Does anyone have any ideas?
Any help is much appreciated
Im running out of ideas on how to re-add a node to my existing cluster.
This node was previously part of the cluster, but i had to temporarily use the server elsewhere.
Ive reinstalled proxmox but i just cant add it to the cluster (with 2 other nodes) anymore.
As far as i can tell the two existing nodes both have two networks.
A seemingly inactive separate cluster network in 10.10.1.0/24
And the actually used network in 10.1.0.0/16
The nodes corosync.conf
Code:
logging {
debug: off
to_syslog: yes
}
nodelist {
node {
name: pve2
nodeid: 1
quorum_votes: 1
ring0_addr: 10.10.1.2
ring1_addr: 10.1.1.78
}
node {
name: pve3
nodeid: 3
quorum_votes: 1
ring0_addr: 10.10.1.3
ring1_addr: 10.1.1.79
}
}
quorum {
provider: corosync_votequorum
}
totem {
cluster_name: xxxxx
config_version: 10
interface {
linknumber: 0
}
interface {
linknumber: 1
}
ip_version: ipv4-6
link_mode: passive
secauth: on
version: 2
}
But they dont use the 10.10.0.0 network. They cant even reach each other there.
Nonetheless i configured my new node exactly the same. It can communicate with them in the 10.1.0.0 network and i created the 10.10.0.0 network the same way its configured for the cluster nodes (just an ip in cidr and active is no)
Naturally everytime i try to join the cluster i get this:
detected the following error(s):
* link0: cannot use IP '10.10.1.1', not found on local node!
TASK ERROR: Check if node may join a cluster failed!
Does anyone have any ideas?
Any help is much appreciated