summaryrefslogtreecommitdiff
path: root/ctdb
Commit message (Expand)AuthorAgeFilesLines
* ctdb-docs: Provide example commands for "ctdb event ..."Martin Schwenke2020-02-181-2/+4
* ctdb-tests: Flag setup, startup, shutdown failures as test errorsMartin Schwenke2020-02-181-3/+3
* ctdb-tests: Dump logs on shutdown failureMartin Schwenke2020-02-181-4/+21
* ctdb-tests: Avoid shutdown error when daemon already cleanly shut downMartin Schwenke2020-02-181-1/+4
* ctdb-tests: Rationalise node stop/start/restartMartin Schwenke2020-02-186-50/+30
* ctdb-daemon: Fix signed/unsigned comparisonMartin Schwenke2020-02-181-1/+1
* ctdb-daemon: Check for lock count underflowMartin Schwenke2020-02-181-0/+3
* ctdb-common: Remove signed/unsigned comparisonsAmitay Isaacs2020-02-181-5/+5
* ctdb-tests: Fix getdbmap test so that it actually works sanelyMartin Schwenke2020-02-121-3/+8
* ctdb-tests: Fix handling of --no-event-scripts optionMartin Schwenke2020-02-121-4/+4
* ctdb-tests: Use a here document to improve readabilityMartin Schwenke2020-02-121-3/+4
* ctdb-tests: Use select_test_node()Martin Schwenke2020-02-122-3/+2
* ctdb-tests: Increase to dumping up to 500 lines of logs on errorMartin Schwenke2020-02-121-1/+1
* ctdb-tests: Fix return value of DB test tool delete commandMartin Schwenke2020-02-121-1/+1
* ctdb-tcp: Make error handling for outbound connection consistentMartin Schwenke2020-02-121-19/+17
* ctdb-tests: Add some tool unit tests to ensure that timeouts workMartin Schwenke2020-02-103-0/+75
* ctdb-tools: Allow shorter runtime limit to be specifiedMartin Schwenke2020-02-101-4/+0
* ctdb-tools: When in test mode set process group in top-level ctdb toolMartin Schwenke2020-02-101-0/+11
* ctdb-tests: Use $PWD/bin/ if it exists when running in-treeMartin Schwenke2020-02-101-6/+27
* ctdb-tests: Make $ctdb_dir absoluteMartin Schwenke2020-02-101-2/+2
* ctdb-daemon: Fork when not interactive and test mode is enabledMartin Schwenke2020-02-102-3/+27
* ctdb-daemon: Make some conditions more explicitMartin Schwenke2020-02-101-2/+2
* ctdb-daemon: Pass more information to ctdb_start_daemon()Martin Schwenke2020-02-103-6/+8
* ctdb-tests: Don't actually close stdin in fake sshMartin Schwenke2020-02-101-1/+1
* ctdb-tests: Redirect stdin from /dev/null when running a testMartin Schwenke2020-02-101-1/+1
* Revert "ctdb-tests: Enable job control when keeping stdin open"Martin Schwenke2020-02-101-1/+1
* ctdb-test: Fix a typoVolker Lendecke2020-01-301-1/+1
* ctdb-tests: Enable job control when keeping stdin openMartin Schwenke2020-01-281-1/+1
* ctdb-tests: Don't close stdin when starting local daemonsMartin Schwenke2020-01-281-1/+1
* ctdb-daemon: Shut down if interactive and stdin is closedMartin Schwenke2020-01-281-0/+59
* ctdb-daemon: Only stop monitoring if it has been initialisedMartin Schwenke2020-01-281-2/+6
* ctdb-mutex: Change default re-check time for fcntl helper to 5sMartin Schwenke2020-01-211-1/+1
* ctdb-tests: Add some tests to check recovery from recovery lock issuesMartin Schwenke2020-01-212-0/+164
* ctdb-tests: Put recovery lock for local daemons into a subdirectoryMartin Schwenke2020-01-211-1/+3
* ctdb-tests: Add local_daemons.sh option for recovery lock recheck intervalMartin Schwenke2020-01-211-2/+11
* ctdbd: Use struct initializationVolker Lendecke2020-01-191-3/+1
* ctdb-tests: Skip some tests that don't work with IPv6Martin Schwenke2020-01-032-0/+18
* ctdb-scripts: Strip square brackets when gathering connection infoMartin Schwenke2020-01-021-0/+6
* ctdb-tests: Add tests for cmdline_add() apiAmitay Isaacs2019-11-142-0/+113
* ctdb-common: Add api to add new section/commands to cmdlineAmitay Isaacs2019-11-142-0/+20
* ctdb-common: Change cmdline implementation to support multiple sectionsAmitay Isaacs2019-11-141-33/+101
* ctdb-tests: Update cmdline tests for section nameAmitay Isaacs2019-11-142-4/+4
* ctdb-common: Add section to group commands in cmdlineAmitay Isaacs2019-11-147-13/+78
* ctdb-common: Generate usage message from cmdline_parse()Amitay Isaacs2019-11-143-24/+34
* ctdb-tcp: Simplify freeing of transport data on shutdownMartin Schwenke2019-11-141-4/+1
* ctdb-daemon: Rename ctdb_context private_data to transport_dataMartin Schwenke2019-11-144-11/+14
* ctdb-daemon: Rename ctdb_node private_data to transport_dataMartin Schwenke2019-11-146-17/+23
* ctdb-tcp: Close inflight connecting TCP sockets after forkVolker Lendecke2019-11-141-0/+6
* ctdb-ib: Fix build errors for infiniband transportAmitay Isaacs2019-11-132-3/+2
* build: Remove workaround for missing os.path.relpath in Python < 2.6Andrew Bartlett2019-11-131-1/+1