summaryrefslogtreecommitdiff
path: root/ctdb
Commit message (Expand)AuthorAgeFilesLines
* ctdb-recovery: Log messages at various debug levelsAmitay Isaacs2017-06-131-135/+146
* ctdb-scripts: Compact server-end TCP connection killing outputMartin Schwenke2017-06-137-52/+141
* ctdb-common: Log a count of dropped messages with non-blocking loggingMartin Schwenke2017-06-131-5/+53
* ctdb-tests: Add more NFS eventscript tests for call-out failuresMartin Schwenke2017-06-1313-0/+156
* ctdb-scripts: NFS call-out failures should cause event failureMartin Schwenke2017-06-131-4/+4
* ctdb-client: Document ctdb client APIAmitay Isaacs2017-06-071-40/+857
* ctdb-client: Move eventd API to a separate headerAmitay Isaacs2017-06-074-68/+94
* ctdb-client: Move sync API to a separate headerAmitay Isaacs2017-06-078-501/+533
* ctdb-client: Move ctdb_ctrl_modflags() to ctdb toolAmitay Isaacs2017-06-073-39/+34
* ctdb-client: Add async api for detaching a databaseAmitay Isaacs2017-06-073-13/+160
* ctdb-client: Create sync wrappers for managing message handlersAmitay Isaacs2017-06-071-11/+33
* ctdb-tools: Use traverse api to re-implement ctdb catdb commandAmitay Isaacs2017-06-071-82/+7
* ctdb-client: Refactor cluster-wide database traverse apiAmitay Isaacs2017-06-072-0/+263
* ctdb-protocol: Allocate SRVID range for ctdb clientAmitay Isaacs2017-06-071-1/+7
* ctdb-client: Rename ctdb_db_travese to ctdb_db_traverse_localAmitay Isaacs2017-06-073-16/+18
* Log the actual error returned when creating a pipe for client logging in CTDB...Richard Sharpe2017-06-071-1/+2
* ctdb-common: Fix crash in logging initialisationMartin Schwenke2017-06-011-0/+1
* ctdb-tools: Always exit with positive return valueAmitay Isaacs2017-05-301-1/+2
* ctdb-eventd: Avoid passing NULL pointer to printf( %s )Amitay Isaacs2017-05-301-1/+2
* ctdb-eventd: Use run_event abstractionAmitay Isaacs2017-05-301-703/+127
* ctdb-common: Add run_event abstractionAmitay Isaacs2017-05-305-2/+1286
* ctdb-common: Update run_proc api to re-assign stdinAmitay Isaacs2017-05-305-20/+52
* ctdb-tests: Add some extra tests for "ctdb nodestatus"Martin Schwenke2017-05-264-0/+129
* ctdb-tools: "ctdb nodestatus" should only display header for "all"Martin Schwenke2017-05-261-8/+16
* ctdb-tools: Stop "ctdb nodestatus" from always showing all nodesMartin Schwenke2017-05-261-5/+0
* ctdb-daemon: Add AllowMixedVersions tunableAmitay Isaacs2017-05-245-0/+38
* ctdb-daemon: Do not allow mixed ctdb versions in a clusterAmitay Isaacs2017-05-245-0/+69
* ctdb-keepalive: Move ctdb_send_keepalive() to ctdb_keepalive.cAmitay Isaacs2017-05-243-30/+27
* ctdb-packaging: Remove mkversion.sh scriptAmitay Isaacs2017-05-241-84/+0
* ctdb-build: Simplify generation of version header filesAmitay Isaacs2017-05-241-29/+21
* ctdb-readonly: Avoid a tight loop waiting for revoke to completeAmitay Isaacs2017-05-241-33/+58
* Revert "ctdb-readonly: Avoid a tight loop waiting for revoke to complete"Amitay Isaacs2017-05-241-5/+3
* ctdb-tests: Use tighter pattern for matching expected outputAmitay Isaacs2017-05-151-1/+1
* ctdb-tests: Explicitly search for the specific log entryAmitay Isaacs2017-05-151-1/+1
* ctdb: Print key as hex string instead of just the hash in hot record messageChristof Schmitt2017-05-081-3/+8
* ctdb-logging: Initialize DEBUGLEVEL before changing the valueAmitay Isaacs2017-05-081-0/+2
* ctdb-docs: Fix documentation of -n option to ctdb toolAmitay Isaacs2017-04-061-2/+2
* ctdb-daemon: Add tracking of migration recordsAmitay Isaacs2017-04-053-1/+86
* ctdb-daemon: For hot records, use count instead of hopcountAmitay Isaacs2017-04-051-9/+11
* ctdb-common: Add hash_count abstractionAmitay Isaacs2017-04-055-1/+455
* ctdb-common: Add traverse_update function to db_hash abstractionAmitay Isaacs2017-04-052-2/+44
* ctdb-tools: Avoid deferencing argv[0] if argc == 0Amitay Isaacs2017-03-291-5/+8
* ctdb-tests: Catch cases where mktemp fails due to missing TMPDIRMartin Schwenke2017-03-201-2/+2
* ctdb-readonly: Avoid a tight loop waiting for revoke to completeAmitay Isaacs2017-03-171-3/+5
* waf: disable-python - fix ctdb configurationIan Stakenvicius2017-03-101-2/+2
* ctdb-build: Fix RPM buildMartin Schwenke2017-02-271-1/+2
* ctdb-build: Add WAFLOCK magic to manpages targetMartin Schwenke2017-02-261-1/+2
* ctdb-takeover: Don't release IPs from nodes where they are not knownMartin Schwenke2017-02-242-4/+10
* ctdb-ipalloc: Add per-IP known_on bitmapMartin Schwenke2017-02-242-0/+23
* ctdb-takeover: Fetch public IP addresses from all connected nodesMartin Schwenke2017-02-241-1/+1