PVE 4.1 - 2 nodes cluster - unicast

Kiminet

New Member
Apr 5, 2016
2
0
1
33
Hi all,

we have cluster configuration which consists in a 2 nodes - unicast udpu (multicast not available).
The cluster is up and running, I added and removed a test machine from HA.
The question is, we have the following output for "ha-manager status", on this cluster, two node up and running:
root@prox1:~# ha-manager status
quorum OK
master prox2 (active, Tue Apr 5 16:25:51 2016)
lrm prox1 (idle, Tue Apr 5 16:25:56 2016)
lrm prox2 (active, Tue Apr 5 16:25:56 2016)

Is it correct?

I have another cluster, 2 nodes - multicast, and the output for "ha-manager status" is:
root@proxmox1:~# ha-manager status
quorum OK
master proxmox2 (active, Tue Apr 5 16:27:24 2016)
lrm proxmox1 (active, Tue Apr 5 16:27:25 2016)
lrm proxmox2 (active, Tue Apr 5 16:27:27 2016)

Thanks!
 
I added a VM to HA in node prox1, and now the output is the same.
The "pvecm status" looks a bit different:
On the 2 nodes - udpu:
root@prox1:~# pvecm status
Quorum information
------------------
Date: Tue Apr 5 17:01:15 2016
Quorum provider: corosync_votequorum
Nodes: 2
Node ID: 0x00000002
Ring ID: 780
Quorate: Yes

Votequorum information
----------------------
Expected votes: 2
Highest expected: 2
Total votes: 2
Quorum: 1
Flags: 2Node Quorate WaitForAll

Membership information
----------------------
Nodeid Votes Name
0x00000002 1 10.x.x.1 (local)
0x00000001 1 10.x.x.2


On the other 2 node cluster - multicast:
root@proxmox1:~# pvecm status
Quorum information
------------------
Date: Tue Apr 5 17:02:13 2016
Quorum provider: corosync_votequorum
Nodes: 2
Node ID: 0x00000001
Ring ID: 356
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.0.0.180 (local)
0x00000002 1 10.0.0.181