• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

attrd/H03-May-2022-3,7792,556

cib/H03-May-2022-5,4884,020

crmd/H03-May-2022-20,76414,720

cts/H03-May-2022-11,9848,797

doc/H03-May-2022-76,16765,095

extra/H03-May-2022-7,3605,422

fencing/H03-May-2022-12,2098,878

include/H03-May-2022-8,6665,061

lib/H03-May-2022-60,85343,884

licenses/H03-Dec-2020-1,2991,050

lrmd/H03-May-2022-6,3384,681

m4/H03-Dec-2020-1,8381,720

maint/mocked/H03-Dec-2020-681479

mcp/H03-May-2022-2,7822,035

pengine/H03-May-2022-418,251403,796

replace/H03-May-2022-1,093576

rpm/H03-Dec-2020-904738

tools/H03-May-2022-28,51423,380

xml/H03-May-2022-9,1777,123

BasicSanity.shH A D03-May-20222.3 KiB10878

CONTRIBUTING.mdH A D03-Dec-2020666 139

COPYINGH A D03-Dec-2020836 1512

ChangeLogH A D03-Dec-2020182.1 KiB2,7242,624

Doxyfile.inH A D03-Dec-202097.1 KiB2,2821,759

GNUmakefileH A D03-Dec-202015.9 KiB469285

INSTALL.mdH A D03-Dec-20201.5 KiB6151

Makefile.amH A D03-May-20224.7 KiB14582

Makefile.commonH A D03-Dec-20203.2 KiB9532

README.markdownH A D03-Dec-20202.3 KiB6444

abi-checkH A D03-Dec-20202.2 KiB10782

acinclude.m4H A D03-Dec-20201.7 KiB5243

autogen.shH A D03-Dec-20201.5 KiB4919

bumplibs.shH A D03-Dec-20206.5 KiB219171

configure.acH A D03-May-202273.6 KiB2,3242,000

coverage.sh.inH A D03-May-20221.6 KiB6341

p-indentH A D03-Dec-20209.1 KiB19316

valgrind-pcmk.suppressionsH A D03-Dec-20205.2 KiB339308

version.m4H A D03-Dec-202088 32

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