summaryrefslogtreecommitdiff
path: root/ctdb/tests
Commit message (Expand)AuthorAgeFilesLines
* ctdb: Install helpers under libexecdirMartin Schwenke2016-02-221-0/+1
* ctdb-tools: Drop support for setting and viewing NAT gateway capabilityMartin Schwenke2016-01-255-18/+3
* ctdb-scripts: No longer set the NAT gateway capabilityMartin Schwenke2016-01-252-4/+0
* ctdb/tools: Update ctdb CLI tool to call ctdb_natgwMartin Schwenke2016-01-253-20/+30
* ctdb-tests: Drop some unnecessary NAT gateway testsMartin Schwenke2016-01-252-73/+0
* ctdb: Call out to ctdb_natgw helper from 11.natgwMartin Schwenke2016-01-254-62/+49
* ctdb-tests: NAT gateway slave-only changesMartin Schwenke2016-01-252-53/+37
* ctdb-tests: Test ctdb CLI tool via a stubMartin Schwenke2016-01-252-3/+38
* ctdb-scripts: Tests for monitoring of CTDB_NATGW_PUBLIC_IFACEMartin Schwenke2016-01-254-0/+76
* ctdb-scripts: Refactor function interface_monitor() to monitor one interfaceMartin Schwenke2016-01-252-2/+2
* ctdb-build: Fix -O3 developer buildAmitay Isaacs2016-01-182-2/+2
* ctdb-ipalloc: Split IP allocation into its own build subsystemMartin Schwenke2016-01-131-0/+5
* ctdb-tests: Fix some incorrect memory allocationsMartin Schwenke2016-01-121-2/+9
* ctdb-ipalloc: Rename ctdb_takeover_run_core() to ipalloc()Martin Schwenke2015-12-044-12/+12
* ctdb-ipalloc: Fold force_rebalance_candidates into IP allocation stateMartin Schwenke2015-12-041-4/+6
* ctdb-ipalloc: Fold all IPs list into IP allocation stateMartin Schwenke2015-12-041-35/+23
* ctdb-scripts: Add exportfs cache to NFS Linux kernel calloutMartin Schwenke2015-12-041-0/+3
* ctdb-protocol: Fix marshalling for struct ctdb_rec_dataAmitay Isaacs2015-11-251-4/+5
* ctdb-protocol: Fix marshalling of struct ctdb_public_ip_listAmitay Isaacs2015-11-251-1/+5
* ctdb-protocol: Fix marshalling of struct ctdb_addr_infoAmitay Isaacs2015-11-251-1/+5
* ctdb-ipalloc: Have set_ipflags_internal() set ipalloc_state->ipflagsMartin Schwenke2015-11-231-4/+3
* ctdb-ipalloc: Fold IP flags into IP allocation stateMartin Schwenke2015-11-231-19/+15
* ctdb-ipalloc: Allocate memory off IP allocation stateMartin Schwenke2015-11-231-1/+1
* ctdb-ipalloc: Drop CTDB context argument from set_ipflags_internal()Martin Schwenke2015-11-231-1/+1
* ctdb-ipalloc: ctdb_takeover_run_core() takes ipalloc_stateMartin Schwenke2015-11-201-15/+23
* ctdb-ipalloc: Move IP list creation out to ctdb_takeover_run()Martin Schwenke2015-11-201-1/+3
* ctdb-ipalloc: Move IP allocation state into its own structMartin Schwenke2015-11-201-2/+5
* ctdb-ipalloc: Don't consider runstates in the IP takeover codeMartin Schwenke2015-11-161-19/+35
* ctdb-build: Remove ctdb-common-util subsystemAmitay Isaacs2015-11-162-2/+0
* ctdb-daemon: Remove unused ctdb_logging.[ch]Amitay Isaacs2015-11-162-2/+0
* ctdb-tests: Build in common/logging.cAmitay Isaacs2015-11-162-0/+2
* ctdb-tests: Replace ctdb_logging.h with common/logging.hAmitay Isaacs2015-11-165-5/+5
* ctdb-tests: Update test to set numeric debug levelsAmitay Isaacs2015-11-161-2/+12
* ctdb-logging: Allow sub-string matching for debug level stringsAmitay Isaacs2015-11-161-1/+1
* ctdb-daemon: Move ctdb_fork.c to serverAmitay Isaacs2015-11-162-2/+1
* ctdb: Fix the O3 developer buildVolker Lendecke2015-11-131-1/+2
* ctdb-tests: Try to connect few times before failing in comm_client_testAmitay Isaacs2015-11-111-2/+8
* ctdb-tests: Fix "setreclock" testMartin Schwenke2015-11-091-5/+12
* ctdb-tests: Fix the name of the "setreclock" testMartin Schwenke2015-11-091-1/+1
* ctdb-include: Remove unused definitionsAmitay Isaacs2015-11-041-1/+1
* ctdb-daemon: Rename struct ctdb_control_get_ifaces to ctdb_iface_list_oldAmitay Isaacs2015-11-042-6/+6
* ctdb-daemon: Rename struct ctdb_control_iface_info to ctdb_ifaceAmitay Isaacs2015-11-041-2/+2
* ctdb-daemon: Rename struct ctdb_iface to ctdb_interfaceAmitay Isaacs2015-11-041-6/+6
* ctdb-daemon: Rename struct ctdb_all_public_ips to ctdb_public_ip_list_oldAmitay Isaacs2015-11-041-9/+10
* ctdb-daemon: Rename struct ctdb_public_ip_list to public_ip_listAmitay Isaacs2015-11-041-22/+22
* ctdb-daemon: Rename struct ctdb_node_map to ctdb_node_map_oldAmitay Isaacs2015-11-043-9/+9
* ctdb-daemon: Rename struct ctdb_req_control to ctdb_req_control_oldAmitay Isaacs2015-11-041-1/+1
* ctdb-daemon: Separate prototypes for common client/server functionsAmitay Isaacs2015-10-3015-13/+41
* ctdb-daemon: Remove dependency on includes.hAmitay Isaacs2015-10-3017-75/+203
* ctdb-daemon: Stop using tevent compatibility definitionsAmitay Isaacs2015-10-3013-71/+83