Hi,
we have a 3 Nodes Cluster with 2 corosync rings, using this configuration.
The Log Files tells me nearly every 15 seconds, that ring 1is faulty.
On other threats i found here, the speed of the network connection (he used a 100MBit and 1 GBit) was ment to be the problem.
The networks we use are a gigabit one (working without problems) and a 40 GBit, which is the failing one.
Doesanybody have an idea ???
we have a 3 Nodes Cluster with 2 corosync rings, using this configuration.
Code:
logging {
debug: off
to_syslog: yes
}
nodelist {
node {
name: proxmox-1
nodeid: 1
quorum_votes: 1
ring0_addr: 10.1.1.40
ring1_addr: 10.15.15.50
}
node {
name: proxmox-2
nodeid: 2
quorum_votes: 1
ring0_addr: 10.1.1.50
ring1_addr: 10.15.15.51
}
node {
name: proxmox-3
nodeid: 3
quorum_votes: 1
ring0_addr: 10.1.1.60
ring1_addr: 10.15.15.52
}
}
quorum {
provider: corosync_votequorum
}
totem {
cluster_name: el-gordo
config_version: 3
ip_version: ipv4
secauth: on
version: 2
rrp_mode: passive
interface {
ringnumber: 0
}
interface {
ringnumber: 1
}
}
The Log Files tells me nearly every 15 seconds, that ring 1is faulty.
Code:
Sep 10 15:10:00 proxmox-3 corosync[2953]: error [TOTEM ] Marking ringid 1 interface 10.15.15.52 FAULTY
Sep 10 15:10:00 proxmox-3 corosync[2953]: [TOTEM ] Marking ringid 1 interface 10.15.15.52 FAULTY
Sep 10 15:10:01 proxmox-3 corosync[2953]: notice [TOTEM ] Automatically recovered ring 1
Sep 10 15:10:01 proxmox-3 corosync[2953]: [TOTEM ] Automatically recovered ring 1
On other threats i found here, the speed of the network connection (he used a 100MBit and 1 GBit) was ment to be the problem.
The networks we use are a gigabit one (working without problems) and a 40 GBit, which is the failing one.
Doesanybody have an idea ???