summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorPeter Rajnoha <prajnoha@redhat.com>2016-03-30 14:10:56 +0200
committerPeter Rajnoha <prajnoha@redhat.com>2016-03-30 14:10:56 +0200
commit06ef7ba8765d64044b008a33f1c1faeac6112a4a (patch)
tree3df811bcad6ab2a563ebf7f4cc83bfe81b8aec48 /conf
parent8b258a005ba6852209ec7af5b373a69f437abfaa (diff)
downloadlvm2-06ef7ba8765d64044b008a33f1c1faeac6112a4a.tar.gz
doc: describe lvmlockd/lvmpolld features as available if LVM compiled with lockd/polld support
Diffstat (limited to 'conf')
-rw-r--r--conf/example.conf.in9
-rw-r--r--conf/lvmlocal.conf.in1
2 files changed, 8 insertions, 2 deletions
diff --git a/conf/example.conf.in b/conf/example.conf.in
index a21dd96c3..255d32959 100644
--- a/conf/example.conf.in
+++ b/conf/example.conf.in
@@ -853,11 +853,14 @@ global {
# Configuration option global/use_lvmlockd.
# Use lvmlockd for locking among hosts using LVM on shared storage.
- # See lvmlockd(8) for more information.
+ # Applicable only if LVM is compiled with lockd support in which
+ # case there is also lvmlockd(8) man page available for more
+ # information.
use_lvmlockd = 0
# Configuration option global/lvmlockd_lock_retries.
# Retry lvmlockd lock requests this many times.
+ # Applicable only if LVM is compiled with lockd support
# This configuration option has an automatic default value.
# lvmlockd_lock_retries = 3
@@ -867,7 +870,8 @@ global {
# LVs have been created, the internal LV needs to be extended. lvcreate
# will automatically extend the internal LV when needed by the amount
# specified here. Setting this to 0 disables the automatic extension
- # and can cause lvcreate to fail.
+ # and can cause lvcreate to fail. Applicable only if LVM is compiled
+ # with lockd support
# This configuration option has an automatic default value.
# sanlock_lv_extend = 256
@@ -1014,6 +1018,7 @@ global {
# a native systemd service, which allows it to be started on demand,
# and to use its own control group. When this option is disabled, LVM
# commands will supervise long running operations by forking themselves.
+ # Applicable only if LVM is compiled with lvmpolld support.
use_lvmpolld = @DEFAULT_USE_LVMPOLLD@
# Configuration option global/notify_dbus.
diff --git a/conf/lvmlocal.conf.in b/conf/lvmlocal.conf.in
index 9fc50c8b8..04414bf4e 100644
--- a/conf/lvmlocal.conf.in
+++ b/conf/lvmlocal.conf.in
@@ -51,6 +51,7 @@ local {
# Configuration option local/host_id.
# The lvmlockd sanlock host_id.
# This must be unique among all hosts, and must be between 1 and 2000.
+ # Applicable only if LVM is compiled with lockd support
# This configuration option has an automatic default value.
# host_id = 0
}