manipulates the proxmox quorum in a two node array, if one of the nodes is down
Go to file
2021-01-31 22:50:42 +00:00
.gitignore Initial commit 2021-01-26 11:17:41 +01:00
README.md Added the URL of the Repository 2021-01-31 22:50:42 +00:00
who-needs-a-majorit.service Added an example service file for systemd 2021-01-31 22:48:14 +00:00
who-needs-a-majority Well was not that complicated 2021-01-27 22:24:15 +00:00

proxmox-quorum-manipulation

Not for use with HA (High Availability ) !!!!

manipulates the proxmox quorum in a two node array, if one of the nodes is down

Installation

SystemD

  1. Clone the repo git clone https://git.sfs.ddnss.org/Erik/proxmox-quorum-manipulation.git
  2. Go into the cloned repo and make the who-needs-a-majority file exicuteble cd proxmox-quorum-manipulation; chmod +x who-needs-a-majority
  3. Copy the file to a binary directory like cp who-needs-a-majority /usr/local/bin
  4. Copy the .service file to the systemd/system direcory: cp who-needs-a-majority.service
  5. enable it via systemd