summaryrefslogtreecommitdiffstats
path: root/ctdb/include
Commit message (Expand)AuthorAgeFilesLines
* some #include cleanupsAndrew Tridgell2007-06-071-1/+0
* there are now far too many controls for the controls statistics fields to be ...Andrew Tridgell2007-06-071-16/+0
* get all the tunables at once in recovery daemonAndrew Tridgell2007-06-071-0/+6
* added admin commands to ban/unban nodesAndrew Tridgell2007-06-072-0/+18
* implement a scheme where nodes are banned if they continuously caused the clu...Andrew Tridgell2007-06-072-9/+21
|\
* | merged admin enable/disable change from ronnieAndrew Tridgell2007-06-072-3/+11
|\|
| * add a control to permanently enable/disable a nodeRonnie Sahlberg2007-06-072-3/+8
|/
* added timeouts in all event scriptsAndrew Tridgell2007-06-061-2/+6
* added health monitoring logic to ctdb, so a node loses its public IP address ...Andrew Tridgell2007-06-062-4/+19
* clean out some more cruftAndrew Tridgell2007-06-052-13/+1
* first step in health monitoring of cluster nodes. When not healthy they will ...Andrew Tridgell2007-06-051-1/+3
* merge from ronnieAndrew Tridgell2007-06-041-3/+20
|\
| * add a control that lists all public ip addresses and which node that Ronnie Sahlberg2007-06-041-0/+11
| * merge from tridgeRonnie Sahlberg2007-06-042-120/+121
| |\
| * | change the takoverip/releaseip controls to pass a structure containing Ronnie Sahlberg2007-06-041-3/+9
* | | make recovery daemon values tunableAndrew Tridgell2007-06-041-0/+5
| |/ |/|
* | added tunables settable using ctdb command line toolAndrew Tridgell2007-06-042-0/+53
* | - start moving tunable variables into their own structureAndrew Tridgell2007-06-041-68/+58
* | remove some cruft thats not needed any moreAndrew Tridgell2007-06-042-59/+17
|/
* add the ip address to the nodemap structure we pull from a server and Ronnie Sahlberg2007-06-042-11/+17
* make test now works againAndrew Tridgell2007-06-022-7/+8
* - make specification of a recovery lock file compulsoryAndrew Tridgell2007-06-021-2/+4
* - moved cmdline options that are only relevant to ctdbd into ctdbd.cAndrew Tridgell2007-06-021-1/+3
* disable realtime scheduler in event scriptsAndrew Tridgell2007-06-021-1/+1
* - make calling of recovered event script asyncAndrew Tridgell2007-06-021-1/+5
* make the running of the takeover and release event scripts async, to prevent ...Andrew Tridgell2007-06-011-4/+12
* ctdb is GPL not LGPLAndrew Tridgell2007-05-312-24/+24
* close sockets when we exec scriptsAndrew Tridgell2007-05-301-0/+2
* don't start the transport connecting to the other nodes until after the start...Andrew Tridgell2007-05-301-0/+4
* use /etc/services for ctdbAndrew Tridgell2007-05-291-0/+3
* fixed more warnings on 64 bit boxesAndrew Tridgell2007-05-291-1/+1
* fixed some debug messagesAndrew Tridgell2007-05-291-1/+3
* clean shutdown in ctdb - release all our IPsAndrew Tridgell2007-05-291-0/+1
* call the event script on recovery tooAndrew Tridgell2007-05-291-1/+1
* - moved ctdbd specific options to ctdbd.c from cmdline.cAndrew Tridgell2007-05-291-3/+3
* - renamed ctdb_control utility to ctdbAndrew Tridgell2007-05-292-9/+10
* automatic cleanup of tcp tickle recordsAndrew Tridgell2007-05-281-2/+14
* added code to ctdb to send a tcp 'tickle' ack when we takeover anAndrew Tridgell2007-05-271-0/+33
* tweak timeoutsAndrew Tridgell2007-05-271-1/+1
* moved system specific ip code to system.cAndrew Tridgell2007-05-261-0/+2
* send a message to clients when an IP has been releasedAndrew Tridgell2007-05-261-0/+5
* keep sending ARPs for 2 minutes, every 5 secondsAndrew Tridgell2007-05-251-0/+1
* consider a node dead after 6 seconds, not 15Andrew Tridgell2007-05-251-2/+2
* added IP takeover logic for public IPs to ctdbAndrew Tridgell2007-05-251-13/+26
* add controls to take over and release an ip addressRonnie Sahlberg2007-05-251-0/+19
* make ctdbd realtime if possibleAndrew Tridgell2007-05-241-0/+1
* added automatic vacuuming of empty records during recoveryAndrew Tridgell2007-05-231-0/+27
* merge from ronnieAndrew Tridgell2007-05-232-0/+14
|\
| * add controls to enable/disable the monitoring of dead nodesRonnie Sahlberg2007-05-212-0/+14
* | - startup frozen, and do an initial recoveryAndrew Tridgell2007-05-232-0/+4