1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

example.conf.in: apply previous improvements to example.conf

This commit is contained in:
David Teigland 2015-05-15 14:28:30 +02:00 committed by Ondrej Kozina
parent 9f0095fa2c
commit 0d15217a6c

View File

@ -939,14 +939,16 @@ global {
# This configuration option does not have a default value defined. # This configuration option does not have a default value defined.
# system_id_file = "" # system_id_file = ""
# Indicates whether to use lvmpolld instead of classical polldaemon (a process # Use lvmpolld to supervise long running LVM commands.
# forked off an initiating lvm command) or not. When set to 1 and native systemd # When enabled, control of long running LVM commands is transferred
# service is installed in the system lvm starts using lvmpolld. lvmpolld gets # from the original LVM command to the lvmpolld daemon. This allows
# auto-activated by systemd when a message lands on the respective lvmpolld socket. # the operation to continue independent of the original LVM command.
# All commands that would require polling of in-progress operation are therefore # After lvmpolld takes over, the LVM command displays the progress
# spawned in lvmpolld's service cgroup. # of the ongoing operation. lvmpolld itself runs LVM commands to manage
# # the progress of ongoing operations. lvmpolld can be used as a native
# When set to 0 lvm falls back to classical polling. # 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.
use_lvmpolld = @DEFAULT_USE_LVMPOLLD@ use_lvmpolld = @DEFAULT_USE_LVMPOLLD@
} }