]> sourceware.org Git - lvm2.git/commitdiff
Enable dmeventd monitoring section of config file by default.
authorAlasdair Kergon <agk@redhat.com>
Wed, 16 Sep 2009 23:48:41 +0000 (23:48 +0000)
committerAlasdair Kergon <agk@redhat.com>
Wed, 16 Sep 2009 23:48:41 +0000 (23:48 +0000)
WHATS_NEW
doc/example.conf

index 0255658e090e8cb6a9c6f7fa18a8733223b84326..950962b405df999657c14d13f2c6413ffb118d74 100644 (file)
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,5 +1,6 @@
 Version 2.02.53 - 
 =====================================
+  Enable dmeventd monitoring section of config file by default.
   Update lvm2 monitoring script to lvm2_monitoring_init_red_hat.in.
   Fix lvm2app test to run under test/api subdirectory only when configured.
   Add vg_is_resizeable() and cleanup reference to VG_RESIZEABLE.
index bb400694b50fb428a4a838768174a24e47f7df79..4f57b59e9f394d6991322bb26691f88ad00360a8 100644 (file)
@@ -435,7 +435,7 @@ activation {
 
 # Event daemon
 #
-dmeventd {
+dmeventd {
     # mirror_library is the library used when monitoring a mirror device.
     #
     # "libdevmapper-event-lvm2mirror.so" attempts to recover from
@@ -443,7 +443,7 @@ activation {
     # reconfigures a mirror as necessary. If no mirror library is
     # 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.
     #
@@ -452,6 +452,5 @@ activation {
     # snapshot exceedes 80%. The warning is repeated when 85%, 90% and
     # 95% of the snapshot are filled.
 
-    # snapshot_library = "libdevmapper-event-lvm2snapshot.so"
-#}
-
+    snapshot_library = "libdevmapper-event-lvm2snapshot.so"
+}
This page took 0.040036 seconds and 5 git commands to generate.