[SOLVED] No quorum error

proxmox is designed by diletants, to put node aivalability and managment into one protocol is not even acceptable in home systems sometimes, there are dozens of structural design faults what makes the system totally not usable for enterprise scenarios.
this works for me, two nodes, one it's dead.
 
Oh, you only have 2 node and 1 it's died

can view that
https://pve.proxmox.com/pve-docs/pve-admin-guide.html#pvecm_separate_node_without_reinstal

Code:
systemctl stop pve-cluster corosync
pmxcfs -l
rm /etc/corosync/*
rm /etc/pve/corosync.conf
killall pmxcfs
systemctl start pve-cluster
Brilliant. I had a node stuck in a cluster by itself for YEARS

Could not clear anything inside of /etc/pve/* because of having “no quorum”. The pmxcfs command forced a r/w mount on the directory and allowed me to completely clear the rest of the node settings

Couldn’t thank you enough!
 
  • Like
Reactions: gomezit
Brilliant. I had a node stuck in a cluster by itself for YEARS

Could not clear anything inside of /etc/pve/* because of having “no quorum”. The pmxcfs command forced a r/w mount on the directory and allowed me to completely clear the rest of the node settings

Couldn’t thank you

Brilliant. I had a node stuck in a cluster by itself for YEARS

Could not clear anything inside of /etc/pve/* because of having “no quorum”. The pmxcfs command forced a r/w mount on the directory and allowed me to completely clear the rest of the node settings

Couldn’t thank you enough!
pff after hours looking for a solution.. thank you!
 
  • Like
Reactions: tylerdebois