summaryrefslogtreecommitdiffstats
path: root/ctdb/server/ctdb_server.c
Commit message (Expand)AuthorAgeFilesLines
* ctdbd: When a node is connected, log at DEBUG NOTICE not DEBUG_INFOMartin Schwenke2013-10-291-2/+3
* ctdbd: Simplify database directory setting logicMartin Schwenke2013-10-251-36/+0
* ctdbd: Add nodes_file member to struct ctdb_contextMartin Schwenke2013-10-221-1/+11
* build: Fix tdb.h path to enable building with system TDB libraryMathieu Parent2013-06-141-1/+1
* ctdbd: Initialise the node flags in just one placeMartin Schwenke2013-01-071-12/+0
* Remove explicit include of lib/tevent/tevent.h.Amitay Isaacs2012-04-131-1/+0
* Create macros to update the statistics counters and use these macrosRonnie Sahlberg2010-09-291-10/+10
* event: Update events to latest Samba version 0.9.8Rusty Russell2010-08-181-1/+1
* server: add db_directory_state to ctdb_contextStefan Metzmacher2009-12-161-0/+12
* Tiny simplification of ctdb_queue_packet()Volker Lendecke2009-12-121-9/+11
* Run only one event for each epoll_wait/select callVolker Lendecke2009-12-101-1/+1
* make it possible to start the daemon in STOPPED modeRonnie Sahlberg2009-07-091-0/+5
* Allow setting the recovery lock file as "", which means that we do not use a ...Ronnie Sahlberg2009-06-251-0/+11
* dont try to queue packets for sending to (recently) deleted nodes since these...Ronnie Sahlberg2009-06-011-1/+6
* when building the initial vnnmap, make sure to skip any deleted nodesRonnie Sahlberg2009-06-011-8/+12
* use num_nodes and the nodes array instead of walking the vnnmapRonnie Sahlberg2009-06-011-3/+2
* add a new node state : DELETED.Ronnie Sahlberg2009-06-011-4/+61
* Whitespace changes and using the CTDB_NO_MEMORY() macro changes toRonnie Sahlberg2009-05-211-2/+4
* add missing checks on so far ignored return valuesSumit Bose2009-05-211-0/+2
* structure member node_list_file is not used anywhereSumit Bose2009-05-211-3/+0
* dont call ctdb_fatal() just because we are asked to restart a connectionRonnie Sahlberg2008-12-171-2/+2
* from Michael Adams : allow #-style comments in the nodes and publicRonnie Sahlberg2008-10-071-1/+14
* we need a 'case x:' in our ugly 'encode the control opcode as a linenumber in...Ronnie Sahlberg2008-07-071-1/+1
* an extraordinarily ugly patch!Andrew Tridgell2008-07-041-0/+115
* ctdb->methods becomes NULL when we shutdown the transport.Ronnie Sahlberg2008-05-111-0/+10
* Add debug output to indicate why a node starts up in DISABLED stateRonnie Sahlberg2008-02-221-0/+1
* Add a new parameter to /etc/sysconfig/ctdbRonnie Sahlberg2008-02-221-0/+6
* to make it easier/less disruptive to add nodes to a running clusterRonnie Sahlberg2008-02-191-0/+4
* merge from ronnieAndrew Tridgell2008-02-041-7/+7
* added debug constants to allow for better mapping to syslog levelsAndrew Tridgell2008-02-041-4/+4
* added syslog support, and use a pipe to catch logging from child processes to...Andrew Tridgell2008-01-161-26/+0
* Add a --node-ip argument so that one can specify which ip address a Ronnie Sahlberg2007-11-261-0/+17
* revert 773Ronnie Sahlberg2007-11-121-11/+1
* add a new tunable "CheckNodesFile" that when set to 0 will disable the Ronnie Sahlberg2007-11-051-1/+11
* add a new transport method so that when a node is marked as dead, we Ronnie Sahlberg2007-10-191-1/+4
* set the flags explicitely isnstead of masking them inRonnie Sahlberg2007-10-181-1/+1
* make sure reconnected nodes start off as unhealthy so they don't get a public IPAndrew Tridgell2007-10-101-1/+2
* no longer wait at startup for services to become available, insteadAndrew Tridgell2007-09-241-2/+2
* added support for persistent databases in ctdbdAndrew Tridgell2007-09-211-0/+12
* change ctdb_validate_vnn to ctdb_validate_pnnRonnie Sahlberg2007-09-041-1/+1
* change ctdb->vnn to ctdb->pnnRonnie Sahlberg2007-09-041-3/+3
* change how we do public addresses and takeover so that we can have Ronnie Sahlberg2007-09-041-4/+4
* when we receive a packet from the network, check explicitely that the Ronnie Sahlberg2007-08-221-0/+12
* create a define to represent the 'invalid' generation id we used in two Ronnie Sahlberg2007-08-221-8/+1
* print the operation code in the debug message when we discard a packet Ronnie Sahlberg2007-07-111-2/+4
* update lib/replace from samba4Andrew Tridgell2007-07-101-3/+2
* added code to kill registered clients on a IP releaseAndrew Tridgell2007-06-191-3/+3
* propogate flag changes to all connected nodesAndrew Tridgell2007-06-091-2/+22
* more code rearrangementAndrew Tridgell2007-06-071-0/+450