diff options
author | Pierre-Philipp Braun <pbraun@nethence.com> | 2018-06-22 22:33:11 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-06-23 08:44:01 +0700 |
commit | 0f9b333efac6be4f710fa83bfc2a74e4b34a7a5a (patch) | |
tree | 6f5db14842a5c2ec2e71abc0a823a284e66b1318 /system/cluster-glue/README | |
parent | 5070b615a79b5575527d3d2c08d880c1bae2b465 (diff) | |
download | slackbuilds-0f9b333efac6be4f710fa83bfc2a74e4b34a7a5a.tar.gz |
system/cluster-glue: Added (Reusable Cluster Components).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/cluster-glue/README')
-rw-r--r-- | system/cluster-glue/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/system/cluster-glue/README b/system/cluster-glue/README new file mode 100644 index 0000000000..b9e1a6c915 --- /dev/null +++ b/system/cluster-glue/README @@ -0,0 +1,11 @@ +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 |