Book Image

Proxmox High Availability

By : CHENG MAN
Book Image

Proxmox High Availability

By: CHENG MAN

Overview of this book

Table of Contents (15 chapters)
Proxmox High Availability
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Setting up a failover domain


According to the definition in Red Hat, a failover domain is a named subset of cluster nodes that are eligible to run a cluster service in the event of a node failure. This means that if there is a node failure, the nodes inside the subset will take the place and responsibility of the failed member that will move the VM to the other node, in our case. For more information, refer to http://goo.gl/6Vmbjb.

At the time of writing this book, we have to configure a failover domain under CLI by adding new settings to the cluster.conf file.

You might notice that there is a Failover domain option under the Add button on the HA-management page. However, if you choose it, you will get the following window, which shows you that there is no GUI tool available yet:

The steps required to set up a failover domain are as follows:

  1. First, we need to copy the current contents of the cluster.conf file to form a new file named cluster.conf.new:

    root# cp /etc/pve/cluster.conf /etc/pve...