Proxmox Post Install: Disables Corosync along with High Availability #693

Closed
opened 2026-02-04 20:54:20 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @tomdaley92 on GitHub (Mar 24, 2025).

Have you read and understood the above guidelines?

yes

📜 What is the name of the script you are using?

Proxmox VE Post Install

📂 What was the exact command used to execute the script?

bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/misc/post-pve-install.sh)"

📝 Provide a clear and concise description of the issue.

I noticed that the steps for enabling/disabling High Availability also enable/disable Corosync. Proxmox can use clustering (Corosync) without any HA functionality, and is a common and valid setup. I would like to purpose that we add another prompt for disabling corosync independently from the two HA services.

Here are the code blocks I'm referring to. I'd also be happy to submit a PR.

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

🔄 Steps to reproduce the issue.

Run the post-install script inside the shell of a running up-to-date proxmox node.

Paste the full error output (if available).

N/A

🖼️ Additional context (optional).

No response

Originally created by @tomdaley92 on GitHub (Mar 24, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Proxmox VE Post Install ### 📂 What was the exact command used to execute the script? bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/misc/post-pve-install.sh)" ### 📝 Provide a clear and concise description of the issue. I noticed that the steps for enabling/disabling High Availability also enable/disable Corosync. Proxmox can use clustering (Corosync) without any HA functionality, and is a common and valid setup. I would like to purpose that we add another prompt for disabling corosync **independently** from the two HA services. Here are the [code blocks](https://github.com/community-scripts/ProxmoxVE/blob/336a4546b2ad40fce69366a4e6e03cca855041be/misc/post-pve-install.sh#L155-L189) I'm referring to. I'd also be happy to submit a PR. ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 🔄 Steps to reproduce the issue. Run the post-install script inside the shell of a running up-to-date proxmox node. ### ❌ Paste the full error output (if available). N/A ### 🖼️ Additional context (optional). _No response_
OVERLORD added the investigation label 2026-02-04 20:54:20 +03:00
Author
Owner

@michelroegl-brunner commented on GitHub (Mar 24, 2025):

You can open a PR, would help us out!

@michelroegl-brunner commented on GitHub (Mar 24, 2025): You can open a PR, would help us out!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#693