mirror of
git://sourceware.org/git/lvm2.git
synced 2025-02-24 17:57:48 +03:00
Disable activation/monitoring in testing lvm.conf by default.
This commit is contained in:
parent
55be86d4c7
commit
a1da766a21
@ -52,7 +52,9 @@ prepare_dmeventd() {
|
||||
exit 1
|
||||
}
|
||||
|
||||
dmeventd -f &
|
||||
lvmconf "activation/monitoring = 1"
|
||||
|
||||
dmeventd -f "$@" &
|
||||
echo "$!" > LOCAL_DMEVENTD
|
||||
}
|
||||
|
||||
@ -335,6 +337,7 @@ activation/udev_rules = 1
|
||||
activation/polling_interval = 0
|
||||
activation/snapshot_autoextend_percent = 50
|
||||
activation/snapshot_autoextend_threshold = 50
|
||||
activation/monitoring = 0
|
||||
EOF
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user