Following the documentation
I have found a problem
Using pvecm status I am able to see that the quorum status is listed as "Activity blocked" and is 2.
So you can't remove node from 2 nodes cluster because quorum is 2.
My solution for this is to set the quorum to 1 by
Might someone tell that is good way to decrease the quorum of cluster or is there a better way?
And should I do something after that, when I want to add another node to this one node cluster (now remaining node have Nodeid 2)?
I have found a problem
Code:
root@NODE-2:~# pvecm delnode NODE-1
cluster not ready - no quorum?
Using pvecm status I am able to see that the quorum status is listed as "Activity blocked" and is 2.
So you can't remove node from 2 nodes cluster because quorum is 2.
My solution for this is to set the quorum to 1 by
Code:
root@NODE-2:~# pvecm expected 1
Might someone tell that is good way to decrease the quorum of cluster or is there a better way?
And should I do something after that, when I want to add another node to this one node cluster (now remaining node have Nodeid 2)?