summaryrefslogtreecommitdiff
path: root/ctdb
Commit message (Expand)AuthorAgeFilesLines
* ctdb-client: Only get capabilities from active nodesMartin Schwenke2015-12-131-1/+1
* ping_pong: add -l optionRalph Boehme2015-12-101-15/+50
* ctdb-ipalloc: Rename top level IP allocation algorithm functionsMartin Schwenke2015-12-041-6/+6
* ctdb-ipalloc: Rename ctdb_takeover_run_core() to ipalloc()Martin Schwenke2015-12-045-14/+14
* ctdb-ipalloc: Fold force_rebalance_candidates into IP allocation stateMartin Schwenke2015-12-042-15/+19
* ctdb-ipalloc: Fold all IPs list into IP allocation stateMartin Schwenke2015-12-042-90/+69
* ctdb-ipalloc: Tidy up some of the IP allocation functionsMartin Schwenke2015-12-041-68/+71
* ctdb-daemon: Don't delete connection information for released IPMartin Schwenke2015-12-041-1/+11
* ctdb-daemon: Move VNN lookup out of ctdb_remove_tcp_connection()Martin Schwenke2015-12-041-11/+25
* ctdb-daemon: Do not process tickle updates for hosted IP addressesMartin Schwenke2015-12-041-0/+7
* ctdb-docs: Rewrite event script documentationMartin Schwenke2015-12-042-126/+169
* ctdb-scripts: Add exportfs cache to NFS Linux kernel calloutMartin Schwenke2015-12-042-4/+31
* ctdb-recoverd: Drop function unban_all_nodes()Martin Schwenke2015-12-041-33/+0
* ctdb-daemon: Drop handling of ban control sent to unexpected nodeMartin Schwenke2015-12-041-21/+4
* ctdb-protocol: Fix marshalling for struct ctdb_rec_dataAmitay Isaacs2015-11-252-20/+13
* ctdb-protocol: Add API to extract ctdb_ltdb_header from TDB_DATAAmitay Isaacs2015-11-252-0/+17
* ctdb-protocol: Fix marshalling of struct ctdb_public_ip_listAmitay Isaacs2015-11-252-1/+10
* ctdb-protocol: Fix marshalling of struct ctdb_addr_infoAmitay Isaacs2015-11-252-9/+28
* ctdb-protocol: Do not expect a reply for SHUTDOWN controlAmitay Isaacs2015-11-251-1/+1
* ctdb-protocol: Add marshalling for TDB_DATAAmitay Isaacs2015-11-254-0/+48
* ctdb-protocol: Add utility function ctdb_sock_addr_to_stringAmitay Isaacs2015-11-252-0/+30
* ctdb-system: Use protocol/protocol.h instead of ctdb_private.hAmitay Isaacs2015-11-257-7/+7
* ctdb-include: Make client header self containedAmitay Isaacs2015-11-251-0/+3
* ctdb-include: Make protocol headers self containedAmitay Isaacs2015-11-252-0/+4
* ctdb-ipalloc: Drop unnecessary struct ctdb_ipflagsMartin Schwenke2015-11-231-18/+21
* ctdb-ipalloc: Move memory allocation into ipalloc_state_init()Martin Schwenke2015-11-231-15/+15
* ctdb-ipalloc: Have set_ipflags_internal() set ipalloc_state->ipflagsMartin Schwenke2015-11-232-33/+27
* ctdb-ipalloc: Fold IP flags into IP allocation stateMartin Schwenke2015-11-232-57/+38
* ctdb-ipalloc: Use number of nodes from IP allocation stateMartin Schwenke2015-11-231-8/+8
* ctdb-ipalloc: Allocate memory off IP allocation stateMartin Schwenke2015-11-232-16/+12
* ctdb-ipalloc: Add error handling to IP allocationMartin Schwenke2015-11-231-16/+36
* ctdb-ipalloc: Drop CTDB context argument from set_ipflags_internal()Martin Schwenke2015-11-232-5/+7
* ctdb-scripts: Drop creation of database directoriesMartin Schwenke2015-11-201-2/+2
* ctdb-ipalloc: ctdb_takeover_run_core() takes ipalloc_stateMartin Schwenke2015-11-203-69/+83
* ctdb-ipalloc: Tidy up create_merged_ip_list()Martin Schwenke2015-11-201-7/+4
* ctdb-ipalloc: Move IP list creation out to ctdb_takeover_run()Martin Schwenke2015-11-202-16/+18
* ctdb-ipalloc: Add no_ip_failback to ipalloc_stateMartin Schwenke2015-11-201-3/+6
* ctdb-ipalloc: New enum ipalloc_algorithm in ipalloc_stateMartin Schwenke2015-11-201-3/+23
* ctdb-ipalloc: Move IP allocation state into its own structMartin Schwenke2015-11-203-31/+77
* ctdb-ipalloc: node_ip_coverage() doesn't need CTDB contextMartin Schwenke2015-11-201-4/+3
* ctdb-scripts: Fix CTDB_DBDIR=tmpfs supportMartin Schwenke2015-11-182-52/+52
* ctdb: Remove unused ctdb_set_process_nameChristof Schmitt2015-11-186-37/+0
* ctdb: Use prctl_set_comment from lib/utilChristof Schmitt2015-11-188-8/+16
* ctdb-recoverd: Factor out recovery master validationMartin Schwenke2015-11-161-73/+94
* ctdb-recmaster: Update capabilities before calling first electionMartin Schwenke2015-11-161-9/+9
* ctdb-recoverd: Move VNN map retrieval to where it is neededMartin Schwenke2015-11-161-8/+7
* ctdb-recoverd: Drop explicit check for recovery lockMartin Schwenke2015-11-161-7/+0
* ctdb-recoverd: Simplify using TALLOC_FREE()Martin Schwenke2015-11-161-6/+2
* ctdb-recoverd: Clarify that recmaster is being set on the current nodeMartin Schwenke2015-11-161-4/+6
* ctdb-recoverd: Do not sanity check recovery master with local daemonMartin Schwenke2015-11-161-1/+4