I am getting a new router and figured it would be a good time to orgainze all my IP addresses.
I changed the IP addresses on the cluster updating
/etc/network/interfaces
/etc/hosts
/etc/pve/corosync.conf
This seemed to have broken my cluster.
Node 3 can see node 4
Node 2 can see node 5
Node one only works if I switch to local only.
Here is my coronsyc file
I changed the IP addresses on the cluster updating
/etc/network/interfaces
/etc/hosts
/etc/pve/corosync.conf
This seemed to have broken my cluster.
Node 3 can see node 4
Node 2 can see node 5
Node one only works if I switch to local only.
Here is my coronsyc file
Code:
logging {
debug: off
to_syslog: yes
}
nodelist {
node {
name: hp1
nodeid: 4
quorum_votes: 1
ring0_addr: 192.168.1.10
}
node {
name: hp2
nodeid: 3
quorum_votes: 1
ring0_addr: 192.168.1.11
}
node {
name: pve
nodeid: 1
quorum_votes: 1
ring0_addr: 192.168.1.14
}
node {
name: razendesk
nodeid: 2
quorum_votes: 1
ring0_addr: 192.168.1.13
}
node {
name: router
nodeid: 5
quorum_votes: 1
ring0_addr: 192.168.1.12
}
}
quorum {
provider: corosync_votequorum
}
totem {
cluster_name: MyNewServer
config_version: 15
interface {
linknumber: 0
}
ip_version: ipv4-6
link_mode: passive
secauth: on
version: 2
}