aboutsummaryrefslogtreecommitdiff
path: root/system/lvm2-lockd/README
diff options
context:
space:
mode:
authorMario Preksavec <mario at slackware dot hr>2019-05-18 06:55:47 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2019-05-18 06:55:47 +0700
commit1599e63a2dd35c9b2e14dce34ed67dee4b404522 (patch)
tree0ca0f6827d49d99c6623ce4a081a2782dd6be47a /system/lvm2-lockd/README
parentcfdf1e2c64ae2f7820ae18cc85d051929fb74873 (diff)
downloadslackbuilds-1599e63a2dd35c9b2e14dce34ed67dee4b404522.tar.xz
system/lvm2-lockd: Added (LVM in a shared storage environment).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/lvm2-lockd/README')
-rw-r--r--system/lvm2-lockd/README21
1 files changed, 21 insertions, 0 deletions
diff --git a/system/lvm2-lockd/README b/system/lvm2-lockd/README
new file mode 100644
index 000000000000..6b49d6c7a893
--- /dev/null
+++ b/system/lvm2-lockd/README
@@ -0,0 +1,21 @@
+Logical Volume Management (LVM) commands use lvmlockd to coordinate access
+to shared storage.
+
+NOTE: lvm2 package that comes with Slackware includes lvmlockd
+support. However, since neither sanlock or dlm were present at build time,
+empty functions were compiled in. In order for lvm commands (such as lvmcreate,
+etc) to discover and leverage lvmlockd support, stock lvm binary has to
+be replaced:
+
+ CLOBBER_STOCK_BINARY=yes ./lvm2-lockd.SlackBuild
+
+The original binary can be restored by reinstalling the stock lvm2 package.
+
+By default, lock type is set to sanlock, dlm can be selected with:
+
+ LOCK_TYPE=dlm ./lvm2-lockd.SlackBuild
+
+This will change package dependancy from sanlock to dlm (also found here
+on SlackBuilds.org).
+
+More information post-install can be found in README.SLACKWARE