summaryrefslogtreecommitdiff
path: root/ctdb
Commit message (Expand)AuthorAgeFilesLines
* ctdb: Fix a typoVolker Lendecke2017-08-251-1/+1
* ctdb-daemon: Fix a return valueMartin Schwenke2017-08-171-1/+1
* ctdb-daemon: Fix default socket locationMartin Schwenke2017-08-171-1/+1
* ctdb-daemon: Drop the implementation of CHECK_SRVIDS controlAmitay Isaacs2017-08-143-34/+1
* ctdb-protocol: Drop unused protocol data structuresAmitay Isaacs2017-08-144-162/+0
* ctdb-protocol: Drop marshalling code for CHECK_SRVIDS controlAmitay Isaacs2017-08-144-50/+0
* ctdb-client: Drop client code to send CHECK_SRVIDS controlAmitay Isaacs2017-08-144-87/+0
* ctdb-tools: Drop check_srvids command from ctdb toolAmitay Isaacs2017-08-142-59/+0
* ctdb-protocol: Mark CTDB_CONTROL_CHECK_SRVIDS obsoleteAmitay Isaacs2017-08-141-1/+1
* ctdb-client: Server id exists should check if the pid still existsAmitay Isaacs2017-08-141-5/+5
* ctdb-tools: Remove duplicate codeMartin Schwenke2017-08-141-3/+0
* ctdb-scripts: Ignore shellcheck SC2181 warning (use of $?)Martin Schwenke2017-08-143-2/+10
* ctdb-tools: Avoid shellcheck SC2181 warnings (use of $?) in onnodeMartin Schwenke2017-08-141-10/+6
* ctdb-tools: Use a clear and readable if-statementMartin Schwenke2017-08-141-2/+2
* ctdb-tools: Reformat and explain complex codeMartin Schwenke2017-08-141-2/+21
* ctdb-tools: Avoid shellcheck SC2188 warning (redirect without command)Martin Schwenke2017-08-141-1/+1
* ctdb-scripts: Avoid shellcheck warning SC2188 (redirect without command)Martin Schwenke2017-08-141-3/+3
* ctdb-tests: Indentation fixupsMartin Schwenke2017-08-141-4/+4
* ctdb-tests: Fix logic to handle PATH additions for testsMartin Schwenke2017-08-141-18/+22
* ctdb-tests: Move die() function to top of scriptMartin Schwenke2017-08-141-6/+6
* ctdb-tests: run_tests.sh sets evironment variable CTDB_TEST_DIRMartin Schwenke2017-08-142-5/+6
* ctdb-tests: Add a big no-op LCP2 IP takeover testMartin Schwenke2017-08-101-0/+1813
* ctdb-takeover: Do not call ctdb_announce_vnn_iface() for updateipMartin Schwenke2017-08-101-12/+0
* ctdb-common: Reimplement pidfile_context_create() using pidfile_path_create()Martin Schwenke2017-08-021-71/+5
* ctdb-common: Rename pidfile_create() -> pidfile_context_create()Martin Schwenke2017-08-025-14/+14
* ctdb-tests: Add event script startup/shutdown testsMartin Schwenke2017-07-2313-15/+155
* ctdb-scripts: Fix a typoMartin Schwenke2017-07-231-1/+1
* ctdb-docs: Update documentation of ipreallocated eventMartin Schwenke2017-07-131-18/+17
* ctdb-common: Set close-on-exec when creating PID fileMartin Schwenke2017-07-131-0/+8
* ctdb: enable mutexes for volatile TDBs by defaultRalph Boehme2017-07-125-5/+5
* ctdb-scripts: Fix inline comments in 10.interfaceAnoop C S2017-07-111-1/+1
* ctdb-daemon: Increase priority of logs when recovery happensAmitay Isaacs2017-07-041-2/+2
* ctdb-daemon: Increase priority of logs when shutting downAmitay Isaacs2017-07-041-2/+2
* ctdb-daemon: Increase priority of logs when ctdb starts up disabled/stoppedAmitay Isaacs2017-07-041-2/+4
* ctdb-daemon: Increase priority of logs when node is stopped/continuedAmitay Isaacs2017-07-041-2/+2
* ctdb-daemon: Increase priority of logs for recmaster changesAmitay Isaacs2017-07-041-2/+2
* ctdb-daemon: Increase priority of logs for node connect/disconnectAmitay Isaacs2017-07-041-2/+2
* ctdb-tests: Add transaction/recovery test for replicated databaseAmitay Isaacs2017-06-291-0/+64
* ctdb-tests: Generalize transaction_loop testAmitay Isaacs2017-06-293-18/+31
* ctdb-tests: Support replicated db in tool testsAmitay Isaacs2017-06-2916-12/+205
* ctdb-tests: Add database type option for testsAmitay Isaacs2017-06-292-0/+10
* ctdb-tools: Allow attach for replicated databasesAmitay Isaacs2017-06-296-37/+70
* ctdb-client: Add db support for CTDB_DB_FLAGS_REPLICATEDAmitay Isaacs2017-06-291-2/+19
* ctdb-client: Add sync api for DB_ATTACH_REPLICATED controlAmitay Isaacs2017-06-292-0/+36
* ctdb-protocol: Add marshalling for CTDB_CONTROL_DB_ATTACH_REPLICATED controlAmitay Isaacs2017-06-296-2/+77
* ctdb-daemon: Add implementation for CTDB_CONTROL_DB_ATTACH_REPLICATED controlAmitay Isaacs2017-06-293-6/+19
* ctdb-protocol: Add new control CTDB_CONTROL_DB_ATTACH_REPLICATEDAmitay Isaacs2017-06-291-0/+1
* ctdb-daemon: Add accessors for CTDB_DB_FLAGS_REPLICATED flagAmitay Isaacs2017-06-292-1/+11
* ctdb-daemon: Calculate tdb flags for replicated databasesAmitay Isaacs2017-06-291-0/+6
* ctdb-protocol: Add CTDB_DB_FLAGS_REPLICATED for new type of databaseAmitay Isaacs2017-06-291-0/+1