summaryrefslogtreecommitdiffstats
path: root/ctdb/server/ctdbd.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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