summaryrefslogtreecommitdiff
path: root/daemons
Commit message (Expand)AuthorAgeFilesLines
* Don't print CMAN error if initial probe fails - we could be running with GULM.Patrick Caulfield2005-01-261-1/+1
* Remove superflous &Patrick Caulfield2005-01-251-1/+1
* Make clvmd announce it's startup and cluster connection in syslog.Patrick Caulfield2005-01-241-0/+3
* Get rid of libclvm as it's out-of-date and not used at all.Patrick Caulfield2005-01-213-483/+0
* Fix clvmd startup bug introduced in cman/gulm amalgamation. bz#145729Patrick Caulfield2005-01-214-20/+25
* fix clvmd lv_info_by_lvid open_countAlasdair Kergon2005-01-191-3/+3
* You can now build clvmd with cman & gulm support in the same binary.Patrick Caulfield2005-01-1311-140/+288
* Fix off-by-one error in cluster_locking that could case read hangs.Patrick Caulfield2005-01-071-0/+1
* Some more gulm fixes from "Mr gulm" himself.Patrick Caulfield2005-01-061-11/+7
* Improve clvmd failure message if it's already running.Patrick Caulfield2005-01-051-2/+5
* Typo in "for" caused first node in ccs to be ignored.Patrick Caulfield2005-01-041-1/+1
* Use new CCS key names for nodes in the GULM version of clvmd.Patrick Caulfield2005-01-041-3/+3
* Configure/makefile tidy.Alasdair Kergon2004-11-262-19/+13
* Tidy the socket callbacks so that all the work is done outside thePatrick Caulfield2004-11-164-34/+26
* Report detailed errors in cluster initialisation to syslog, and point the userPatrick Caulfield2004-11-112-4/+5
* Can now build a gulm version of clvmd instead of a cman one. usePatrick Caulfield2004-11-036-130/+138
* Make clvmd -V display the lvm version number too rather than justPatrick Caulfield2004-10-061-3/+7
* Revert the fork back to where it was as it seems to confuse pthreads.Patrick Caulfield2004-10-061-17/+70
* Change some perror() calls to log_error() so they'll appear inPatrick Caulfield2004-10-061-4/+4
* Check the UUID length when readingthe output of the "lvs" command at startup.Patrick Caulfield2004-10-041-2/+4
* Make clvmd cope with large gaps in nodeIDsPatrick Caulfield2004-09-301-4/+5
* Fork a little later in the startup sequence so that we can returnPatrick Caulfield2004-09-301-6/+9
* Keep client locks (VG locks usually) in their own hash table soPatrick Caulfield2004-09-245-19/+93
* Make the thread handling a little less cavalier. In particular, callingPatrick Caulfield2004-09-231-2/+2
* Don't use hold_lock for VG locks as that doesn't stop processes contendingPatrick Caulfield2004-09-231-4/+6
* Put some locking round the LV hash table as it could be accessed byPatrick Caulfield2004-09-221-1/+15
* Cluster-extension-only installation.Alasdair Kergon2004-08-181-0/+3
* Updated file from cman.Patrick Caulfield2004-08-181-20/+19
* Fix LD_FLAGS->LDFLAGS. LD_DEPS->LDDEPS.Alasdair Kergon2004-06-281-2/+1
* Make sure errors reach syslog().Patrick Caulfield2004-06-281-0/+1
* Add cluster support.Alasdair Kergon2004-06-2419-0/+5684