|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | 03-May-2022 | - |
| attrd/ | H | 03-May-2022 | - | 3,779 | 2,556 |
| cib/ | H | 03-May-2022 | - | 5,488 | 4,020 |
| crmd/ | H | 03-May-2022 | - | 20,764 | 14,720 |
| cts/ | H | 03-May-2022 | - | 11,984 | 8,797 |
| doc/ | H | 03-May-2022 | - | 76,167 | 65,095 |
| extra/ | H | 03-May-2022 | - | 7,360 | 5,422 |
| fencing/ | H | 03-May-2022 | - | 12,209 | 8,878 |
| include/ | H | 03-May-2022 | - | 8,666 | 5,061 |
| lib/ | H | 03-May-2022 | - | 60,853 | 43,884 |
| licenses/ | H | 03-Dec-2020 | - | 1,299 | 1,050 |
| lrmd/ | H | 03-May-2022 | - | 6,338 | 4,681 |
| m4/ | H | 03-Dec-2020 | - | 1,838 | 1,720 |
| maint/mocked/ | H | 03-Dec-2020 | - | 681 | 479 |
| mcp/ | H | 03-May-2022 | - | 2,782 | 2,035 |
| pengine/ | H | 03-May-2022 | - | 418,251 | 403,796 |
| replace/ | H | 03-May-2022 | - | 1,093 | 576 |
| rpm/ | H | 03-Dec-2020 | - | 904 | 738 |
| tools/ | H | 03-May-2022 | - | 28,514 | 23,380 |
| xml/ | H | 03-May-2022 | - | 9,177 | 7,123 |
| BasicSanity.sh | H A D | 03-May-2022 | 2.3 KiB | 108 | 78 |
| CONTRIBUTING.md | H A D | 03-Dec-2020 | 666 | 13 | 9 |
| COPYING | H A D | 03-Dec-2020 | 836 | 15 | 12 |
| ChangeLog | H A D | 03-Dec-2020 | 182.1 KiB | 2,724 | 2,624 |
| Doxyfile.in | H A D | 03-Dec-2020 | 97.1 KiB | 2,282 | 1,759 |
| GNUmakefile | H A D | 03-Dec-2020 | 15.9 KiB | 469 | 285 |
| INSTALL.md | H A D | 03-Dec-2020 | 1.5 KiB | 61 | 51 |
| Makefile.am | H A D | 03-May-2022 | 4.7 KiB | 145 | 82 |
| Makefile.common | H A D | 03-Dec-2020 | 3.2 KiB | 95 | 32 |
| README.markdown | H A D | 03-Dec-2020 | 2.3 KiB | 64 | 44 |
| abi-check | H A D | 03-Dec-2020 | 2.2 KiB | 107 | 82 |
| acinclude.m4 | H A D | 03-Dec-2020 | 1.7 KiB | 52 | 43 |
| autogen.sh | H A D | 03-Dec-2020 | 1.5 KiB | 49 | 19 |
| bumplibs.sh | H A D | 03-Dec-2020 | 6.5 KiB | 219 | 171 |
| configure.ac | H A D | 03-May-2022 | 73.6 KiB | 2,324 | 2,000 |
| coverage.sh.in | H A D | 03-May-2022 | 1.6 KiB | 63 | 41 |
| p-indent | H A D | 03-Dec-2020 | 9.1 KiB | 193 | 16 |
| valgrind-pcmk.suppressions | H A D | 03-Dec-2020 | 5.2 KiB | 339 | 308 |
| version.m4 | H A D | 03-Dec-2020 | 88 | 3 | 2 |
README.markdown
1# Pacemaker
2
3## What is Pacemaker?
4
5Pacemaker is an advanced, scalable high-availability cluster resource manager.
6It runs on top of a cluster communication layer, either Corosync or
7Linux-HA's Heartbeat.
8
9It supports "N-node" clusters with significant capabilities for
10managing resources and dependencies.
11
12It will run scripts at initialization, when machines go up or down,
13when related resources fail and can be configured to periodically check
14resource health.
15
16## Who is Pacemaker?
17
18Pacemaker is distributed by [ClusterLabs](http://www.clusterlabs.org).
19
20Pacemaker was initially created by main architect and lead developer
21Andrew Beekhof <andrew@beekhof.net>, with the aid of
22project catalyst and advocate Lars Marowsky-Brée <lmb@suse.de>.
23
24Many, many developers have contributed significantly to the project since.
25The git log is the definitive record of their greatly appreciated
26contributions.
27
28The wider community of Pacemaker users is another essential aspect of the
29project's existence, especially the many users who participate in the mailing
30lists, blog about HA clustering, and otherwise actively make the project more
31useful.
32
33## How do I install Pacemaker?
34
35See [INSTALL.md](https://github.com/ClusterLabs/pacemaker/blob/master/INSTALL.md).
36
37## What higher-level interfaces to Pacemaker are available?
38
39There are multiple user interfaces for Pacemaker, including command-line
40tools, graphical user interfaces and web frontends. The crm shell
41used to be included in the Pacemaker source tree, but is now
42a separate project.
43
44This is not an exhaustive list:
45
46* crmsh: https://github.com/ClusterLabs/crmsh
47* pcs: https://github.com/ClusterLabs/pcs
48* LCMC: http://lcmc.sourceforge.net/
49* hawk: https://github.com/ClusterLabs/hawk
50* Pacemaker-mgmt: https://github.com/ClusterLabs/pacemaker-mgmt
51* Striker: https://github.com/ClusterLabs/striker
52
53## How can I help?
54
55See [CONTRIBUTING.md](https://github.com/ClusterLabs/pacemaker/blob/master/CONTRIBUTING.md).
56
57## Where can I find more information about Pacemaker?
58
59* [ClusterLabs website](http://www.clusterlabs.org/)
60* [Documentation](http://www.clusterlabs.org/doc/)
61* [Issues/Bugs](http://bugs.clusterlabs.org/)
62* Mailing lists for [users](http://oss.clusterlabs.org/mailman/listinfo/users) and [developers](http://oss.clusterlabs.org/mailman/listinfo/developers)
63* #clusterlabs IRC channel on [freenode](http://freenode.net/)
64