Hi all,
I tried to setup a cluster of 3 nodes and I run into problems. I want to setup two interfaces on each node for the cluster (primary/backup) and I tried to follow this:
https://pve.proxmox.com/wiki/Separate_Cluster_Network#Configure_corosync
* Note: the cluster right now is not in a working condition
I did a "pvecm expected 1" and I changed the config to this, to all the nodes (adapting the bindnetaddr IPs). All nodes say this:
=======================================
Quorum information
Date: Sun Mar 18 09:40:07 2018
Quorum provider: corosync_votequorum
Nodes: 1
Node ID: 0x00000003
Ring ID: 3/4
Quorate: No
Votequorum information
----------------------
Expected votes: 3
Highest expected: 3
Total votes: 1
Quorum: 2 Activity blocked
Flags:
Membership information
----------------------
Nodeid Votes Name
0x00000003 1 10.11.20.67 (local)
====================================
Corosync.conf:
logging {
debug: off
to_syslog: yes
}
nodelist {
node {
name: px1-cluster
nodeid: 1
quorum_votes: 1
ring0_addr: px1-cluster
ring1_addr: px1
}
node {
name: px2-cluster
nodeid: 2
quorum_votes: 1
ring0_addr: px2-cluster
ring1_addr: px2
}
node {
name: px3-cluster
nodeid: 3
quorum_votes: 1
ring0_addr: px3-cluster
ring1_addr: px3
}
}
quorum {
provider: corosync_votequorum
}
totem {
cluster_name: pxcluster
rrp_mode: passive
config_version: 4
interface {
bindnetaddr: 10.11.20.65
ringnumber: 0
}
interface {
bindnetaddr: 10.11.20.11
ringnumber: 1
}
ip_version: ipv4
secauth: on
version: 2
}
Any ideas on what to do next?
Thanx,
Sp
PS: PVE version is the latest (5.1-3)
I tried to setup a cluster of 3 nodes and I run into problems. I want to setup two interfaces on each node for the cluster (primary/backup) and I tried to follow this:
https://pve.proxmox.com/wiki/Separate_Cluster_Network#Configure_corosync
* Note: the cluster right now is not in a working condition
I did a "pvecm expected 1" and I changed the config to this, to all the nodes (adapting the bindnetaddr IPs). All nodes say this:
=======================================
Quorum information
Date: Sun Mar 18 09:40:07 2018
Quorum provider: corosync_votequorum
Nodes: 1
Node ID: 0x00000003
Ring ID: 3/4
Quorate: No
Votequorum information
----------------------
Expected votes: 3
Highest expected: 3
Total votes: 1
Quorum: 2 Activity blocked
Flags:
Membership information
----------------------
Nodeid Votes Name
0x00000003 1 10.11.20.67 (local)
====================================
Corosync.conf:
logging {
debug: off
to_syslog: yes
}
nodelist {
node {
name: px1-cluster
nodeid: 1
quorum_votes: 1
ring0_addr: px1-cluster
ring1_addr: px1
}
node {
name: px2-cluster
nodeid: 2
quorum_votes: 1
ring0_addr: px2-cluster
ring1_addr: px2
}
node {
name: px3-cluster
nodeid: 3
quorum_votes: 1
ring0_addr: px3-cluster
ring1_addr: px3
}
}
quorum {
provider: corosync_votequorum
}
totem {
cluster_name: pxcluster
rrp_mode: passive
config_version: 4
interface {
bindnetaddr: 10.11.20.65
ringnumber: 0
}
interface {
bindnetaddr: 10.11.20.11
ringnumber: 1
}
ip_version: ipv4
secauth: on
version: 2
}
Any ideas on what to do next?
Thanx,
Sp
PS: PVE version is the latest (5.1-3)
Last edited: