summaryrefslogtreecommitdiffstats
path: root/ctdb
Commit message (Expand)AuthorAgeFilesLines
* Signed-off-by: Martin Schwenke <martin@meltin.net>Martin Schwenke2008-07-113-16/+16
* Signed-off-by: Martin Schwenke <martin@meltin.net>Martin Schwenke2008-07-111-1/+1
* Signed-off-by: Martin Schwenke <martin@meltin.net>Martin Schwenke2008-07-111-1/+1
* Signed-off-by: Martin Schwenke <martin@meltin.net>Martin Schwenke2008-07-111-2/+2
* Revert "Yip yip yip!"Ronnie Sahlberg2008-07-101-0/+0
* Yip yip yip!Martin Schwenke2008-07-101-0/+0
* When in verbose mode with -p, each line is prefixed with the nodeMartin Schwenke2008-07-104-90/+495
* Update Makefile.in for new version of onnode.Martin Schwenke2008-07-101-3/+1
* Complete rewrite of tools/onnode. Remove old tools/onnode.ssh,Martin Schwenke2008-07-103-88/+194
* explain why you have to have a real ip address as well as the "virtual"Ronnie Sahlberg2008-07-103-3/+34
* new version 10.0.46Ronnie Sahlberg2008-07-101-1/+14
* add documentation for both LVS:single-ip and CAPABILITIES:wan-acceleratorRonnie Sahlberg2008-07-106-69/+582
* Update to the LVS eventscript.Ronnie Sahlberg2008-07-101-3/+8
* Add three mode commands to the CTDB tool.Ronnie Sahlberg2008-07-101-0/+156
* make LVS a capability so that we can see which nodes are configured withRonnie Sahlberg2008-07-104-3/+15
* add an option to skip checking that all the samba shares are okRonnie Sahlberg2008-07-102-2/+10
* remove the attempts to restart NFS.Ronnie Sahlberg2008-07-101-25/+1
* if we have enabled LVS but we dont have all the required packagesRonnie Sahlberg2008-07-091-1/+1
* proper waitpid() fix.Ronnie Sahlberg2008-07-098-21/+75
* Revert "pull the development files out into their own package"Ronnie Sahlberg2008-07-092-12/+5
* Revert "add spec file for development rpm"Ronnie Sahlberg2008-07-091-63/+0
* Revert "copy ctdb-dev to the spec directory"Ronnie Sahlberg2008-07-091-1/+0
* copy ctdb-dev to the spec directoryRonnie Sahlberg2008-07-091-0/+1
* add spec file for development rpmRonnie Sahlberg2008-07-091-0/+63
* pull the development files out into their own packageRonnie Sahlberg2008-07-092-5/+12
* install the readme in /usr/share/doc/ctdb/ instead of under /etcRonnie Sahlberg2008-07-092-2/+5
* mark /etc/ctdb/functions as a config file to keep rpmlint happyRonnie Sahlberg2008-07-093-3/+2
* From Chris Cowan, patch to make aix compile againRonnie Sahlberg2008-07-091-28/+54
* Replace \s with [[:space:]] in our regexps we use for egrep.Ronnie Sahlberg2008-07-091-4/+4
* Revert "waitpid() can block if it takes a long time before the child terminates"Ronnie Sahlberg2008-07-088-21/+20
* Revert "set sigchild to SIG_IGN instead of SIG_DFL"Ronnie Sahlberg2008-07-082-6/+3
* set sigchild to SIG_IGN instead of SIG_DFLRonnie Sahlberg2008-07-082-3/+6
* new version 1.0.45Ronnie Sahlberg2008-07-081-1/+10
* update the monitor event for nfs to track how many times in a row it has failedRonnie Sahlberg2008-07-081-0/+25
* waitpid() can block if it takes a long time before the child terminatesRonnie Sahlberg2008-07-088-20/+21
* use more libral handling of event scripts timing out.Ronnie Sahlberg2008-07-072-8/+26
* new version .44Ronnie Sahlberg2008-07-071-1/+32
* zero out the sockaddr_in structure before we store the ipv4 data in it to mak...Ronnie Sahlberg2008-07-071-0/+2
* we need a 'case x:' in our ugly 'encode the control opcode as a linenumber in...Ronnie Sahlberg2008-07-071-1/+1
* If a transaction commit fails. Log this error and cancel all pending transact...Ronnie Sahlberg2008-07-071-4/+13
* in the destructor for the lock-wait child, make sure that we cancel any pendingRonnie Sahlberg2008-07-072-4/+22
* an extraordinarily ugly patch!Andrew Tridgell2008-07-043-3/+118
* ensure pad bytes in the ltdb_header are initialisedAndrew Tridgell2008-07-041-2/+1
* don't use mmap in tdb if --nosetsched is set. That makes valgrindAndrew Tridgell2008-07-043-3/+21
* prevent valgrind errors where we print unitialised values on control errorsAndrew Tridgell2008-07-041-0/+7
* fixed a warningAndrew Tridgell2008-07-041-1/+3
* fixed some incorrect CTDB_NO_MEMORY*() calls found after fixing theAndrew Tridgell2008-07-043-5/+6
* CTDB_NO_MEMORY_VOID() needs to return on errorAndrew Tridgell2008-07-041-1/+1
* added option to start ctdb under valgrindAndrew Tridgell2008-07-041-1/+13
* zero out the ctdb->freeze_handle when we free itAndrew Tridgell2008-07-041-0/+3