aboutsummaryrefslogtreecommitdiff
path: root/system/pacemaker/README
diff options
context:
space:
mode:
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