summaryrefslogtreecommitdiffstats
path: root/ctdb/include
Commit message (Expand)AuthorAgeFilesLines
* initial attempt at freezing databases in priority orderRonnie Sahlberg2009-10-121-4/+8
* uptade the freeze/thaw commands to be able to send the requested database pri...Ronnie Sahlberg2009-10-122-2/+6
* add a control to read the db priority from a databaseRonnie Sahlberg2009-10-102-0/+2
* add a control to set a database priority. Let newly created databases default...Ronnie Sahlberg2009-10-102-0/+9
* add a new message to ask the recovery daemon to temporarily disable checking ...Ronnie Sahlberg2009-10-061-1/+4
* add a new function to collect a list of all active nodes EXCEPT a certain nodeRonnie Sahlberg2009-10-061-0/+4
* From Wolfgang Mueller-FriedtRonnie Sahlberg2009-09-291-0/+3
* new prototype banning codeRonnie Sahlberg2009-09-042-10/+17
* add new controls to make it possible to enable/disable individual eventscriptsRonnie Sahlberg2009-08-132-0/+12
* repack limit tunableWolfgang Mueller-Friedt2009-07-291-0/+1
* initial part of new vacuuming patch.Ronnie Sahlberg2009-07-291-0/+5
* Fix persistent transaction commit race condition.Michael Adam2009-07-291-0/+2
* add two commands : setlmasterrole and setrecmasterrole to enable/disable thes...Ronnie Sahlberg2009-07-282-0/+4
* add a command "setnatgwstate {on|off}" that can be used to indicate if this n...Ronnie Sahlberg2009-07-282-0/+5
* create a new event : stopped.Ronnie Sahlberg2009-07-171-1/+1
* add two new controls, CTOP_NODE and CONTINUE_NODERonnie Sahlberg2009-07-092-2/+9
* make it possible to start the daemon in STOPPED modeRonnie Sahlberg2009-07-091-0/+1
* Add a new node flag : STOPPEDRonnie Sahlberg2009-07-091-1/+2
* add a new command "ctdb ipreallocate", this command will force the recovery m...Ronnie Sahlberg2009-07-021-0/+5
* update the handling of debug levels so that we always can use a literal inste...Ronnie Sahlberg2009-07-011-0/+10
* add a control to set the reclock fileRonnie Sahlberg2009-06-252-0/+4
* add a control to read the current reclock file from a nodeRonnie Sahlberg2009-06-251-0/+1
* add a new node state : DELETED.Ronnie Sahlberg2009-06-012-1/+7
* structure member node_list_file is not used anywhereSumit Bose2009-05-211-1/+0
* structure member logfile is not used anywhereSumit Bose2009-05-211-1/+0
* Track how long it takes to take out the recovery lock from both the main dame...Ronnie Sahlberg2009-05-141-0/+8
* fixed a problem with clients disconnecting during a traverseroot2009-05-061-1/+5
* Add a new variable VerifyRecoveryLock which can be used to disable the test t...root2009-05-011-0/+1
* add a tuneable RecoveryDropAllIPs so it is possible to control after how lon...Ronnie Sahlberg2009-04-241-0/+1
* Change the (dodgy) seqnumfrequency variable to have ms resolution instead of ...Ronnie Sahlberg2009-04-011-1/+1
* remove a prototype for a function no longer usedRonnie Sahlberg2009-04-011-1/+0
* add a mechanism where the ctdb daemon will run a usercontrolled script when t...Ronnie Sahlberg2009-03-311-0/+2
* Merge branch 'obnox'Ronnie Sahlberg2009-03-241-0/+1
|\
| * Merge commit 'ctdb-ronnie/master'Michael Adam2009-03-232-0/+48
| |\
| * | move common code of system_linux.c and system_aix.c into new system_common.cMichael Adam2009-02-281-0/+1
* | | we need to set the port properly in the parse_ip helperRonnie Sahlberg2009-03-241-1/+2
| |/ |/|
* | add a new command "ctdb scriptstatus"root2009-03-232-0/+46
* | create a helper function that converts a ctdb instance in daemon mode to becomeroot2009-03-231-0/+2
|/
* remove include <netinet/in.h> from public ctdb.hMichael Adam2009-01-291-2/+0
* Fix the build on AIX: sys/socket.h needs to be included before ctdb.hMichael Adam2009-01-291-0/+1
* Fix treatment of link local ipv6 addresses: set the scope id.Michael Adam2009-01-191-2/+2
* finish the ipv6 support.root2009-01-132-21/+29
* redesign how reloadnodes is implemented.Ronnie Sahlberg2008-12-021-1/+2
* inew version 1.0.66Ronnie Sahlberg2008-11-241-0/+1
* reqrite the handling of flag updates across the cluster to eliminate aRonnie Sahlberg2008-11-202-10/+13
* add control and logging of very high latencies.Ronnie Sahlberg2008-10-301-1/+2
* add a context and a timed event so that once we have been in recoveryRonnie Sahlberg2008-10-221-0/+2
* specify a "script log level" on the commandline to set under which logRonnie Sahlberg2008-10-171-0/+2
* update the client side of getnodemap and getpublicips controls toRonnie Sahlberg2008-10-151-0/+4
* update TAKEIP/RELEASEIP/GETPUBLICIP/GETNODEMAP controls so we retain anRonnie Sahlberg2008-10-141-4/+43