summaryrefslogtreecommitdiffstats
path: root/daemons/clvmd/clvmd-cman.c
Commit message (Expand)AuthorAgeFilesLines
* Restart CLVMD with same cluster managerZdenek Kabelac2011-09-251-0/+1
* In some versions (RHEL6) dlm_create_lockspace() alwaysMilan Broz2011-01-191-6/+7
* Various cleanups following recent commits.Alasdair Kergon2010-06-211-24/+5
* Use "" instead of <> for configure.h and libdevmapper.hZdenek Kabelac2010-06-151-2/+2
* Tidy lv_hash[_lock] use inside clvmd.Milan Broz2009-04-211-1/+1
* Allow clvmd to start up if its lockspace already exists.Christine Caulfield2009-02-101-2/+7
* clvmdAlasdair Kergon2008-11-041-1/+5
* Make clvmd-cman use a hash rather than an array for node updown info.Christine Caulfield2008-05-091-33/+22
* Fix another allocation bug with clvmd and large node IDs.`Christine Caulfield2008-04-011-2/+10
* When reallocating the node IDs array, make it bigger rather than smaller!Christine Caulfield2008-03-251-2/+5
* Misc clvmd cleanups from Jim MeyeringPatrick Caulfield2007-05-021-14/+16
* Add some more debuglogs to clvmd startup.Patrick Caulfield2007-05-021-1/+4
* Change some #include lines to search only standard system directories.Alasdair Kergon2007-04-271-1/+1
* Make clvmd cope with quorum devices in RHEL5Patrick Caulfield2007-04-231-4/+3
* Add clvmd call to return the cluster name.Patrick Caulfield2006-10-091-0/+13
* Fix clvmd bug that could cause it to die when a node with a long name crashed.Patrick Caulfield2006-10-061-1/+1
* Stop clvmd complaining about nodes that have left the clusterPatrick Caulfield2006-08-241-29/+32
* allow new cman to shutdown on request.Patrick Caulfield2006-03-211-3/+14
* Get clvmd to use libcman rather than cman ioctl calls. This makesPatrick Caulfield2006-03-141-138/+81
* make clvmd FDs close-on-exec, to avoid warnings when running lvm via popen.Patrick Caulfield2005-03-071-0/+3
* Don't print CMAN error if initial probe fails - we could be running with GULM.Patrick Caulfield2005-01-261-1/+1
* Fix clvmd startup bug introduced in cman/gulm amalgamation. bz#145729Patrick Caulfield2005-01-211-1/+6
* You can now build clvmd with cman & gulm support in the same binary.Patrick Caulfield2005-01-131-24/+49
* Tidy the socket callbacks so that all the work is done outside thePatrick Caulfield2004-11-161-2/+6
* Report detailed errors in cluster initialisation to syslog, and point the userPatrick Caulfield2004-11-111-3/+3
* Can now build a gulm version of clvmd instead of a cman one. usePatrick Caulfield2004-11-031-1/+0
* Change some perror() calls to log_error() so they'll appear inPatrick Caulfield2004-10-061-4/+4
* Make clvmd cope with large gaps in nodeIDsPatrick Caulfield2004-09-301-4/+5
* Keep client locks (VG locks usually) in their own hash table soPatrick Caulfield2004-09-241-1/+5
* Add cluster support.Alasdair Kergon2004-06-241-0/+499