summaryrefslogtreecommitdiffstats
path: root/ctdb
Commit message (Expand)AuthorAgeFilesLines
...
* RECOVER: When we pull databases during recovery, we used to reallocate the da...Ronnie Sahlberg2012-05-254-3/+15
* DOCS: Document the new tunables to produce warnings if databases grow unexpec...Ronnie Sahlberg2012-05-213-78/+134
* DEBUG: Add checks for and print debug messages when 1) a database contains ve...Ronnie Sahlberg2012-05-213-1/+24
* TEVENT: Add back tracking of long runnig events to the local copy of tevent ...Ronnie Sahlberg2012-05-215-0/+66
* GANESHA: make the ganesha script executable by defaultRonnie Sahlberg2012-05-171-1/+1
* Merge remote branch 'martins/ganesha'Ronnie Sahlberg2012-05-174-120/+136
|\
| * Eventscripts: Modernise 60.ganesha to match 60.nfsMartin Schwenke2012-05-164-119/+135
| * Eventscripts: restart lockd in the background when going unhealthyMartin Schwenke2012-05-161-1/+1
| * Eventscript functions: add optional version to nfs_check_rpc_service()Martin Schwenke2012-05-161-3/+9
* | Debug: When scripts hang, we may need to collect additional data in order to ...Ronnie Sahlberg2012-05-179-21/+74
* | tests: Move the "ctdb reloadips" test from complex/ to simple/Martin Schwenke2012-05-141-4/+2
* | tests: Fix a typo in daemons_setup()Martin Schwenke2012-05-141-2/+2
* | tests: New function get_ctdbd_command_line_option() for integration testingMartin Schwenke2012-05-141-0/+21
* | tests: Use per-daemon public_addresses file for local daemonsMartin Schwenke2012-05-141-6/+8
* | tests: Restore the old behaviour of "make test" so it uses tests/varMartin Schwenke2012-05-141-1/+1
* | tests: Fix wrapper scripts to handle options and tests without breakageMartin Schwenke2012-05-144-66/+66
* | tests: Add a test for "ctdb reloadips"Martin Schwenke2012-05-111-0/+108
* | tests: In integration tests, use --node-ip to avoid locking weirdnessMartin Schwenke2012-05-111-1/+2
* | tests: Allow run_cluster_tests.sh to take optionsMartin Schwenke2012-05-111-4/+17
* | tests: Allow run_tests.sh to take optionsMartin Schwenke2012-05-111-2/+16
* | tests/eventscripts: Fix a policy routing testMartin Schwenke2012-05-111-1/+1
* | tests/eventscripts: $CTDB_BASE needs to be in $TEST_VAR_DIRMartin Schwenke2012-05-111-1/+2
* | Packaging: Improve dependenciesMartin Schwenke2012-05-111-2/+6
* | Packaging: add options to ctdb.spec.in to force use of bundled librariesMartin Schwenke2012-05-111-1/+30
* | Eventscript functions: add optional version to nfs_check_rpc_service()Martin Schwenke2012-05-111-3/+9
* | Packaging: devel package fixesMartin Schwenke2012-05-111-2/+2
* | Packaging: generate a ctdb-tests packageMartin Schwenke2012-05-111-1/+20
|/
* We dont need to serialize the "probe which address this node is" if we have g...Ronnie Sahlberg2012-05-101-20/+27
* Track all child process so we never send a signal to an unrelated process (ou...Ronnie Sahlberg2012-05-0317-79/+165
* DOC: document the reloadips commandRonnie Sahlberg2012-05-033-79/+170
* RELOADIPS: simplify the reloadips code a bitRonnie Sahlberg2012-05-013-42/+33
* Revert "server: locking: Provide a common API for non-blocking locking of TDBs"Amitay Isaacs2012-05-011-783/+0
* server: locking: Provide a common API for non-blocking locking of TDBsAmitay Isaacs2012-05-011-0/+783
* tests/simple: Fix typo in the test messageAmitay Isaacs2012-05-011-1/+1
* Add new control to reload the public ip address file on a nodeRonnie Sahlberg2012-05-017-10/+450
* tests: Update READMEMartin Schwenke2012-04-271-1/+18
* tests/eventscripts: $CTDB_ETCDIR should be in $TEST_VAR_DIRMartin Schwenke2012-04-271-12/+12
* tests/eventscripts: Use a canned ctdb.sysconfig rather than a linkMartin Schwenke2012-04-271-1/+2
* tests/eventscripts: Explicitly set CTDB_SERVICE_AUTOSTARTSTOP="yes"Martin Schwenke2012-04-272-0/+2
* tests/eventscripts: Be more defensive about removing the var directoryMartin Schwenke2012-04-271-1/+2
* Eventscripts: fix basename -> dirname typoMartin Schwenke2012-04-271-1/+1
* tests/eventscripts: Add sanity check to esnure events.d/ can be foundMartin Schwenke2012-04-271-0/+25
* tests: Add installation script for testsMartin Schwenke2012-04-272-0/+95
* tests/simple: Add new pseudo testcase to potentially shutdown local daemonsMartin Schwenke2012-04-271-0/+23
* tests: New run_tests -C (cleanup) optionMartin Schwenke2012-04-271-1/+12
* tests/eventscripts: $FAKE_IP_STATE is always set in ip command stubMartin Schwenke2012-04-271-2/+0
* tests: Time logging in integration tests should use TEST_VAR_DIRMartin Schwenke2012-04-272-2/+2
* tests: Unit tests should use $TEST_VAR_DIRMartin Schwenke2012-04-272-8/+3
* tests: Improve the logic for adding directories to $PATHMartin Schwenke2012-04-272-6/+29
* tests: Update integration.sh to use TEST_VAR_DIRMartin Schwenke2012-04-271-27/+30