Hello!
I have a problem with corosync redundancy on a 3 node test cluster running PVE 7.1-4. I set everything up and it looks fine but as soon as I pull the cable of ring0 the connection to the cluster is lost. The strange thing is that if I take down the port via
everything is working as expected.
Where is my mistake?
Thanks a lot!
I have a problem with corosync redundancy on a 3 node test cluster running PVE 7.1-4. I set everything up and it looks fine but as soon as I pull the cable of ring0 the connection to the cluster is lost. The strange thing is that if I take down the port via
Code:
# ip link set dev eno1 down
Code:
# corosync-cfgtool -s
Local node ID 1, transport knet
LINK ID 0 udp
addr = xxx.xxx.xxx.10
status:
nodeid: 1: localhost
nodeid: 2: connected
nodeid: 3: connected
LINK ID 1 udp
addr = xxx.xxx.xxx.11
status:
nodeid: 1: localhost
nodeid: 2: connected
nodeid: 3: connected
Where is my mistake?
Code:
# cat /etc/pve/corosync.conf
logging {
debug: off
to_syslog: yes
}
nodelist {
node {
name: proxmox-2
nodeid: 3
quorum_votes: 1
ring0_addr: xxx.xxx.xxx.22
ring1_addr: xxx.xxx.xxx.23
}
node {
name: pve-1
nodeid: 1
quorum_votes: 1
ring0_addr: xxx.xxx.xxx.10
ring1_addr: xxx.xxx.xxx.11
}
node {
name: pve-2
nodeid: 2
quorum_votes: 1
ring0_addr: xxx.xxx.xxx.12
ring1_addr: xxx.xxx.xxx.13
}
}
quorum {
provider: corosync_votequorum
}
totem {
cluster_name: Test
config_version: 3
interface {
linknumber: 0
knet_link_priority: 1
}
interface {
linknumber: 1
knet_link_priority: 10
}
ip_version: ipv4-6
link_mode: passive
secauth: on
version: 2
}
Thanks a lot!