summaryrefslogtreecommitdiffstats
path: root/daemons
Commit message (Expand)AuthorAgeFilesLines
* Fix dmeventd _temporary_log_fn parameters. (2.02.50)Alasdair Kergon2009-09-172-1/+4
* missing (C) remindersAlasdair Kergon2009-09-155-46/+70
* More cmirror makefile fixes from Fabio.Alasdair Kergon2009-09-143-19/+29
* Add daemons/cmirrord files to git - somehow got messed up with cvs rename.Dave Wysochanski2009-09-0413-0/+4696
* rename clogd dir to cmirrordAlasdair Kergon2009-09-0214-4698/+2
* Fix cmirrod build directory while we wait to do a proper rename of theFabio M. Di Nitto2009-09-021-1/+1
* Drop clogd Makefile from CVS since it's always autogenerated from Makefile.inFabio M. Di Nitto2009-09-011-77/+0
* Add some code to clvmd to look in the corosync confdb to see what clusterChristine Caulfield2009-09-011-1/+63
* change clogd to cmirrordAlasdair Kergon2009-08-283-17/+12
* Rewrite clvmd configuration code.Alasdair Kergon2009-08-284-67/+60
* cluster log daemon (clogd): Adjust for kernel CTR arg reorderingJonathan Earl Brassow2009-08-281-5/+7
* Cluster log server (clogd): Add new build files.Jonathan Earl Brassow2009-08-131-0/+38
* cluster log daemon (clogd): Add to LVM build systemJonathan Earl Brassow2009-08-1313-64/+206
* Cluster log daemon (clogd): use LVM bitops in place of ext2 bitopsJonathan Earl Brassow2009-08-131-26/+23
* Fix compilation warning in clvmd.cChristine Caulfield2009-08-131-3/+5
* Fix locking in clvmdChristine Caulfield2009-08-051-6/+6
* Remove old custom list macros and replace with libdevmapper listJonathan Earl Brassow2009-07-286-607/+78
* Making adjustments to go along with the changes to the kernel.Jonathan Earl Brassow2009-07-284-84/+89
* All LV locks are non-blocking so remove LCK_NONBLOCK from separate macros.Alasdair Kergon2009-07-241-7/+5
* After rebasing the cluster logging code, adjustments need to beJonathan Earl Brassow2009-07-2110-612/+679
* Rebasing the cluster log daemon code from the most currentJonathan Earl Brassow2009-07-214-82/+104
* Add lvm_errno and lvm_errmsg to liblvm to obtain failure information.Alasdair Kergon2009-07-161-0/+5
* Store any errno and error messages issued while processing each command.Alasdair Kergon2009-07-151-2/+2
* Use log_error macro consistently throughout in place of log_err.Alasdair Kergon2009-07-151-1/+1
* Change exit() to _exit() in the child process. exit flushes stdio file buffers,Mikulas Patocka2009-07-131-1/+1
* Make cmd->cmd_line const.Alasdair Kergon2009-07-131-1/+1
* pre-release tidy upAlasdair Kergon2009-06-301-2/+3
* - Ignore suspended devices during repair (Milan).Petr Rockai2009-06-151-0/+6
* Do not fork daemon when dmeventd cannot be found.Milan Broz2009-06-151-0/+6
* Destroy toolcontext on exit in clvmd (fixes memory pool leaks).Milan Broz2009-06-153-0/+10
* Re-instate partial activation support in clustered mode. (mornfall)Milan Broz2009-06-121-1/+6
* Use lvconvert --repair instead of vgreduce in mirror dmeventd DSO (mornfall)Milan Broz2009-06-041-1/+1
* Fix clvmd-corosync to match the new corosync API.Christine Caulfield2009-06-031-15/+15
* Revert:Alasdair Kergon2009-05-201-1/+1
* Add infrastructure for queriying for remote locks.Milan Broz2009-05-195-0/+36
* Use lvconvert --repair in dmeventd DSO (mornfall)Milan Broz2009-05-191-1/+1
* Introduce lvm2_install target.Milan Broz2009-05-112-2/+6
* Do not use generic install if running install_device-mapper.Milan Broz2009-05-111-1/+1
* Remove some trailing whitespace so git won't complain.Dave Wysochanski2009-04-221-2/+2
* Clean a lot of extra extra whitespaces.Milan Broz2009-04-221-25/+25
* Fix remote metadata backup for clvmdMilan Broz2009-04-221-1/+5
* - Updating cluster log with latest code changes/bug fixes beforeJonathan Earl Brassow2009-04-214-112/+266
* Tidy lv_hash[_lock] use inside clvmd.Milan Broz2009-04-216-38/+67
* Properly release VG memory pool in activation code and clvmd.Milan Broz2009-04-101-0/+1
* Do not create some dm and lvm static librarie when they are not requestedZdenek Kabelac2009-04-081-1/+3
* Make sure clvmd-corosync releases the lockspace when it exits.Christine Caulfield2009-04-011-3/+3
* Block SIGINT & SIGTERM in clvmd subthreads so they don't delay shutdown.Christine Caulfield2009-03-241-1/+8
* Fix clvmd build after liblvm commit.Milan Broz2009-03-101-2/+2
* Fix unlocks in clvmd-corosync.Christine Caulfield2009-03-061-1/+1
* Fix possible increasing in memory allocation if refreshing_contextMilan Broz2009-03-051-8/+16