summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Add new command to find which interface is located onRonnie Sahlberg2012-06-203-0/+105
| * STATISTICS: Add tracking of the 10 hottest keys per database measured in hopc...Ronnie Sahlberg2012-06-135-7/+144
| * Reimplement logging of long running eventsMartin Schwenke2012-06-121-0/+46
| * tevent: change version to 0.9.16Stefan Metzmacher2012-06-121-0/+82
| * tevent: expose tevent_context_init_opsStefan Metzmacher2012-06-122-3/+19
| * lib/tevent: Add trace point callbackMartin Schwenke2012-06-127-0/+83
| * Revert "TEVENT: Add back tracking of long runnig events to the local copy of...Martin Schwenke2012-06-125-66/+0
| * lib/tevent: In poll_event_context, add a pointer back to the tevent_contextMartin Schwenke2012-06-121-0/+4
| * lib/tevent/testsuite: no longer use 'compat' symbolsStefan Metzmacher2012-06-121-12/+12
| * Run the shutdown eventscript before we tear down the transportRonnie Sahlberg2012-05-301-1/+1
| * tests: Increment RSN always in ctdb_update_record_persistent testAmitay Isaacs2012-05-281-2/+2
| * tests: Fix ctdb_fetch test (parse extra lines of output)Amitay Isaacs2012-05-281-1/+1
| * tests: Fix flakey behavior of ctdb_fetch testAmitay Isaacs2012-05-281-0/+17
| * server: Replace BOOL datatype with bool, True/False with true/falseAmitay Isaacs2012-05-2810-24/+19
| * tests/eventscripts: Tweak expected output for lockd:b restartMartin Schwenke2012-05-251-1/+1
| * tests: Complex tests must not be run from a cluster nodeMartin Schwenke2012-05-251-5/+6
| * Eventscripts: Fix deprecated iptables ! usageMartin Schwenke2012-05-251-2/+2
| * tests: test_wrap needs to set TEST_BIN_DIR when installedMartin Schwenke2012-05-251-0/+2
| * packaging: make ctdb-tests package depend on ncAmitay Isaacs2012-05-251-0/+1
| * tests: Use per node log files when running tests with local daemonsAmitay Isaacs2012-05-251-1/+1
| * RECOVERY: Increase the time we allow before timing out recovery related tasks.Ronnie Sahlberg2012-05-251-1/+1
| * 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