Having a 2 node cluster like
I was able to remove on the master all nodes:
Now I have
Which is the recommended way to make the last(local) reverting to a standalone system again?
Code:
# pvecm status
Quorum information
------------------
Date: Wed May 1 13:33:16 2019
Quorum provider: corosync_votequorum
Nodes: 2
Node ID: 0x00000001
Ring ID: 1/8
Quorate: Yes
Votequorum information
----------------------
Expected votes: 2
Highest expected: 2
Total votes: 2
Quorum: 2
Flags: Quorate
Membership information
----------------------
Nodeid Votes Name
0x00000001 1 10.40.20.47 (local)
0x00000002 1 10.40.20.54
I was able to remove on the master all nodes:
Code:
# pvecm delnode n2054
Now I have
Code:
# pvecm status
Quorum information
------------------
Date: Wed May 1 14:04:29 2019
Quorum provider: corosync_votequorum
Nodes: 1
Node ID: 0x00000001
Ring ID: 1/12
Quorate: No
Votequorum information
----------------------
Expected votes: 2
Highest expected: 2
Total votes: 1
Quorum: 2 Activity blocked
Flags:
Membership information
----------------------
Nodeid Votes Name
0x00000001 1 10.40.20.47 (local)
Which is the recommended way to make the last(local) reverting to a standalone system again?