summaryrefslogtreecommitdiffstats
path: root/ctdb/include
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* The ctdb daemon keeps track of whether the recovery process is runningRonnie Sahlberg2008-09-171-1/+2
* additional monitoring between the two daemons.Ronnie Sahlberg2008-09-092-0/+6
* rename ctdb_tcp_client back to the original name ctdb_control_tcpRonnie Sahlberg2008-08-271-1/+1
* make the function to canonicalize a sockaddr structure publicRonnie Sahlberg2008-08-202-1/+2
* initial ipv6 patchRonnie Sahlberg2008-08-191-26/+27
* added a new control CTDB_CONTROL_TRANS2_COMMIT_RETRY so we can tell Andrew Tridgell2008-08-081-0/+1
* return a more detailed error code from a trans2 commit errorAndrew Tridgell2008-08-081-0/+10
* remove the reclock file we store pnn counts in.Ronnie Sahlberg2008-08-061-2/+1
* new prototypesAndrew Tridgell2008-07-301-0/+21
* added new multi-record transaction commit codeAndrew Tridgell2008-07-301-3/+16