summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2022-02-06 20:05:54 +0100
committerZdenek Kabelac <zkabelac@redhat.com>2022-02-07 20:02:11 +0100
commit13122bcc3329f3c1aee0a1cc478eda8906cd96df (patch)
treecad77f9f27e47e324dce50e76de294ca855fd1cc /conf
parentf83b3962c10bf4e196fec0e3e735820ba908661f (diff)
downloadlvm2-13122bcc3329f3c1aee0a1cc478eda8906cd96df.tar.gz
make: generate
Diffstat (limited to 'conf')
-rw-r--r--conf/example.conf.in15
1 files changed, 5 insertions, 10 deletions
diff --git a/conf/example.conf.in b/conf/example.conf.in
index a78ed7333..94f7a23fd 100644
--- a/conf/example.conf.in
+++ b/conf/example.conf.in
@@ -1151,16 +1151,11 @@ global {
# lvdisplay_shows_full_device_path = 0
# Configuration option global/event_activation.
- # Activate LVs based on system-generated device events.
- # When a PV appears on the system, a system-generated uevent triggers
- # the lvm2-pvscan service which runs the pvscan --cache -aay command.
- # If the new PV completes a VG, pvscan autoactivates LVs in the VG.
- # When event_activation is disabled, the lvm2-activation services are
- # generated and run at fixed points during system startup. These
- # services run vgchange -aay to autoactivate LVs in VGs that happen
- # to be present at that point in time.
- # See the --setautoactivation option or the auto_activation_volume_list
- # setting to configure autoactivation for specific VGs or LVs.
+ # Disable event based autoactivation commands.
+ # WARNING: setting this to zero may cause machine startup to fail.
+ # Previously, setting this to zero would enable static autoactivation
+ # services (via the lvm2-activation-generator), but the autoactivation
+ # services and generator have been removed.
# This configuration option has an automatic default value.
# event_activation = 1