From 87d3eb88c7c442a8443c22e5efff2b31986bd761 Mon Sep 17 00:00:00 2001 From: Joey Date: Sat, 15 Nov 2025 02:17:17 +0100 Subject: [PATCH] Add README.MD --- README.MD | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 README.MD diff --git a/README.MD b/README.MD new file mode 100644 index 0000000..4daaa13 --- /dev/null +++ b/README.MD @@ -0,0 +1,23 @@ +'' +# 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](https://gitea.virtnet.bond/Joey/Proxmox-VE-Quorum-Autofix/src/branch/main/quorum-autofix.sh) + +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 youre all done.