1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/daemons/dmeventd
Milan Broz ffc4a05bda Fix snapshot monitoring library to not cancel monitoring invalid snapshot.
snapshot DSO unregistered itself when snapshot changed state to invalid.

This can cause a race (and several timeouts), when for example another snapshot
is added and in the middle of operation (suspend/resume) the monitoring thread
unregister itself.

Fix it by keeping the snapshot monitored after invalidation - just reset
threshold to not really print any messages to syslog.
2008-10-13 12:06:30 +00:00
..
plugins Fix snapshot monitoring library to not cancel monitoring invalid snapshot. 2008-10-13 12:06:30 +00:00
.exported_symbols Add dm_event_handler_[gs]et_timeout functions. 2007-01-22 15:03:57 +00:00
dmeventd.c Add #include <signal.h> to dmeventd.c, fixes compilation on NetBSD. 2008-07-09 13:26:07 +00:00
dmeventd.h Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1. 2007-08-21 16:26:07 +00:00
libdevmapper-event.c Fix a possible double-free in libdevmapper-event. 2007-11-27 12:26:06 +00:00
libdevmapper-event.h Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1. 2007-08-21 16:26:07 +00:00
libdevmapper-event.pc.in configure/makefile tidying + pkg-config support. 2006-04-19 15:23:10 +00:00
Makefile.in Added generation of the versioned libdevmapper-event.so for LVM's test 2008-06-27 15:36:51 +00:00