summaryrefslogtreecommitdiff
path: root/ctdb/server/ctdbd.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-07ctdb-daemon: Use a define for default capabilitiesAmitay Isaacs1-1/+1
2015-10-07ctdb-daemon: Use reqid abstractionAmitay Isaacs1-1/+7
2014-10-28ctdb-logging: New option CTDB_LOGGING, remove CTDB_LOGFILE, CTDB_SYSLOGMartin Schwenke1-9/+4
2014-10-28ctdb-logging: Replace logd code with a basic syslog(3) implementationMartin Schwenke1-1/+1
2014-10-06ctdb-logging: Remove log ringbufferMartin Schwenke1-1/+0
2014-09-10ctdb-daemon: Drop the argument to fault_setup()Martin Schwenke1-1/+1
2014-06-24ctdb-build: Use CTDB_ETCDIR instead of ETCDIR/ctdbAmitay Isaacs1-1/+1
2014-06-12ctdb-daemon: Rename ctdb_mkdir_p_or_die to mkdir_p_or_dieAmitay Isaacs1-3/+3
2014-06-12ctdb-daemon: No need to block SIGPIPE at startupAmitay Isaacs1-1/+0
2013-10-25packaging: Move ctdb/ directory from /var to /var/libAmitay Isaacs1-3/+3
2013-10-25ctdbd: Simplify database directory setting logicMartin Schwenke1-21/+3
2013-10-25ctdbd: Remove duplicate database directory setting logicMartin Schwenke1-0/+5
2013-10-22ctdbd: Pass the public address file location in ctdb contextMartin Schwenke1-1/+3
2013-10-22ctdbd: Default for event_script_dir should use CTDB_BASEMartin Schwenke1-5/+10
2013-10-22ctdbd: Add nodes_file member to struct ctdb_contextMartin Schwenke1-15/+14
2013-10-22ctdbd: Don't check CTDB_BASE before setting it, just don't overrideMartin Schwenke1-5/+2
2013-10-22ctdbd: Fix some errors in the popt configurationMartin Schwenke1-2/+2
2013-04-18ctdbd: Add --pidfile optionMartin Schwenke1-0/+1
2013-02-05ctdbd: Remove command-line option --debug-hung-scriptMartin Schwenke1-11/+0
2013-01-08ctdbd: Default value for debug_hung_script should use ETCDIRMartin Schwenke1-1/+1
2013-01-07ctdbd: Initialise the node flags in just one placeMartin Schwenke1-0/+10
2013-01-07ctdbd: Remove debug option --node-ip, use --listen insteadMartin Schwenke1-16/+0
2012-05-28server: Replace BOOL datatype with bool, True/False with true/falseAmitay Isaacs1-1/+1
2012-05-17Debug: When scripts hang, we may need to collect additional data in order to ...Ronnie Sahlberg1-0/+11
2012-04-13Remove explicit include of lib/tevent/tevent.h.Amitay Isaacs1-1/+0
2012-03-22Undo damage done by d8d37493478a26c5f1809a5f3df89ffd6e149281Martin Schwenke1-2/+2
2011-08-04Change the message when we start the daemon to "CTDB starting on node"Ronnie Sahlberg1-1/+1
2011-01-24LockWait congestion.Ronnie Sahlberg1-1/+7
2011-01-11Revert scheduling back to use real-time processesRonnie Sahlberg1-1/+2
2010-11-10delay loading the public ip address file until after we have started the tran...Ronnie Sahlberg1-9/+1
2010-11-10Add a new tunable : DisableIPFailover that when set to non 0Ronnie Sahlberg1-2/+1
2010-09-29Create macros to update the statistics counters and use these macrosRonnie Sahlberg1-1/+1
2010-09-28set up a handler to catch and log debug messages from the tevent layerRonnie Sahlberg1-0/+1
2010-08-18We use eventloop nesting in a couple of places, notably the syncRonnie Sahlberg1-0/+1
2010-08-18event: Update events to latest Samba version 0.9.8Rusty Russell1-1/+1
2010-06-22speed startup: add --sloppy-start.Rusty Russell1-0/+2
2010-02-24Correction of spelling errors.Mathieu Parent1-1/+1
2010-01-20server: add a ctdb_set_single_public_ip() helper functionStefan Metzmacher1-13/+3
2010-01-20server: setup fault handler to get the build-in backtrace supportStefan Metzmacher1-0/+1
2010-01-15Make the size of the in memory ringbuffer for keeping the recent log messagesRonnie Sahlberg1-0/+1
2009-12-17fix a conflict in the merge from rustyRonnie Sahlberg1-3/+3
2009-12-16Remove RT priority, use niceness.Rusty Russell1-2/+1
2009-12-16Add --valgringing flag instead of --nosetschedRusty Russell1-3/+4
2009-12-16server: Use tdb_check to verify persistent tdbs on startupStefan Metzmacher1-0/+10
2009-12-16server: add db_directory_state to ctdb_contextStefan Metzmacher1-0/+10
2009-10-30start the syslog child a little later, after we have forked and detached from...Ronnie Sahlberg1-8/+1
2009-10-30create a child process to write to syslog.Ronnie Sahlberg1-0/+7
2009-07-09make it possible to start the daemon in STOPPED modeRonnie Sahlberg1-0/+3
2009-06-25Allow setting the recovery lock file as "", which means that we do not use a ...Ronnie Sahlberg1-5/+1
2009-03-31add a mechanism where the ctdb daemon will run a usercontrolled script when t...Ronnie Sahlberg1-0/+10