File: README.markdown

package info (click to toggle)
pacemaker 3.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 68,576 kB
  • sloc: xml: 160,564; ansic: 143,744; python: 5,670; sh: 2,969; makefile: 2,426
file content (45 lines) | stat: -rw-r--r-- 1,661 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# Pacemaker

## What is Pacemaker?

Pacemaker is the resource manager for the
[ClusterLabs](https://www.clusterlabs.org/) open-source high-availability
cluster stack. It coordinates the configuration, start-up, monitoring, and
recovery of interrelated services across all cluster nodes.

## Who is Pacemaker?

Pacemaker was initially created by main architect and lead developer
Andrew Beekhof <andrew@beekhof.net> with the aid of
project catalyst and advocate Lars Marowsky-Brée <lmb@suse.de>.

Many, many developers have contributed significantly to the project since.
The git log is the definitive record of their greatly appreciated
contributions.

The wider ClusterLabs community is another essential aspect of the project's
existence, especially the many users who participate in the mailing lists, blog
about HA clustering, and otherwise actively make the project more useful.

## Where do I get Pacemaker?

Pacemaker source code is distributed via
[Github](https://github.com/ClusterLabs/pacemaker).

From there, you can clone or download the repository to get the latest
development code, or download one of the official
[releases](https://github.com/ClusterLabs/pacemaker/releases).

## How do I install Pacemaker?

See [INSTALL.md](https://github.com/ClusterLabs/pacemaker/blob/main/INSTALL.md).

## How can I help?

See [CONTRIBUTING.md](https://github.com/ClusterLabs/pacemaker/blob/main/CONTRIBUTING.md).

## Where can I find more information about Pacemaker?

* [Documentation](https://www.clusterlabs.org/projects/pacemaker/doc/)
* [Bug reporter](https://bugs.clusterlabs.org/)
* [The ClusterLabs community](https://clusterlabs.org/community/)