summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Kozina <okozina@redhat.com>2015-03-23 12:15:05 +0100
committerOndrej Kozina <okozina@redhat.com>2015-05-07 15:50:28 +0200
commitfb8f3735ba50069e484d036bfc56500231387a26 (patch)
treea36d98ff43ba563cf6521796ea7338316b303894
parentfa64d3673b35a06ad9f8ab107d0621727c9daf71 (diff)
downloadlvm2-fb8f3735ba50069e484d036bfc56500231387a26.tar.gz
conf.example.in: add 'use_lvmpolld' description
-rw-r--r--conf/example.conf.in9
1 files changed, 8 insertions, 1 deletions
diff --git a/conf/example.conf.in b/conf/example.conf.in
index 767a02ec6..c0c6deb83 100644
--- a/conf/example.conf.in
+++ b/conf/example.conf.in
@@ -939,7 +939,14 @@ global {
# This configuration option does not have a default value defined.
# system_id_file = ""
- # TODO: add description
+ # Indicates whether use lvmpolld instead of classical polldaemon (a process
+ # forked off an initiating lvm command) or not. When set to 1 and native systemd
+ # service is installed in the system lvm starts using lvmpolld. lvmpolld gets
+ # auto-activated by systemd when a message lands on the respective lvmpolld socket.
+ # All commands that would require polling of in-progress operation are therefor
+ # spawned in lvmpolld's service cgroup.
+ #
+ # When set to 0 lvm falls back to classical polling.
use_lvmpolld = 0
}