summaryrefslogtreecommitdiff
path: root/ctdb/include
Commit message (Expand)AuthorAgeFilesLines
* add ctdb_disable/enable_monitoring() that only modifies the monitoring Ronnie Sahlberg2007-11-301-0/+2
* get rid of the control to set the monitoring mode.Ronnie Sahlberg2007-11-302-5/+1
* Add a --node-ip argument so that one can specify which ip address a Ronnie Sahlberg2007-11-262-0/+7
* prevent a deadly embrace between smbd and ctdbd by moving the callingAndrew Tridgell2007-11-121-0/+1
* when we are shutting down, we should first shut down the recovery daemonRonnie Sahlberg2007-10-221-0/+2
* add a new transport method so that when a node is marked as dead, we Ronnie Sahlberg2007-10-191-0/+1
* add a new tunable : DeterministicIPs that makes the allocation of Ronnie Sahlberg2007-10-161-0/+1
* merge from ronnieAndrew Tridgell2007-10-152-1/+19
|\
| * add a --single-public-ip argument to ctdbd to specify the ip address Ronnie Sahlberg2007-10-101-0/+1
| * add a control to send gratious arps from the ctdb daemonRonnie Sahlberg2007-10-091-0/+17
| * change async.private to async.private_data since private is a reserved Ronnie Sahlberg2007-09-261-1/+1
* | add config option for disabling bansAndrew Tridgell2007-10-151-0/+1
|/
* run monitoring more quickly when unhealthy and at startupAndrew Tridgell2007-09-241-0/+1
* added support for persistent databases in ctdbdAndrew Tridgell2007-09-212-5/+34
* we don't need the is_loopback logic in ctdb any moreAndrew Tridgell2007-09-131-1/+1
* - use struct sockaddr_in more consistently instead of string addressesAndrew Tridgell2007-09-101-2/+6
* change the signature to ctdb_sys_have_ip() to also return:Ronnie Sahlberg2007-09-101-1/+1
* allow different nodes in the cluster to use different public_addresses Ronnie Sahlberg2007-09-041-0/+6
* get rid of the ctdb_vnn_list structure and just use a single list of Ronnie Sahlberg2007-09-041-10/+3
* we cant have takeover_ctx hanging off ctdb since it is freed/recreated Ronnie Sahlberg2007-09-041-1/+3
* change debug output from vnn to pnnRonnie Sahlberg2007-09-041-1/+1
* change ctdb_send_message to take pnn as parameter instead of vnnRonnie Sahlberg2007-09-041-1/+1
* change ctdb_ctrl_getvnn to ctdb_ctrl_getpnnRonnie Sahlberg2007-09-042-2/+2
* change ctdb_node_flags_change.vnn to ctdb_node_flags_changed.pnnRonnie Sahlberg2007-09-041-2/+2
* change server_id.vnn to server_id.pnnRonnie Sahlberg2007-09-041-1/+1
* change ctdb_get_vnn to ctdb_get_pnnRonnie Sahlberg2007-09-041-2/+2
* change ctdb_validate_vnn to ctdb_validate_pnnRonnie Sahlberg2007-09-041-2/+2
* change ctdb->vnn to ctdb->pnnRonnie Sahlberg2007-09-041-1/+1
* change how we do public addresses and takeover so that we can have Ronnie Sahlberg2007-09-041-32/+37
* add async versions of the freeze node control and freeze all nodes in Ronnie Sahlberg2007-08-271-1/+10
* add a control to pull the server id list off a nodeRonnie Sahlberg2007-08-262-0/+13
* add an initial implementation of a service_id structure and three Ronnie Sahlberg2007-08-242-1/+32
* change the api for managing callbacks to controls so that isntead of Ronnie Sahlberg2007-08-242-8/+16
* try out a slightly different api for controls where you provide a Ronnie Sahlberg2007-08-232-1/+34
* hang the ctdb_req_control structure off the ctdb_client_control_state Ronnie Sahlberg2007-08-231-1/+7
* create a define to represent the 'invalid' generation id we used in two Ronnie Sahlberg2007-08-221-0/+2
* change the structure used for node flag change messages so that we can Ronnie Sahlberg2007-08-211-1/+2
* merged new event script calling code from ronnnieAndrew Tridgell2007-08-201-1/+2
|\
| * change the now rather small /etc/ctdb/events script into a service Ronnie Sahlberg2007-08-151-1/+0
| * call the service specific event scripts directly from the forked child Ronnie Sahlberg2007-08-151-1/+3
* | merge changes needed for samba4Andrew Tridgell2007-08-151-0/+5
|/
* updated ctdb tickle managementRonnie Sahlberg2007-07-201-2/+46
* change the tickle list from one global list into an array per public Ronnie Sahlberg2007-07-201-2/+6
* add a private_data field to the killtcp structure and let the system Ronnie Sahlberg2007-07-131-2/+3
* - merge from ronnieAndrew Tridgell2007-07-131-4/+24
|\
| * as an optimization for when we want to send multiple tickles at a timeRonnie Sahlberg2007-07-121-4/+4
| * rename killtcp->fd to killtcp->capture_fdRonnie Sahlberg2007-07-121-1/+1
| * make the ctdb tool use the killtcp control in the daemon instead of Ronnie Sahlberg2007-07-121-1/+7
| * add daemon code for the new kill_tcp controlRonnie Sahlberg2007-07-111-0/+10
| * add a ctdb_ prefix to two public functionsRonnie Sahlberg2007-07-111-2/+2