summaryrefslogtreecommitdiffstats
path: root/ctdb/server/ctdbd.c
Commit message (Expand)AuthorAgeFilesLines
...
* from Mathieu Parent <math.parent@gmail.com>Ronnie Sahlberg2008-10-131-1/+1
* initial ipv6 patchRonnie Sahlberg2008-08-191-4/+2
* make LVS a capability so that we can see which nodes are configured withRonnie Sahlberg2008-07-101-0/+5
* track both when we last started and ended a recovery.Ronnie Sahlberg2008-07-021-1/+2
* Add ability to disable recmaster and lmaster roles through sysconfig file andRonnie Sahlberg2008-05-061-2/+11
* Add a capabilities field to the ctdb structureRonnie Sahlberg2008-05-061-0/+4
* Add a new parameter to /etc/sysconfig/ctdbRonnie Sahlberg2008-02-221-0/+4
* to make it easier/less disruptive to add nodes to a running clusterRonnie Sahlberg2008-02-191-5/+10
* merge from ronnieAndrew Tridgell2008-02-041-15/+15
* add a ctdb uptime command that prints when ctdb was started and when the Ronnie Sahlberg2008-01-171-1/+3
* added syslog support, and use a pipe to catch logging from child processes to...Andrew Tridgell2008-01-161-10/+5
* - catch a case where the client disconnects during a callAndrew Tridgell2008-01-161-0/+2
* exponential backoff in health monitoring for faster startupAndrew Tridgell2008-01-101-1/+0
* block alarm signals during critical sections of vacuumAndrew Tridgell2008-01-101-13/+1
* dont manipulate ctdb->monitoring_mode directly from the SET_MON_MODE Ronnie Sahlberg2007-11-301-1/+1
* Add a --node-ip argument so that one can specify which ip address a Ronnie Sahlberg2007-11-261-0/+16
* include system/network.h so we get the prototype for inet_aton()Ronnie Sahlberg2007-10-161-0/+1
* add a --single-public-ip argument to ctdbd to specify the ip address Ronnie Sahlberg2007-10-101-0/+26
* added support for persistent databases in ctdbdAndrew Tridgell2007-09-211-0/+10
* cope with non-standard install dirs in event scriptsAndrew Tridgell2007-09-141-0/+4
* add back in --public-interface as a defaultAndrew Tridgell2007-09-101-0/+7
* change ctdb_validate_vnn to ctdb_validate_pnnRonnie Sahlberg2007-09-041-1/+1
* change ctdb->vnn to ctdb->pnnRonnie Sahlberg2007-09-041-2/+2
* change how we do public addresses and takeover so that we can have Ronnie Sahlberg2007-09-041-8/+0
* setup the logfile much earlier in the startup procedure for ctdbdRonnie Sahlberg2007-08-211-13/+15
* change the now rather small /etc/ctdb/events script into a service Ronnie Sahlberg2007-08-151-9/+0
* call the service specific event scripts directly from the forked child Ronnie Sahlberg2007-08-151-0/+9
* fixed the sense of do_setschedAndrew Tridgell2007-07-131-1/+1
* added --nosetsched option to ctdbdAndrew Tridgell2007-07-131-0/+4
* update lib/replace from samba4Andrew Tridgell2007-07-101-3/+2
* start splitting the code into separate client and server piecesAndrew Tridgell2007-06-071-0/+230