Hello,
I have a proxmox VE 7.1-6 cluster composed of two nodes and I would like to remove one.
I have tried to follow steps : https://pve.proxmox.com/pve-docs/pve-admin-guide.html#_remove_a_cluster_node
but I'm not able to delete the node because "pvecm delnode <node name>" returns error "cluster not ready - no quorum?"
pvecm status gives me:
So I have tried to adjust the expected votes with "pvecm expected 1"
but I get an error
Did someone know, what is the proper way to remove a node in a 2 node cluster?
I have a proxmox VE 7.1-6 cluster composed of two nodes and I would like to remove one.
I have tried to follow steps : https://pve.proxmox.com/pve-docs/pve-admin-guide.html#_remove_a_cluster_node
but I'm not able to delete the node because "pvecm delnode <node name>" returns error "cluster not ready - no quorum?"
pvecm status gives me:
Votequorum information
----------------------
Expected votes: 2
Highest expected: 2
Total votes: 2
Quorum: 2
Flags: Quorate
So I have tried to adjust the expected votes with "pvecm expected 1"
but I get an error
I guess the value is too low (even if help says 1 is valid), because "pvecm expected 2" seems to succeed.pvecm expected 1
Unable to set expected votes: CS_ERR_INVALID_PARAM
Did someone know, what is the proper way to remove a node in a 2 node cluster?