summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2006-05-11 17:58:58 +0000
committerAlasdair Kergon <agk@redhat.com>2006-05-11 17:58:58 +0000
commitead252fee4545f80ee95cbea2066a30e8c021720 (patch)
treee288c49555a84a19f5db7798bfffaed38fb5eaca /doc
parentabf67914c4189b5c3aae7c045c01cdf87542a151 (diff)
downloadlvm2-ead252fee4545f80ee95cbea2066a30e8c021720.tar.gz
Add mirror_library description to example.conf.
More compile-time cleanup.
Diffstat (limited to 'doc')
-rw-r--r--doc/example.conf8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/example.conf b/doc/example.conf
index 425cc3ea0..5dcfe69e7 100644
--- a/doc/example.conf
+++ b/doc/example.conf
@@ -291,7 +291,13 @@ activation {
# Event daemon
#
-#dmeventd {
+# dmeventd {
+ # mirror_library is the library used when monitoring a mirror device.
+ #
+ # "libdevmapper-event-lvm2mirror.so" attempts to recover from failures.
+ # It removes failed devices from a volume group and reconfigures a
+ # mirror as necessary.
+ #
# mirror_library = "libdevmapper-event-lvm2mirror.so"
#}