summaryrefslogtreecommitdiffstats
path: root/system/sanlock/README
diff options
context:
space:
mode:
author Mario Preksavec2019-05-18 01:51:33 +0200
committer Willy Sudiarto Raharjo2019-05-18 01:51:33 +0200
commitcfdf1e2c64ae2f7820ae18cc85d051929fb74873 (patch)
tree76afb167a0e95992ae0c8c7d7b9a7de02a797555 /system/sanlock/README
parent05d40c537c6ca330a720cba131c184e24d081d7d (diff)
downloadslackbuilds-cfdf1e2c64ae2f7820ae18cc85d051929fb74873.tar.gz
system/sanlock: Added (shared storage daemon).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/sanlock/README')
-rw-r--r--system/sanlock/README13
1 files changed, 13 insertions, 0 deletions
diff --git a/system/sanlock/README b/system/sanlock/README
new file mode 100644
index 0000000000..fe32fa73d1
--- /dev/null
+++ b/system/sanlock/README
@@ -0,0 +1,13 @@
+The sanlock daemon manages leases for applications on hosts using shared
+storage.
+
+You must have a sanlock user to run this script:
+
+ # groupadd -g 363 sanlock
+ # useradd -u 363 -d /var/run/sanlock -s /bin/false -g sanlock sanlock
+
+The disk group is also needed:
+
+ # usermod -a -G disk sanlock
+
+More information post-install can be found in README.SLACKWARE