aboutsummaryrefslogtreecommitdiff
path: root/system/pacemaker/README
diff options
context:
space:
mode:
authorPierre-Philipp Braun <pbraun@nethence.com>2018-06-22 21:43:27 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2018-06-23 08:44:01 +0700
commit36c853b72153fce337ed55d44b162cae7517daa2 (patch)
treeb5b215cc28e88a4425977240038f709075a20a2d /system/pacemaker/README
parentc06b9d7e3b1d0a81d3ae888cb96fc5ea5cf810ae (diff)
downloadslackbuilds-36c853b72153fce337ed55d44b162cae7517daa2.tar.xz
system/pacemaker: Updated for version 2.0.0_rc5.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/pacemaker/README')
-rw-r--r--system/pacemaker/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/system/pacemaker/README b/system/pacemaker/README
new file mode 100644
index 000000000000..07974d2ac687
--- /dev/null
+++ b/system/pacemaker/README
@@ -0,0 +1,11 @@
+pacemaker (High-Availability cluster resource manager)
+
+Pacemaker is an advanced, scalable High-Availability cluster resource manager.
+
+You might also want to install corosync, pacemaker, resource-agents, crmsh,
+fence-agents and eventually cluster-glue.
+
+You must have a haclient group and hacluster user to run this script.
+
+ groupadd -g 226 haclient
+ useradd -u 226 -g 226 -c "Pacemaker" -d / -s /bin/false hacluster