Good morning all.
I am having a hard time getting my two hosts to cluster together. My goal is to manage both nodes under one pane of glass and then Move into a HA in the future when I grow my environment.
Here is the error:
pvecm status
Cluster information
-------------------
Name: Cluster1
Config Version: 1
Transport: knet
Secure auth: on
Quorum information
------------------
Date: Thu Jan 5 10:00:32 2023
Quorum provider: corosync_votequorum
Nodes: 1
Node ID: 0x00000001
Ring ID: 1.5
Quorate: Yes
Votequorum information
----------------------
Expected votes: 1
Highest expected: 1
Total votes: 1
Quorum: 1
Flags: Quorate
Membership information
----------------------
Nodeid Votes Name
0x00000001 1 172.27.217.33 (local)
my /etc/corosync/corosync.conf results
logging {
debug: off
to_syslog: yes
}
nodelist {
node {
name: ChateauFranklin
nodeid: 1
quorum_votes: 1
ring0_addr: 172.27.217.33
}
}
quorum {
provider: corosync_votequorum
}
totem {
cluster_name: Cluster1
config_version: 1
interface {
linknumber: 0
}
ip_version: ipv4-6
link_mode: passive
secauth: on
version: 2
}
my /etc/pve/corosync.conf
logging {
debug: off
to_syslog: yes
}
nodelist {
node {
name: ChateauFranklin
nodeid: 1
quorum_votes: 1
ring0_addr: 172.27.217.33
}
}
quorum {
provider: corosync_votequorum
}
totem {
cluster_name: Cluster1
config_version: 1
interface {
linknumber: 0
}
ip_version: ipv4-6
link_mode: passive
secauth: on
version: 2
}
I am having a hard time getting my two hosts to cluster together. My goal is to manage both nodes under one pane of glass and then Move into a HA in the future when I grow my environment.
Here is the error:
pvecm status
Cluster information
-------------------
Name: Cluster1
Config Version: 1
Transport: knet
Secure auth: on
Quorum information
------------------
Date: Thu Jan 5 10:00:32 2023
Quorum provider: corosync_votequorum
Nodes: 1
Node ID: 0x00000001
Ring ID: 1.5
Quorate: Yes
Votequorum information
----------------------
Expected votes: 1
Highest expected: 1
Total votes: 1
Quorum: 1
Flags: Quorate
Membership information
----------------------
Nodeid Votes Name
0x00000001 1 172.27.217.33 (local)
my /etc/corosync/corosync.conf results
logging {
debug: off
to_syslog: yes
}
nodelist {
node {
name: ChateauFranklin
nodeid: 1
quorum_votes: 1
ring0_addr: 172.27.217.33
}
}
quorum {
provider: corosync_votequorum
}
totem {
cluster_name: Cluster1
config_version: 1
interface {
linknumber: 0
}
ip_version: ipv4-6
link_mode: passive
secauth: on
version: 2
}
my /etc/pve/corosync.conf
logging {
debug: off
to_syslog: yes
}
nodelist {
node {
name: ChateauFranklin
nodeid: 1
quorum_votes: 1
ring0_addr: 172.27.217.33
}
}
quorum {
provider: corosync_votequorum
}
totem {
cluster_name: Cluster1
config_version: 1
interface {
linknumber: 0
}
ip_version: ipv4-6
link_mode: passive
secauth: on
version: 2
}