summaryrefslogtreecommitdiffstats
path: root/ctdb
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge branch 'master' of 10.1.1.27:/shared/ctdb/ctdb-masterRonnie Sahlberg2012-02-202-10/+25
|\| |
| * | ReadOnly: We can not use ctdb_ltdb_store from a client/child context sinceRonnie Sahlberg2012-02-201-10/+23
| * | ReadOnly: Make sure we dont try to fast-vacuum records that are set for reado...Ronnie Sahlberg2012-02-201-0/+2
* | | Merge branch 'master' of ssh://git.samba.org/data/git/ctdbRonnie Sahlberg2012-02-2014-21/+422
|\ \ \ | |/ / |/| |
| * | Fix the build on freebsd9. (typo in flags?)Michael Adam2012-02-181-1/+1
| * | Add common/system_freebsd.cVolker Lendecke2012-02-133-1/+381
| * | Add includes required on FreeBSDVolker Lendecke2012-02-137-0/+8
| * | FreeBSD does not define s6_addr32, only s6_addrVolker Lendecke2012-02-133-20/+29
| * | Make CTDB_CURRENT_NODE work with CTDB_REQ_MESSAGEVolker Lendecke2012-02-131-0/+4
* | | TESTS: Add test for wipedb commandRonnie Sahlberg2012-02-161-0/+68
|/ /
* | READONLY: add test for creating and revoking delegationsRonnie Sahlberg2012-02-131-0/+163
* | READONLY: Update the fetch-readonly-once test tool to use CTDB_SOCKET if setRonnie Sahlberg2012-02-131-2/+6
* | READONLY: document the command to activate readonly record supportRonnie Sahlberg2012-02-133-509/+341
* | READONLY: allow specifying the db name for setdbreadonly instead of just the...Ronnie Sahlberg2012-02-131-2/+31
* | Load platform dependent objs instead of Linux oneMathieu Parent2012-02-113-7/+1
|/
* ReadOnly: add per-database statistics to view how much delegations/revokes we...Ronnie Sahlberg2012-02-0811-0/+237
* STATISTICS: add total counts for number of delegations and number of revokesRonnie Sahlberg2012-02-084-0/+7
* TESTS: Add a test that verifies that RecoverPDBBySeqNum works as expected.Ronnie Sahlberg2012-02-081-0/+232
* Ad test tool to store data and ctdb header into a local tdb fileRonnie Sahlberg2012-02-071-1/+64
* TFETCH add verbose flag to print also the record ltdb heaerRonnie Sahlberg2012-02-071-5/+13
* CTDB: update tfetch so we can specify a hexadecimal string as keyRonnie Sahlberg2012-02-071-10/+45
* TESTS: ctdb_fetch needs to allow tevent nestingRonnie Sahlberg2012-02-061-0/+1
* Merge remote branch 'martins/tests'Ronnie Sahlberg2012-02-063-11/+123
|\
| * Tests: eventscripts - fix breakage in some NFS testsMartin Schwenke2012-02-061-10/+7
| * Tests: eventscripts - make init test pass with recent change to 10.interfaceMartin Schwenke2012-02-061-1/+1
| * Tests: new test to check that "ctdb delip" removes the IP from interface.Martin Schwenke2012-02-061-0/+115
* | Merge remote branch 'martins/takeover'Ronnie Sahlberg2012-02-061-5/+81
|\ \
| * | Test - IP allocation simulation - add -e option to run the daemon's algorithmMartin Schwenke2012-02-061-4/+75
| * | Tests - IP allocation simulation - LCP2 => non-deterministicMartin Schwenke2012-02-061-1/+6
| |/
* | Tests - ctdb tool - add verbose option and output filteringMartin Schwenke2012-02-062-2/+14
* | Tests - ctdb tool - fix "ctdb status" testMartin Schwenke2012-02-061-6/+6
* | Tests - let run_tests.sh take a list of tests to runMartin Schwenke2012-02-061-1/+1
* | Tests: initial ctdb tool testcasesMartin Schwenke2012-02-0611-0/+341
* | Tests: fix usage message in ctdb_tool_libctdbMartin Schwenke2012-02-061-1/+1
* | Tests: libctdb stubs should fail when current node disconnectedMartin Schwenke2012-02-061-0/+46
* | Tests - add a version of the ctdb tool that compiles against libctdb stubsMartin Schwenke2012-02-062-1/+56
* | ctdb tool - free some memory used by poptMartin Schwenke2012-02-061-0/+1
* | Tests - allow tools/ctdb.c:main() to be usedMartin Schwenke2012-02-061-0/+30
* | Tests - more libctdb stub test infrastructureMartin Schwenke2012-02-062-3/+86
* | Tests - more libctdb stubs and supporting state faking functionsMartin Schwenke2012-02-061-5/+197
* | ctdb tool - convert control_status() over to use just libctdb()Martin Schwenke2012-02-061-11/+8
* | libctdb - add ctdb_getvnnmap()Martin Schwenke2012-02-065-20/+172
* | Tests - update test code for ctdb tool code and libctdb stubsMartin Schwenke2012-02-062-6/+7
* | ctdb tool - Fix parse_nodestring() related issuesMartin Schwenke2012-02-061-6/+10
|/
* Add a hoook to the ctdb initscript that we can call out to for applications t...Ronnie Sahlberg2012-02-061-0/+2
* ReadOnly update documentationRonnie Sahlberg2012-02-011-87/+170
* ReadOnly: update the loop test tool to print number of fetches per secondRonnie Sahlberg2012-02-011-2/+11
* Niceify the readonlyrecord API. Dont force clients to be exposed to the featc...Ronnie Sahlberg2012-01-313-8/+47
* Define ETIME on non-supporting platformsMathieu Parent2012-01-311-0/+4
* Add kFreeBSD supportMathieu Parent2012-01-312-0/+369