2025-11-15 02:19:54 +01:00
2025-11-15 02:11:40 +01:00
2025-11-15 02:19:54 +01:00

Proxmox VE Quorum Autofixer

Auto fix for Proxmox VE Quorum

How to use

1: nano /usr/local/sbin/quorum-autofix.sh

2: Paste code from this file

3: execute chmod +x /usr/local/sbin/quorum-autofix.sh

4: execute crontab -e

5: paste

* * * * * /usr/local/sbin/quorum-autofix.sh

* * * * * sleep 30 && /usr/local/sbin/quorum-autofix.sh

Repeat this process for each node within your cluster. After this you're done :)

Viewing logs

To see the logs run tail -n 20 /var/log/quorum-autofix.log

Description
No description provided
Readme 32 KiB
Languages
Shell 100%