blog.griff.systems

Search

Search IconIcon to open search

Fix 'Cluster not ready - no quorum?' error in Proxmox VE

Last updated Jun 20, 2023

Purpose

This document will delineate the steps necessary to work around a situation where your Proxmox cluster will not allow you to interact with it due to lack of quorum between the hosts.

Assumptions

This document assumes that the nodes in the cluster are all online with proper certificates, network connectivity, and that the administrator intents to properly resolve the quorum issue following these steps.

This guide is not intended to be a permanent solution, but rather a work-around.

Cause

This occurs when the cluster quorum is not configured correctly –or– when a cluster member is offline. The intended function of the cluster is to not work if the quorum does not receive the adequate number of votes from the cluster to begin. You can manually set the number of expected quorum.

Workaround

Step 1 - Override expected number of quorum votes

You can manually set the number of expected quorum votes by running this command:

1
pvecm expected #

where # is the number of votes you wish to make the quorum use to determine if the cluster is quorate.

Warning Take care when manually overriding the cluster quorum, as it can have unintentional results. If a node repeatedly presents an issue, it should be removed form the cluster.

Following use of this command, the cluster should achieve quorum and allow you to interact with it.


Additional Information