aboutsummaryrefslogtreecommitdiff
path: root/system/lvm2-lockd/README
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2022-02-24 12:31:34 -0500
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-02-25 22:58:03 +0700
commit439c720542828410ee64c722ff091295319f0fa0 (patch)
treedebf1b4a3aea66f84ce1de40b76ed85fe5a43b0c /system/lvm2-lockd/README
parentd52079f9eaa3eb6eb770acd286118c6ce66532c5 (diff)
system/lvm2-lockd: Fix 15.0 build.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/lvm2-lockd/README')
-rw-r--r--system/lvm2-lockd/README19
1 files changed, 10 insertions, 9 deletions
diff --git a/system/lvm2-lockd/README b/system/lvm2-lockd/README
index 6b49d6c7a8..9a04831ba3 100644
--- a/system/lvm2-lockd/README
+++ b/system/lvm2-lockd/README
@@ -1,21 +1,22 @@
-Logical Volume Management (LVM) commands use lvmlockd to coordinate access
-to shared storage.
+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:
+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.
+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).
+This will change package dependency from sanlock to dlm (also found
+here on SlackBuilds.org).
More information post-install can be found in README.SLACKWARE