Added Installaition Instruktions
This commit is contained in:
parent
2551d3b011
commit
85a013726e
10
README.md
10
README.md
@ -1,3 +1,11 @@
|
||||
# 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
|
||||
|
||||
manipulates the proxmox quorum in a two node array, if one of the nodes is down
|
||||
## Installation
|
||||
### SystemD
|
||||
1. Clone the repo `git clone `
|
||||
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
|
Loading…
Reference in New Issue
Block a user