summaryrefslogtreecommitdiff
path: root/ctdb/server/ipalloc.h
Commit message (Expand)AuthorAgeFilesLines
* ctdb-ipalloc: Add per-IP known_on bitmapMartin Schwenke2017-02-241-0/+1
* ctdb-ipalloc: Switch available_on to struct bitmapMartin Schwenke2017-02-241-1/+3
* ctdb-takeover: NoIPHostOnAllDisabled is global across clusterMartin Schwenke2016-12-191-2/+2
* ctdb-takeover: NoIPTakeover is global across clusterMartin Schwenke2016-12-191-1/+1
* ctdb-ipalloc: Optimise check to see if IP is available on a nodeMartin Schwenke2016-12-021-0/+1
* ctdb-ipalloc: ipalloc_set_public_ips() can't failMartin Schwenke2016-09-141-1/+1
* ctdb-ipalloc: IP allocation state is now an opaque structureMartin Schwenke2016-07-041-13/+1
* ctdb-ipalloc: ipalloc() returns public IP listMartin Schwenke2016-07-041-1/+1
* ctdb-ipalloc: Move set_ipflags_internal() to ipallocMartin Schwenke2016-07-041-0/+5
* ctdb-ipalloc: Move ipalloc state initialisation to ipalloc.cMartin Schwenke2016-07-041-0/+8
* ctdb-ipalloc: Make no_ip_failback a booleanMartin Schwenke2016-07-041-1/+1
* ctdb-ipalloc: New function ipalloc_can_host_ips()Martin Schwenke2016-07-041-0/+2
* ctdb-ipalloc: Drop known public IPs from IP allocation stateMartin Schwenke2016-07-041-1/+0
* ctdb-ipalloc: New function ipalloc_set_public_ips()Martin Schwenke2016-07-041-0/+4
* ctdb-ipalloc: Remove most uses of struct ctdb_public_ip_list_oldMartin Schwenke2016-02-121-4/+2
* ctdb-ipalloc: Split IP allocation into its own build subsystemMartin Schwenke2016-01-131-0/+63