Auto fix for Proxmox VE Quorum
1: nano /usr/local/sbin/quorum-autofix.sh
nano /usr/local/sbin/quorum-autofix.sh
2: Paste code from this file
3: execute chmod +x /usr/local/sbin/quorum-autofix.sh
chmod +x /usr/local/sbin/quorum-autofix.sh
4: execute crontab -e
crontab -e
5: paste
* * * * * /usr/local/sbin/quorum-autofix.sh
* * * * * sleep 30 && /usr/local/sbin/quorum-autofix.sh
To see the logs run tail -n 20 /var/log/quorum-autofix.log
tail -n 20 /var/log/quorum-autofix.log