Failover Domains question.

bread-baker

Member
Mar 6, 2010
432
0
16
So I've been reading threads about fd's . [ no more floppy disks around so fd = Failover Domains :) ] .

I'm setting up a 3 node cluster with two drbd resources on nodeA and nodeB per what e100 has written. nodeC is to provide proper quorum and development.

from this thread http://forum.proxmox.com/threads/8693-is-there-an-alternative-to-fencing-for-HA?p=49835#post49835 :

Code:
<rm>
    <pvevm autostart="1" vmid="101" domain="nodeA-nodeB"/>
    <failoverdomains>
      <failoverdomain name="nodeA-nodeB" restricted="1" ordered="1" nofailback="1">
        <failoverdomainnode name="nodeA" priority="1"/>
        <failoverdomainnode name="nodeB" priority="100"/>
      </failoverdomain>
    </failoverdomains>
  </rm>

my questions:

Does the above totally exclude nodeC from running vmid 100 by high availability control?

I assume a lower numbered priority [ 1 ] is the primary node for vmid 100 ?
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!