summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2011-12-21 13:08:11 +0000
committerZdenek Kabelac <zkabelac@redhat.com>2011-12-21 13:08:11 +0000
commit2bc1d7598ea02b8ed8f9f15dd5b65a0e19867d49 (patch)
tree2ee570e5f637835a254c4868c9761140df8aaf22 /doc
parent169470b621322ba225c8b01ea6eda664aaf16add (diff)
downloadlvm2-2bc1d7598ea02b8ed8f9f15dd5b65a0e19867d49.tar.gz
lvm2-2bc1d7598ea02b8ed8f9f15dd5b65a0e19867d49.tar.xz
lvm2-2bc1d7598ea02b8ed8f9f15dd5b65a0e19867d49.zip
Thin add dmeventd support
This is basic version with still few unresolved issue mainly in case, when the pool resize is failing.
Diffstat (limited to 'doc')
-rw-r--r--doc/example.conf.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/example.conf.in b/doc/example.conf.in
index 223f273d..3868c149 100644
--- a/doc/example.conf.in
+++ b/doc/example.conf.in
@@ -701,6 +701,15 @@ dmeventd {
snapshot_library = "libdevmapper-event-lvm2snapshot.so"
+ # thin_library is the library used when monitoring a thin device.
+ #
+ # "libdevmapper-event-lvm2thin.so" monitors the filling of
+ # pool and emits a warning through syslog when the use of
+ # the pool exceeds 80%. The warning is repeated when 85%, 90% and
+ # 95% of the pool is filled.
+
+ thin_library = "libdevmapper-event-lvm2thin.so"
+
# Full path of the dmeventd binary.
#
# executable = "@DMEVENTD_PATH@"