]> git.proxmox.com Git - mirror_corosync-qdevice.git/blame - README
qdevice: Configurable log priority bump
[mirror_corosync-qdevice.git] / README
CommitLineData
9a1955a7
JF
1Corosync-qdevice
2----------------
3corosync-qdevice is a daemon running on each node of a cluster. It provides
4a configured number of votes to the quorum subsystem based on a third-party
5arbitrator's decision. Its primary use is to allow a cluster to sustain more
6node failures than standard quorum rules allow. It is recommended for clusters
7with an even number of nodes and highly recommended for 2 node clusters.
8
9corosync-qnetd is a daemon running outside of the cluster with the purpose
10of providing a vote to the corosync-qdevice model net. It's designed to
11support multiple clusters and be almost configuration and state free.
12New clusters are handled dynamically and no configuration file exists.
13It's also able to run as non-root user - which is recommended.
14Connection between the corosync-qdevice model net client can be optionally
15configured with TLS client certificate checking. The communication protocol
16between server and client is designed to be very simple and allow
17backwards compatibility.
18
19Originally both qdevice and qnetd were part of the Corosync codebase
20(https://github.com/corosync/corosync) but because it's got quite big we
21decided to split it into it's own sub project.
22
23Dependencies
24------------
25* Corosync >= 2.0
26* NSS
27
28Installation
29------------
30$ ./autogen.sh
31$ ./configure
32$ make
33$ sudo make install