1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-10-30 20:23:49 +03:00

Thin add dmeventd support

This is basic version with still few unresolved issue mainly in case,
when the pool resize is failing.
This commit is contained in:
Zdenek Kabelac
2011-12-21 13:08:11 +00:00
parent 169470b621
commit 2bc1d7598e
9 changed files with 436 additions and 22 deletions

View File

@@ -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@"