-
I've tried several scripts (gitea, gitea alpine, immich, puhole) and all are failing with the same error: |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 5 replies
-
my mistake (?) the error was generated because I started one out of two nodes of my cluster. Now I'm wondering why you have to have all nodes up to install a new lxc |
Beta Was this translation helpful? Give feedback.
-
In a Proxmox VE cluster, it is not allowed to make changes to the cluster configuration (such as creating a CT or VM) if the cluster is not “quorate”. This means: If the cluster does not reach a quorum (e.g. with a 2-node cluster and only one node is online), actions such as pct create, qm create, etc. are not allowed - even if you are directly on the working node. |
Beta Was this translation helpful? Give feedback.
-
sure,. it stops immediately with the error: |
Beta Was this translation helpful? Give feedback.
-
ooppss sorry, I didn't notice the quotes. Anyway here is what happened with the right quotes. |
Beta Was this translation helpful? Give feedback.
-
yepp, now we have the correct error message about the cluster not being in quorum |
Beta Was this translation helpful? Give feedback.
In a Proxmox VE cluster, it is not allowed to make changes to the cluster configuration (such as creating a CT or VM) if the cluster is not “quorate”. This means: If the cluster does not reach a quorum (e.g. with a 2-node cluster and only one node is online), actions such as pct create, qm create, etc. are not allowed - even if you are directly on the working node.