summaryrefslogtreecommitdiff
path: root/ctdb
Commit message (Expand)AuthorAgeFilesLines
* 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
* ctdb-recoverd: Don't retrieve recovery master from local daemonMartin Schwenke2015-11-161-36/+8
* ctdb-recoverd: Explicitly set initial recovery master to unknownMartin Schwenke2015-11-161-4/+4
* ctdb-recoverd: Do not set recovery master during recoveryMartin Schwenke2015-11-161-39/+0
* ctdb-recoverd: Have recovery daemon remember election resultMartin Schwenke2015-11-161-1/+2
* ctdb-recoverd: Clarify recovery master validation logicMartin Schwenke2015-11-161-18/+27
* ctdb-daemon: Rename EventScriptTimeoutCount to MonitorTimeoutCountMartin Schwenke2015-11-165-9/+9
* ctdb-daemon: Move script timeout count into monitor stateMartin Schwenke2015-11-162-5/+9
* ctdb-daemon: Reset script timeout count in monitor codeMartin Schwenke2015-11-162-1/+2
* ctdb-daemon: Do not bother printing script timeout countMartin Schwenke2015-11-161-2/+2
* ctdb-doc: Correct documentation for tunables for script timeoutMartin Schwenke2015-11-161-14/+14
* ctdb-ipalloc: Don't consider runstates in the IP takeover codeMartin Schwenke2015-11-162-136/+37
* ctdb-ipalloc: Check for available IPs, not runstate, in takeover runMartin Schwenke2015-11-161-4/+3
* ctdb-ipalloc: A VNN can only host IPs if node is in RUNNING runstateMartin Schwenke2015-11-161-0/+5
* ctdb-build: Remove ctdb-common-util subsystemAmitay Isaacs2015-11-163-20/+10