blob: 3713733418a058e5d7884b416393c42ed4bc711e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
.. index::
single: cluster layer
The Cluster Layer
-----------------
Pacemaker utilizes an underlying cluster layer for two purposes:
* obtaining quorum
* messaging between nodes
.. index::
single: cluster layer; Corosync
single: Corosync
Currently, only Corosync 2 and later is supported for this layer.
This document assumes you have configured the cluster nodes in Corosync
already. High-level cluster management tools are available that can configure
Corosync for you. If you want the lower-level details, see the
`Corosync documentation <https://corosync.github.io/corosync/>`_.
|