summaryrefslogtreecommitdiffstats
path: root/daemons/dmeventd/plugins/mirror/dmeventd_mirror.c
Commit message (Expand)AuthorAgeFilesLines
* Remove some whitespaces.Milan Broz2012-03-101-1/+1
* Add boundary test for number of mirror devs and logsZdenek Kabelac2012-02-081-2/+5
* Use new dmeventd_lvm2_command function in dmeventd plugins.Zdenek Kabelac2011-12-221-24/+11
* Remove superfluous NULL pointer tests before dm_free from dmeventd.Alasdair Kergon2010-08-161-4/+2
* Use __attribute__ consistently throughout.Alasdair Kergon2010-07-091-10/+10
* Use -d to control level of messages sent to syslog by dmeventd.Alasdair Kergon2010-05-141-1/+2
* Headerfile <pthread.h> is no longer needed hereZdenek Kabelac2010-05-111-2/+0
* Updated syslog messagesZdenek Kabelac2010-03-301-14/+14
* Add ability to create mirrored logs for mirror LVs.Jonathan Earl Brassow2010-03-261-0/+5
* Fix syslog prefix in the first message (dmeventd->lvm).Milan Broz2010-01-221-1/+2
* Add libdevmapper-event-lvm2.so to serialise dmeventd plugin liblvm2cmd use.Alasdair Kergon2010-01-211-94/+13
* Remove empty "repaired" devices if empty in lvconvert.Milan Broz2010-01-061-5/+1
* Log failure type and recognise type 'F' (flush) in dmeventd mirror plugin.Alasdair Kergon2009-11-251-10/+39
* Only announce mirror monitoring to syslog after initialisation succeeds.Petr Rockai2009-10-221-2/+2
* Fix dmeventd _temporary_log_fn parameters. (2.02.50)Alasdair Kergon2009-09-171-1/+3
* pre-release tidy upAlasdair Kergon2009-06-301-2/+3
* - Ignore suspended devices during repair (Milan).Petr Rockai2009-06-151-0/+6
* Use lvconvert --repair instead of vgreduce in mirror dmeventd DSO (mornfall)Milan Broz2009-06-041-1/+1
* Revert:Alasdair Kergon2009-05-201-1/+1
* Use lvconvert --repair in dmeventd DSO (mornfall)Milan Broz2009-05-191-1/+1
* Fix mirror DSO to call vgreduce with proper parameters.Milan Broz2008-09-251-1/+1
* Fix mirror log name construction during lvconvert. (2.02.30)Alasdair Kergon2008-01-311-7/+15
* Change some #include lines to search only standard system directories.Alasdair Kergon2007-04-271-2/+2
* dmeventd mirror sets ignore_suspended_devices and avoids scanning mirrors.Alasdair Kergon2007-01-251-1/+1
* Add private variable to dmeventd shared library interface.Alasdair Kergon2007-01-231-3/+6
* Some libdevmapper-event interface changes.Alasdair Kergon2007-01-151-1/+1
* Report dmeventd mirror monitoring status.Alasdair Kergon2007-01-121-6/+9
* updated dmeventd interfaceAlasdair Kergon2007-01-111-25/+9
* fail if status args are missingAlasdair Kergon2007-01-111-3/+4
* Remove dmeventd mirror status line word limitAlasdair Kergon2007-01-111-37/+37
* Add dmeventd_mirror register_mutex, tidy initialisation & add memlock.Alasdair Kergon2007-01-081-16/+51
* Fix dmeventd mirror to cope if monitored device disappears.Alasdair Kergon2006-12-201-43/+44
* Add dm_split_words() and dm_split_lvm_name() to libdevmapper.Alasdair Kergon2006-08-211-2/+2
* Add mutex to dmeventd_mirror to avoid concurrent execution.Alasdair Kergon2006-07-041-0/+7
* Add mirror log fault-handling policy.Alasdair Kergon2006-05-111-6/+7
* remove a dmeventd_mirror syslog messageAlasdair Kergon2006-02-061-2/+0
* More dmeventd mirror cleanups.Alasdair Kergon2006-01-271-27/+15
* Remove avoidable dmeventd mirror forking.Alasdair Kergon2006-01-271-25/+0
* Use split_dm_name in dmeventd mirror code.Alasdair Kergon2006-01-271-56/+30
* Add mirror dmeventd libraryAlasdair Kergon2005-12-021-0/+311