I read this page: https://pve.proxmox.com/wiki/Cluster_Manager, but I would like a sanity check.
When I first deployed the node I clicked the "create cluster" button not realizing I was doing something pretty important.
This single host has never had another host joined with it... yet.
Since that first time I hit "create cluster" I've done more learning and realize I need to use a separate network. I'd like to correct this mistake and change the cluster setup from using the primary NIC for communication and have it setup to use NIC3. With ProxMox providing the join information with the IP from NIC3.
Is this as easy as editing corosync.conf and changing the IP to the IP I've configured on vmbr3 (backed by NIC3)?
nodelist {
node {
name: server1
nodeid: 1
quorum_votes: 1
ring0_addr: 10.10.11.254
}
}
When I first deployed the node I clicked the "create cluster" button not realizing I was doing something pretty important.
This single host has never had another host joined with it... yet.
Since that first time I hit "create cluster" I've done more learning and realize I need to use a separate network. I'd like to correct this mistake and change the cluster setup from using the primary NIC for communication and have it setup to use NIC3. With ProxMox providing the join information with the IP from NIC3.
Is this as easy as editing corosync.conf and changing the IP to the IP I've configured on vmbr3 (backed by NIC3)?
nodelist {
node {
name: server1
nodeid: 1
quorum_votes: 1
ring0_addr: 10.10.11.254
}
}
Last edited: