From 33be8de5bdd566505919c053427a080fa179ba55 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 17 Jun 2025 09:43:09 +0200 Subject: [PATCH] Update create_lxc.sh --- misc/create_lxc.sh | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/misc/create_lxc.sh b/misc/create_lxc.sh index a1dc56a8..14f17520 100644 --- a/misc/create_lxc.sh +++ b/misc/create_lxc.sh @@ -143,14 +143,14 @@ if [ "$STORAGE_FREE" -lt "$REQUIRED_KB" ]; then exit 214 fi -# Check Cluster Quorum if in Cluster -if [ -f /etc/pve/corosync.conf ]; then - if ! pvecm status | grep -q "Quorate: Yes"; then - printf "\e[?25h" - echo -e "\n${CROSS}${RD}Cluster is not quorate. Start all nodes or configure quorum device (QDevice).${CL}\n" - exit 210 - fi -fi +# # Check Cluster Quorum if in Cluster +# if [ -f /etc/pve/corosync.conf ]; then +# if ! pvecm status | grep -q "Quorate: Yes"; then +# printf "\e[?25h" +# echo -e "\n${CROSS}${RD}Cluster is not quorate. Start all nodes or configure quorum device (QDevice).${CL}\n" +# exit 210 +# fi +# fi # Update LXC template list $STD msg_info "Updating LXC Template List"