Proxmox 4b2 Quorum Disk possible?

de1m

New Member
Sep 16, 2015
2
0
1
Hi,
i've installed a clustur with 2 nodes. I've read that for this scenario I do need a special confguration of corosync.conf.

Can I configure a shared storage as a cluster disk? Is it better then vote quorum?

PS: I've a ceph cluster and I can use rbd as a quorum disk

PPS: Example Config (two nodes cluster)

Code:
Example configuration 1:

       quorum {
           provider: corosync_votequorum
           expected_votes: 2
           two_node: 1
       }

       Example configuration 2:

       quorum {
           provider: corosync_votequorum
           two_node: 1
       }

       nodelist {
           node {
               ring0_addr: 192.168.1.1
           }
           node {
               ring0_addr: 192.168.1.2
           }
       }
 
Last edited:
no, two-node HA is not supported. you need at least three nodes.