| Commit message (Expand) | Author | Age | Files | Lines |
* | ctdb-logging: New option CTDB_LOGGING, remove CTDB_LOGFILE, CTDB_SYSLOG | Martin Schwenke | 2014-10-28 | 1 | -9/+4 |
* | ctdb-logging: Replace logd code with a basic syslog(3) implementation | Martin Schwenke | 2014-10-28 | 1 | -1/+1 |
* | ctdb-logging: Remove log ringbuffer | Martin Schwenke | 2014-10-06 | 1 | -1/+0 |
* | ctdb-daemon: Drop the argument to fault_setup() | Martin Schwenke | 2014-09-10 | 1 | -1/+1 |
* | ctdb-build: Use CTDB_ETCDIR instead of ETCDIR/ctdb | Amitay Isaacs | 2014-06-24 | 1 | -1/+1 |
* | ctdb-daemon: Rename ctdb_mkdir_p_or_die to mkdir_p_or_die | Amitay Isaacs | 2014-06-12 | 1 | -3/+3 |
* | ctdb-daemon: No need to block SIGPIPE at startup | Amitay Isaacs | 2014-06-12 | 1 | -1/+0 |
* | packaging: Move ctdb/ directory from /var to /var/lib | Amitay Isaacs | 2013-10-25 | 1 | -3/+3 |
* | ctdbd: Simplify database directory setting logic | Martin Schwenke | 2013-10-25 | 1 | -21/+3 |
* | ctdbd: Remove duplicate database directory setting logic | Martin Schwenke | 2013-10-25 | 1 | -0/+5 |
* | ctdbd: Pass the public address file location in ctdb context | Martin Schwenke | 2013-10-22 | 1 | -1/+3 |
* | ctdbd: Default for event_script_dir should use CTDB_BASE | Martin Schwenke | 2013-10-22 | 1 | -5/+10 |
* | ctdbd: Add nodes_file member to struct ctdb_context | Martin Schwenke | 2013-10-22 | 1 | -15/+14 |
* | ctdbd: Don't check CTDB_BASE before setting it, just don't override | Martin Schwenke | 2013-10-22 | 1 | -5/+2 |
* | ctdbd: Fix some errors in the popt configuration | Martin Schwenke | 2013-10-22 | 1 | -2/+2 |
* | ctdbd: Add --pidfile option | Martin Schwenke | 2013-04-18 | 1 | -0/+1 |
* | ctdbd: Remove command-line option --debug-hung-script | Martin Schwenke | 2013-02-05 | 1 | -11/+0 |
* | ctdbd: Default value for debug_hung_script should use ETCDIR | Martin Schwenke | 2013-01-08 | 1 | -1/+1 |
* | ctdbd: Initialise the node flags in just one place | Martin Schwenke | 2013-01-07 | 1 | -0/+10 |
* | ctdbd: Remove debug option --node-ip, use --listen instead | Martin Schwenke | 2013-01-07 | 1 | -16/+0 |
* | server: Replace BOOL datatype with bool, True/False with true/false | Amitay Isaacs | 2012-05-28 | 1 | -1/+1 |
* | Debug: When scripts hang, we may need to collect additional data in order to ... | Ronnie Sahlberg | 2012-05-17 | 1 | -0/+11 |
* | Remove explicit include of lib/tevent/tevent.h. | Amitay Isaacs | 2012-04-13 | 1 | -1/+0 |
* | Undo damage done by d8d37493478a26c5f1809a5f3df89ffd6e149281 | Martin Schwenke | 2012-03-22 | 1 | -2/+2 |
* | Change the message when we start the daemon to "CTDB starting on node" | Ronnie Sahlberg | 2011-08-04 | 1 | -1/+1 |
* | LockWait congestion. | Ronnie Sahlberg | 2011-01-24 | 1 | -1/+7 |
* | Revert scheduling back to use real-time processes | Ronnie Sahlberg | 2011-01-11 | 1 | -1/+2 |
* | delay loading the public ip address file until after we have started the tran... | Ronnie Sahlberg | 2010-11-10 | 1 | -9/+1 |
* | Add a new tunable : DisableIPFailover that when set to non 0 | Ronnie Sahlberg | 2010-11-10 | 1 | -2/+1 |
* | Create macros to update the statistics counters and use these macros | Ronnie Sahlberg | 2010-09-29 | 1 | -1/+1 |
* | set up a handler to catch and log debug messages from the tevent layer | Ronnie Sahlberg | 2010-09-28 | 1 | -0/+1 |
* | We use eventloop nesting in a couple of places, notably the sync | Ronnie Sahlberg | 2010-08-18 | 1 | -0/+1 |
* | event: Update events to latest Samba version 0.9.8 | Rusty Russell | 2010-08-18 | 1 | -1/+1 |
* | speed startup: add --sloppy-start. | Rusty Russell | 2010-06-22 | 1 | -0/+2 |
* | Correction of spelling errors. | Mathieu Parent | 2010-02-24 | 1 | -1/+1 |
* | server: add a ctdb_set_single_public_ip() helper function | Stefan Metzmacher | 2010-01-20 | 1 | -13/+3 |
* | server: setup fault handler to get the build-in backtrace support | Stefan Metzmacher | 2010-01-20 | 1 | -0/+1 |
* | Make the size of the in memory ringbuffer for keeping the recent log messages | Ronnie Sahlberg | 2010-01-15 | 1 | -0/+1 |
* | fix a conflict in the merge from rusty | Ronnie Sahlberg | 2009-12-17 | 1 | -3/+3 |
|\ |
|
| * | Remove RT priority, use niceness. | Rusty Russell | 2009-12-16 | 1 | -2/+1 |
| * | Add --valgringing flag instead of --nosetsched | Rusty Russell | 2009-12-16 | 1 | -3/+4 |
* | | server: Use tdb_check to verify persistent tdbs on startup | Stefan Metzmacher | 2009-12-16 | 1 | -0/+10 |
* | | server: add db_directory_state to ctdb_context | Stefan Metzmacher | 2009-12-16 | 1 | -0/+10 |
|/ |
|
* | start the syslog child a little later, after we have forked and detached from... | Ronnie Sahlberg | 2009-10-30 | 1 | -8/+1 |
* | create a child process to write to syslog. | Ronnie Sahlberg | 2009-10-30 | 1 | -0/+7 |
* | make it possible to start the daemon in STOPPED mode | Ronnie Sahlberg | 2009-07-09 | 1 | -0/+3 |
* | Allow setting the recovery lock file as "", which means that we do not use a ... | Ronnie Sahlberg | 2009-06-25 | 1 | -5/+1 |
* | add a mechanism where the ctdb daemon will run a usercontrolled script when t... | Ronnie Sahlberg | 2009-03-31 | 1 | -0/+10 |
* | we need to set the port properly in the parse_ip helper | Ronnie Sahlberg | 2009-03-24 | 1 | -0/+1 |
* | build: Make log-directory configurable indepently of VARDIR | Mathieu PARENT | 2009-02-04 | 1 | -1/+1 |