In my cluster with two hosts, I want to set the number of expected votes to 1. Reason: stay operational if one host is offline (happens regularly).
I believe that I used to achieve this with
What am I missing?
Read more
I believe that I used to achieve this with
pvecm expected 1
, but I am no longer. It works if the second host is offline, but not in advance:
Code:
root@pve-1:~# pvecm expected 1
Unable to set expected votes: CS_ERR_INVALID_PARAM
Code:
root@pve-1:~# pvecm status
Cluster information
-------------------
Name: MyCluster...
Read more