summaryrefslogtreecommitdiff
path: root/ctdb/server/ipalloc.h
AgeCommit message (Expand)AuthorFilesLines
2018-07-11ctdb-daemon: Drop the noiphost "node flags" bitmapMartin Schwenke1-3/+0
2018-07-11ctdb-daemon: Drop plumbing for obsolete tunable NoIPHostOnAllDisabledMartin Schwenke1-1/+0
2017-02-24ctdb-ipalloc: Add per-IP known_on bitmapMartin Schwenke1-0/+1
2017-02-24ctdb-ipalloc: Switch available_on to struct bitmapMartin Schwenke1-1/+3
2016-12-19ctdb-takeover: NoIPHostOnAllDisabled is global across clusterMartin Schwenke1-2/+2
2016-12-19ctdb-takeover: NoIPTakeover is global across clusterMartin Schwenke1-1/+1
2016-12-02ctdb-ipalloc: Optimise check to see if IP is available on a nodeMartin Schwenke1-0/+1
2016-09-14ctdb-ipalloc: ipalloc_set_public_ips() can't failMartin Schwenke1-1/+1
2016-07-04ctdb-ipalloc: IP allocation state is now an opaque structureMartin Schwenke1-13/+1
2016-07-04ctdb-ipalloc: ipalloc() returns public IP listMartin Schwenke1-1/+1
2016-07-04ctdb-ipalloc: Move set_ipflags_internal() to ipallocMartin Schwenke1-0/+5
2016-07-04ctdb-ipalloc: Move ipalloc state initialisation to ipalloc.cMartin Schwenke1-0/+8
2016-07-04ctdb-ipalloc: Make no_ip_failback a booleanMartin Schwenke1-1/+1
2016-07-04ctdb-ipalloc: New function ipalloc_can_host_ips()Martin Schwenke1-0/+2
2016-07-04ctdb-ipalloc: Drop known public IPs from IP allocation stateMartin Schwenke1-1/+0
2016-07-04ctdb-ipalloc: New function ipalloc_set_public_ips()Martin Schwenke1-0/+4
2016-02-12ctdb-ipalloc: Remove most uses of struct ctdb_public_ip_list_oldMartin Schwenke1-4/+2
2016-01-13ctdb-ipalloc: Split IP allocation into its own build subsystemMartin Schwenke1-0/+63