mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
0f9b333efa
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
11 lines
395 B
Text
11 lines
395 B
Text
cluster-glue (Reusable Cluster Components)
|
|
|
|
Additional cluster tools to play with e.g. some STONITH scripts.
|
|
|
|
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
|