summaryrefslogtreecommitdiffstats
path: root/ctdb/server/ctdbd.c
Commit message (Expand)AuthorAgeFilesLines
* LockWait congestion.Ronnie Sahlberg2011-01-241-1/+7
* Revert scheduling back to use real-time processesRonnie Sahlberg2011-01-111-1/+2
* delay loading the public ip address file until after we have started the tran...Ronnie Sahlberg2010-11-101-9/+1
* Add a new tunable : DisableIPFailover that when set to non 0Ronnie Sahlberg2010-11-101-2/+1
* Create macros to update the statistics counters and use these macrosRonnie Sahlberg2010-09-291-1/+1
* set up a handler to catch and log debug messages from the tevent layerRonnie Sahlberg2010-09-281-0/+1
* We use eventloop nesting in a couple of places, notably the syncRonnie Sahlberg2010-08-181-0/+1
* event: Update events to latest Samba version 0.9.8Rusty Russell2010-08-181-1/+1
* speed startup: add --sloppy-start.Rusty Russell2010-06-221-0/+2
* Correction of spelling errors.Mathieu Parent2010-02-241-1/+1
* server: add a ctdb_set_single_public_ip() helper functionStefan Metzmacher2010-01-201-13/+3
* server: setup fault handler to get the build-in backtrace supportStefan Metzmacher2010-01-201-0/+1
* Make the size of the in memory ringbuffer for keeping the recent log messagesRonnie Sahlberg2010-01-151-0/+1
* fix a conflict in the merge from rustyRonnie Sahlberg2009-12-171-3/+3
|\
| * Remove RT priority, use niceness.Rusty Russell2009-12-161-2/+1
| * Add --valgringing flag instead of --nosetschedRusty Russell2009-12-161-3/+4
* | server: Use tdb_check to verify persistent tdbs on startupStefan Metzmacher2009-12-161-0/+10
* | server: add db_directory_state to ctdb_contextStefan Metzmacher2009-12-161-0/+10
|/
* start the syslog child a little later, after we have forked and detached from...Ronnie Sahlberg2009-10-301-8/+1
* create a child process to write to syslog.Ronnie Sahlberg2009-10-301-0/+7
* make it possible to start the daemon in STOPPED modeRonnie Sahlberg2009-07-091-0/+3
* Allow setting the recovery lock file as "", which means that we do not use a ...Ronnie Sahlberg2009-06-251-5/+1
* add a mechanism where the ctdb daemon will run a usercontrolled script when t...Ronnie Sahlberg2009-03-311-0/+10
* we need to set the port properly in the parse_ip helperRonnie Sahlberg2009-03-241-0/+1
* build: Make log-directory configurable indepently of VARDIRMathieu PARENT2009-02-041-1/+1
* Fix treatment of link local ipv6 addresses: set the scope id.Michael Adam2009-01-191-0/+1
* inew version 1.0.66Ronnie Sahlberg2008-11-241-0/+4
* dont override/change CTDB_BASE if it is already set by the shellRonnie Sahlberg2008-11-201-3/+5
* specify a "script log level" on the commandline to set under which logRonnie Sahlberg2008-10-171-0/+6
* Revert "from Mathieu Parent <math.parent@gmail.com>"Ronnie Sahlberg2008-10-151-1/+1
* 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