Hi Everyone,
I am trying to add a Raspberry Pi as a third node in an existing 2 node cluster. I had done this before and it worked fine but the SD card on my Pi died after a power outage. I couldnt get it to re-add so I rebuilt both of the proxmox servers as well as the Pi and I am still having no luck.
I follow the official Proxmox guide as well as several others and have had no luck. Here's what happens:
After adding the node it shows offline in the web GUI. After I reboot both hosts the Raspberry Pi totally vanishes in the GUI. The corosync file changes back to just a two node cluster like it was before.
The corosync-quorumtool on the pi shows activity blocked. This is the corosync file I pushed to the proxmox hosts
logging {
debug: off
to_syslog: yes
}
nodelist {
node {
name: skynetone
nodeid: 1
quorum_votes: 1
ring0_addr: 192.168.2.4
}
node {
name: skynettwo
nodeid: 2
quorum_votes: 1
ring0_addr: 192.168.2.44
}
node {
name: raspberrypi
nodeid: 3
quorum_votes: 1
ring0_addr: 192.168.2.6
}
}
quorum {
provider: corosync_votequorum
}
totem {
cluster_name: SkynetCluster
config_version: 2
interface {
linknumber: 0
}
ip_version: ipv4-6
secauth: on
version: 2
}
Maybe I am too far into the weeds at this point. The only issue I had was adding the gpg keys according to the guide but was able to pull corosync from the standard raspi sources list anyway.
corosync quorum on the pi says this:
Votequorum information
----------------------
Expected votes: 3
Highest expected: 3
Total votes: 1
Quorum: 2 Activity blocked
Flags:
Any ideas?
I am trying to add a Raspberry Pi as a third node in an existing 2 node cluster. I had done this before and it worked fine but the SD card on my Pi died after a power outage. I couldnt get it to re-add so I rebuilt both of the proxmox servers as well as the Pi and I am still having no luck.
I follow the official Proxmox guide as well as several others and have had no luck. Here's what happens:
After adding the node it shows offline in the web GUI. After I reboot both hosts the Raspberry Pi totally vanishes in the GUI. The corosync file changes back to just a two node cluster like it was before.
The corosync-quorumtool on the pi shows activity blocked. This is the corosync file I pushed to the proxmox hosts
logging {
debug: off
to_syslog: yes
}
nodelist {
node {
name: skynetone
nodeid: 1
quorum_votes: 1
ring0_addr: 192.168.2.4
}
node {
name: skynettwo
nodeid: 2
quorum_votes: 1
ring0_addr: 192.168.2.44
}
node {
name: raspberrypi
nodeid: 3
quorum_votes: 1
ring0_addr: 192.168.2.6
}
}
quorum {
provider: corosync_votequorum
}
totem {
cluster_name: SkynetCluster
config_version: 2
interface {
linknumber: 0
}
ip_version: ipv4-6
secauth: on
version: 2
}
Maybe I am too far into the weeds at this point. The only issue I had was adding the gpg keys according to the guide but was able to pull corosync from the standard raspi sources list anyway.
corosync quorum on the pi says this:
Votequorum information
----------------------
Expected votes: 3
Highest expected: 3
Total votes: 1
Quorum: 2 Activity blocked
Flags:
Any ideas?