summaryrefslogtreecommitdiff
path: root/ctdb
Commit message (Expand)AuthorAgeFilesLines
...
* ctdb-daemon: Remove obsolete IPv4 only controlsAmitay Isaacs2015-05-125-317/+49
* ctdb-daemon: Remove older data structure that supports only IPv4 addressesAmitay Isaacs2015-05-123-36/+3
* ctdb-daemon: Fix typo in debug messageMartin Schwenke2015-05-101-1/+1
* ctdb-daemon: Initialise eventscript status earlierMartin Schwenke2015-05-101-4/+4
* ctdb-daemon: Make ctdb_event_script_args() terminate if no scriptsMartin Schwenke2015-05-101-0/+1
* ctdb-daemon: Drop interface monitoringMartin Schwenke2015-05-102-48/+0
* ctdb-common: Reimplement external tracing using ctdb_set_helper()Martin Schwenke2015-05-101-3/+5
* ctdb-scripts: Drop update of public address configuration from config.tdbMartin Schwenke2015-05-101-22/+0
* ctdb-recoverd: Short circuit takeover run if no nodes are RUNNINGMartin Schwenke2015-05-101-0/+17
* ctdb-recoverd: Remove redundant condition when checking recovery lockMartin Schwenke2015-05-101-6/+4
* ctdb-recoverd: Simplify using TALLOC_FREE()Martin Schwenke2015-05-101-2/+1
* ctdb-recoverd: Drop redundant condition in election handlerMartin Schwenke2015-05-101-2/+1
* ctdb-recoverd: Remove unused memory context variableMartin Schwenke2015-05-101-6/+0
* ctdb-daemon: Broadcast IP rellocation request from monitor codeMartin Schwenke2015-05-101-4/+7
* ctdb-recoverd: Replace unnecessary use of ctdb->recovery_masterMartin Schwenke2015-05-101-6/+7
* ctdb-recoverd: Rename some local variables to avoid conflict with conventionMartin Schwenke2015-05-101-20/+20
* ctdb_recoverd: Move num_lmasters calculation to near where it is usedMartin Schwenke2015-05-101-13/+13
* ctdb-recoverd: Make num_lmasters a local variableMartin Schwenke2015-05-101-5/+5
* ctdb-recoverd: Remove unused struct members num_active and num_connectedMartin Schwenke2015-05-101-8/+0
* ctdb-tests: Test stub for ctdb_get_capabilities()Martin Schwenke2015-05-102-0/+17
* ctdb-daemon: Remove unused capabilities field from struct ctdb_nodeMartin Schwenke2015-05-102-7/+17
* ctdb-recoverd: Use capabilities APIMartin Schwenke2015-05-101-32/+38
* ctdb-client: Add API for retrieving and checking capabilitiesMartin Schwenke2015-05-102-0/+100
* ping_pong: Fix CID 1273087 Resource leakVolker Lendecke2015-05-061-0/+1
* Revert "ctdb-recoverd: Abort when daemon can take recovery lock during recovery"Martin Schwenke2015-05-041-4/+2
* ctdb-scripts: Add alternative network family monitoring for NFSMartin Schwenke2015-04-301-4/+15
* ctdb-scripts: Run tdb checker under timeout commandAmitay Isaacs2015-04-301-2/+2
* ctdb-scripts: Add new configuration variable CTDB_MAX_OPEN_FILESAmitay Isaacs2015-04-303-1/+17
* ctdb-scripts: New configuration variable CTDB_NODE_ADDRESSMartin Schwenke2015-04-272-0/+24
* ctdb-doc: Move --listen documentation from debugging optionsMartin Schwenke2015-04-271-21/+22
* ctdb-scripts: Simplify a command pipelineMartin Schwenke2015-04-271-1/+1
* ctdb-scripts: Replace uses of "ctdb pnn" with ctdb_get_pnn()Martin Schwenke2015-04-274-10/+9
* ctdb-scripts: Changed uses of "ctdb xpnn" to ctdb_get_pnn()Martin Schwenke2015-04-273-9/+9
* ctdb-tests: New function ctdb_set_pnn() to change PNNMartin Schwenke2015-04-274-14/+21
* ctdb-scripts: New function ctdb_get_pnn() does cached retrieval of PNNMartin Schwenke2015-04-271-0/+14
* ctdb: Fix the O3 developer buildVolker Lendecke2015-04-212-11/+11
* ctdb: Coverity fix for CID 1125630Rajesh Joseph2015-04-171-2/+13
* ctdb: Coverity fix for CID 1125625Rajesh Joseph2015-04-171-1/+10
* ctdb-tests: Use ctdb_node_list_to_map() in tool stubsMartin Schwenke2015-04-071-46/+3
* ctdb-common: Move ctdb_node_list_to_map() to utilitiesMartin Schwenke2015-04-073-27/+30
* ctdb-daemon: Factor out new function ctdb_node_list_to_map()Martin Schwenke2015-04-071-16/+32
* ctdb-tools: Drop the recovery from "reloadnodes"Martin Schwenke2015-04-071-3/+0
* ctdb-daemon: Don't delay reloading the nodes fileMartin Schwenke2015-04-071-16/+6
* ctdb-recoverd: Avoid nodemap-related checks when recoveries are disabledMartin Schwenke2015-04-071-0/+8
* ctdb-tool: Update "reloadnodes" to disable recoveriesMartin Schwenke2015-04-071-0/+13
* ctdb-recoverd: New message ID CTDB_SRVID_DISABLE_RECOVERIESMartin Schwenke2015-04-073-0/+19
* ctdb-recoverd: Simplify disable_ip_check_handler() using ctdb_op_disable()Martin Schwenke2015-04-071-17/+4
* ctdb-recoverd: Add slightly more abstraction for disabling takeover runsMartin Schwenke2015-04-071-6/+14
* ctdb-recoverd: Reimplement ReRecoveryTimeout using ctdb_op_disable()Martin Schwenke2015-04-071-6/+14
* ctdb-recoverd: Use a goto for do_recovery() failuresMartin Schwenke2015-04-071-21/+24