mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
Enable dmeventd monitoring section of config file by default.
This commit is contained in:
parent
0c29b5cb89
commit
d9be54adb3
@ -1,5 +1,6 @@
|
|||||||
Version 2.02.53 -
|
Version 2.02.53 -
|
||||||
=====================================
|
=====================================
|
||||||
|
Enable dmeventd monitoring section of config file by default.
|
||||||
Update lvm2 monitoring script to lvm2_monitoring_init_red_hat.in.
|
Update lvm2 monitoring script to lvm2_monitoring_init_red_hat.in.
|
||||||
Fix lvm2app test to run under test/api subdirectory only when configured.
|
Fix lvm2app test to run under test/api subdirectory only when configured.
|
||||||
Add vg_is_resizeable() and cleanup reference to VG_RESIZEABLE.
|
Add vg_is_resizeable() and cleanup reference to VG_RESIZEABLE.
|
||||||
|
@ -435,7 +435,7 @@ activation {
|
|||||||
|
|
||||||
# Event daemon
|
# Event daemon
|
||||||
#
|
#
|
||||||
# dmeventd {
|
dmeventd {
|
||||||
# mirror_library is the library used when monitoring a mirror device.
|
# mirror_library is the library used when monitoring a mirror device.
|
||||||
#
|
#
|
||||||
# "libdevmapper-event-lvm2mirror.so" attempts to recover from
|
# "libdevmapper-event-lvm2mirror.so" attempts to recover from
|
||||||
@ -443,7 +443,7 @@ activation {
|
|||||||
# reconfigures a mirror as necessary. If no mirror library is
|
# reconfigures a mirror as necessary. If no mirror library is
|
||||||
# provided, mirrors are not monitored through dmeventd.
|
# provided, mirrors are not monitored through dmeventd.
|
||||||
|
|
||||||
# mirror_library = "libdevmapper-event-lvm2mirror.so"
|
mirror_library = "libdevmapper-event-lvm2mirror.so"
|
||||||
|
|
||||||
# snapshot_library is the library used when monitoring a snapshot device.
|
# snapshot_library is the library used when monitoring a snapshot device.
|
||||||
#
|
#
|
||||||
@ -452,6 +452,5 @@ activation {
|
|||||||
# snapshot exceedes 80%. The warning is repeated when 85%, 90% and
|
# snapshot exceedes 80%. The warning is repeated when 85%, 90% and
|
||||||
# 95% of the snapshot are filled.
|
# 95% of the snapshot are filled.
|
||||||
|
|
||||||
# snapshot_library = "libdevmapper-event-lvm2snapshot.so"
|
snapshot_library = "libdevmapper-event-lvm2snapshot.so"
|
||||||
#}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user