summaryrefslogtreecommitdiff
path: root/ctdb/server/ctdb_server.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-02ctdb-server: Rename CTDB_BROADCAST_VNNMAP -> CTDB_BROADCAST_ACTIVEMartin Schwenke1-6/+10
2017-10-10ctdb-daemon: Add code to process ctdb_req_tunnel packetsAmitay Isaacs1-0/+5
2017-07-04ctdb-daemon: Increase priority of logs for node connect/disconnectAmitay Isaacs1-2/+2
2017-05-24ctdb-daemon: Do not allow mixed ctdb versions in a clusterAmitay Isaacs1-0/+1
2016-06-08ctdb-daemon: Drop function ctdb_set_recovery_lock_file()Martin Schwenke1-21/+0
2016-02-09Revert "ctdb-daemon: Check packet generation against database generation"Amitay Isaacs1-5/+16
2015-11-16ctdb-server: Replace ctdb_logging.h with common/logging.hAmitay Isaacs1-1/+1
2015-11-06Fix various spelling errorsMathieu Parent1-1/+1
2015-11-04ctdb-daemon: Rename struct ctdb_node_map to ctdb_node_map_oldAmitay Isaacs1-2/+2
2015-10-30ctdb-daemon: Separate prototypes for common client/server functionsAmitay Isaacs1-0/+2
2015-10-30ctdb-daemon: Remove dependency on includes.hAmitay Isaacs1-4/+12
2015-10-30ctdb-daemon: Stop using tevent compatibility definitionsAmitay Isaacs1-2/+3
2015-10-07ctdb-daemon: Check packet generation against database generationAmitay Isaacs1-16/+5
2015-03-23ctdb-daemon: Move ctdb_read_nodes_file() to utilitiesMartin Schwenke1-93/+0
2015-03-23ctdb-daemon: Factor out node parsing codeMartin Schwenke1-43/+104
2015-03-23ctdb-daemon: Store node addresses as ctdb_sock_addr rather than stringsMartin Schwenke1-10/+13
2015-03-23ctdb-common: Drop ctdb context from ctdb_parse_address()Martin Schwenke1-2/+2
2015-03-23ctdb-daemon: Remove function ctdb_add_deleted_node()Martin Schwenke1-52/+16
2015-03-23ctdb-daemon: Set node PNN in one placeMartin Schwenke1-6/+0
2015-03-23ctdb-daemon: Move VNN map initialisation out of node loadingMartin Schwenke1-22/+1
2015-02-13ctdb-daemon: Mark tunable VerifyRecoveryLock as obsoleteMartin Schwenke1-1/+0
2014-09-10ctdb-util: Add extra max_size argument to file_lines_load()Martin Schwenke1-1/+1
2013-10-29ctdbd: When a node is connected, log at DEBUG NOTICE not DEBUG_INFOMartin Schwenke1-2/+3
2013-10-25ctdbd: Simplify database directory setting logicMartin Schwenke1-36/+0
2013-10-22ctdbd: Add nodes_file member to struct ctdb_contextMartin Schwenke1-1/+11
2013-06-14build: Fix tdb.h path to enable building with system TDB libraryMathieu Parent1-1/+1
2013-01-07ctdbd: Initialise the node flags in just one placeMartin Schwenke1-12/+0
2012-04-13Remove explicit include of lib/tevent/tevent.h.Amitay Isaacs1-1/+0
2010-09-29Create macros to update the statistics counters and use these macrosRonnie Sahlberg1-10/+10
2010-08-18event: Update events to latest Samba version 0.9.8Rusty Russell1-1/+1
2009-12-16server: add db_directory_state to ctdb_contextStefan Metzmacher1-0/+12
2009-12-12Tiny simplification of ctdb_queue_packet()Volker Lendecke1-9/+11
2009-12-10Run only one event for each epoll_wait/select callVolker Lendecke1-1/+1
2009-07-09make it possible to start the daemon in STOPPED modeRonnie Sahlberg1-0/+5
2009-06-25Allow setting the recovery lock file as "", which means that we do not use a ...Ronnie Sahlberg1-0/+11
2009-06-01dont try to queue packets for sending to (recently) deleted nodes since these...Ronnie Sahlberg1-1/+6
2009-06-01when building the initial vnnmap, make sure to skip any deleted nodesRonnie Sahlberg1-8/+12
2009-06-01use num_nodes and the nodes array instead of walking the vnnmapRonnie Sahlberg1-3/+2
2009-06-01add a new node state : DELETED.Ronnie Sahlberg1-4/+61
2009-05-21Whitespace changes and using the CTDB_NO_MEMORY() macro changes toRonnie Sahlberg1-2/+4
2009-05-21add missing checks on so far ignored return valuesSumit Bose1-0/+2
2009-05-21structure member node_list_file is not used anywhereSumit Bose1-3/+0
2008-12-17dont call ctdb_fatal() just because we are asked to restart a connectionRonnie Sahlberg1-2/+2
2008-10-07from Michael Adams : allow #-style comments in the nodes and publicRonnie Sahlberg1-1/+14
2008-07-07we need a 'case x:' in our ugly 'encode the control opcode as a linenumber in...Ronnie Sahlberg1-1/+1
2008-07-04an extraordinarily ugly patch!Andrew Tridgell1-0/+115
2008-05-11ctdb->methods becomes NULL when we shutdown the transport.Ronnie Sahlberg1-0/+10
2008-02-22Add debug output to indicate why a node starts up in DISABLED stateRonnie Sahlberg1-0/+1
2008-02-22Add a new parameter to /etc/sysconfig/ctdbRonnie Sahlberg1-0/+6
2008-02-19to make it easier/less disruptive to add nodes to a running clusterRonnie Sahlberg1-0/+4