summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Avoid floating point divide by 0 in ctdb_fetch.c's bench_fetch().Martin Schwenke2009-05-121-1/+1
* Bug fixes for tests: simple/12_ctdb_getdebug.sh and scripts/test_wrap.Martin Schwenke2009-05-122-2/+8
* From: Sumit Bose <sbose@redhat.com>Ronnie Sahlberg2009-05-121-1/+1
* Fix lvsmaster and natgwlist nodespecs.Martin Schwenke2009-05-121-1/+5
* Updated onnode docs to reflect recent changes.Martin Schwenke2009-05-121-0/+23
* New lvs/lvsmaster and natgw/natgwlist nodespecs for onnode.Martin Schwenke2009-05-121-37/+51
* New option "-o <prefix>" saves stdout from each node to file <prefix>.<ip>.Martin Schwenke2009-05-121-18/+36
* Use ctdb_fetch_lock rather than ctdb_call.Martin Schwenke2009-05-121-26/+9
* 41.httpd event script workaround for RHEL5-ism.Martin Schwenke2009-05-121-10/+26
* Add a -Y machinereadable flag to "lvsmaster"Ronnie Sahlberg2009-05-111-1/+5
* in the "lvsmaster" command, return -1 if there is no lvsmasterRonnie Sahlberg2009-05-111-1/+1
* new version 1.0.81Ronnie Sahlberg2009-05-081-1/+13
* From: Sumit Bose <sbose@redhat.com>Ronnie Sahlberg2009-05-061-1/+1
* ping_pong: add GPL comment header with Tridge's copyrightMichael Adam2009-05-061-2/+21
* ping_pong: get pread/pwrite prototypes from unistd.hMichael Adam2009-05-061-0/+2
* ping_pong: reduce a couple of prototype warningsMichael Adam2009-05-061-2/+2
* packaging: also package ping_pongMichael Adam2009-05-061-0/+1
* build: also build and install ping_pongMichael Adam2009-05-061-1/+7
* add tridge's ping_pong.c to the utils folderMichael Adam2009-05-061-0/+176
* From Sumit Bose <sbose@redhat.com>Ronnie Sahlberg2009-05-061-8/+10
* added link to michaels sambaxp papersAndrew Tridgell2009-05-061-0/+6
* allow pages in subdirsAndrew Tridgell2009-05-062-8/+8
* more subdir html supportAndrew Tridgell2009-05-061-1/+1
* use less intrusive smbstatus call in periodic connections cleanupAndrew Tridgell2009-05-061-1/+1
* change the talloc hierarchy for the main transaction_start context and the in...root2009-05-061-8/+3
* fixed a problem with clients disconnecting during a traverseroot2009-05-063-24/+112
* new version 1.0.80root2009-05-011-1/+9
* when tracking the ctdb statistics, only decrement num_clients and pending_...root2009-05-011-11/+33
* Add a new variable VerifyRecoveryLock which can be used to disable the test t...root2009-05-013-4/+13
* dont unconditionally kill/restart ctdb when given "service ctdb start" only...Ronnie Sahlberg2009-04-301-1/+7
* we only need to have transaction nesting disabled when we start the new trans...Ronnie Sahlberg2009-04-261-0/+1
* set the TDB_NO_NESTING flag for the tdb before we start a transaction from wi...Ronnie Sahlberg2009-04-261-0/+1
* add TDB_NO_NESTING. When this flag is set tdb will not allow any nested trans...Ronnie Sahlberg2009-04-262-4/+15
* add a tuneable RecoveryDropAllIPs so it is possible to control after how lon...Ronnie Sahlberg2009-04-243-1/+3
* increase the loglevel for the message we print when we automatically release ...Ronnie Sahlberg2009-04-241-2/+2
* tweak some timeouts so that we do trigger a banning even if the control hangs...Ronnie Sahlberg2009-04-242-4/+4
* If we can not pull a database from a node during recovery, mark this node as ...Ronnie Sahlberg2009-04-241-2/+22
* change shutdown level for ctdb to be 01Andrew Tridgell2009-04-231-1/+1
* Merge commit 'ronnie/master'Andrew Tridgell2009-04-238-8/+74
|\
| * new version 1.0.79Ronnie Sahlberg2009-04-081-1/+9
| * create a function "remote_ip" which can be used from scripts to remove a sing...Ronnie Sahlberg2009-04-082-3/+29
| * set libdir to ../lib64 on x86-64 platformsRonnie Sahlberg2009-04-081-0/+9
| * install ctdb.pc from the RPMRonnie Sahlberg2009-04-081-0/+1
| * From Mathieu Parent <math.parent@gmail.com>Ronnie Sahlberg2009-04-084-3/+6
| * (This used to be ctdb commit b0718551f55d5da9be0e6aba233f57c1ff8509be)Mathieu Parent2009-04-081-0/+19
| * install /etc/ctdb/notify.sh as executable.Ronnie Sahlberg2009-04-081-1/+1
* | Merge commit 'ronnie/master'Andrew Tridgell2009-04-0738-723/+2167
|\|
| * we only need to switch into client mode from the eventscript child if we are ...Ronnie Sahlberg2009-04-061-9/+10
| * increase the listen queue. Now that the eventscripts may become clients and c...Ronnie Sahlberg2009-04-061-1/+1
| * use _exit() and not exit() when we terminate a failed eventscript child processRonnie Sahlberg2009-04-061-1/+1