summaryrefslogtreecommitdiff
path: root/ctdb/server/ipalloc.c
Commit message (Expand)AuthorAgeFilesLines
* ctdb-ipalloc: Avoid -1 as a PNN, use CTDB_UNKNOWN_PNN insteadMartin Schwenke2019-06-051-3/+3
* ctdb-ipalloc: Fix signed/unsigned comparisons by declaring as unsignedMartin Schwenke2019-06-051-4/+4
* ctdb-daemon: Drop the noiphost "node flags" bitmapMartin Schwenke2018-07-111-33/+0
* ctdb-daemon: Drop plumbing for obsolete tunable NoIPHostOnAllDisabledMartin Schwenke2018-07-111-31/+3
* ctdb: Fix build on AIXAmitay Isaacs2018-07-021-2/+2
* ctdb-build: Split protocol-util as a separate subsystemMartin Schwenke2017-09-191-1/+1
* ctdb-ipalloc: Add per-IP known_on bitmapMartin Schwenke2017-02-241-0/+22
* ctdb-ipalloc: Switch noiphost to struct bitmapMartin Schwenke2017-02-241-6/+4
* ctdb-ipalloc: Switch available_on to struct bitmapMartin Schwenke2017-02-241-3/+2
* ctdb-takeover: NoIPHostOnAllDisabled is global across clusterMartin Schwenke2016-12-191-17/+11
* ctdb-takeover: NoIPTakeover is global across clusterMartin Schwenke2016-12-191-15/+2
* ctdb-ipalloc: Optimise check to see if IP is available on a nodeMartin Schwenke2016-12-021-0/+37
* ctdb-ipalloc: ipalloc_set_public_ips() can't failMartin Schwenke2016-09-141-3/+1
* ctdb-ipalloc: Move merged IP list creation to ipalloc()Martin Schwenke2016-09-141-3/+6
* ctdb-ipalloc: Drop known_ips argument from merged IP list creationMartin Schwenke2016-09-141-6/+4
* ctdb-ipalloc: Optimise check to see if IPs can be hostedMartin Schwenke2016-09-141-0/+10
* ctdb-ipalloc: Whether IPs can be hosted need not depend on merged IP listMartin Schwenke2016-09-141-7/+11
* ctdb-ipalloc: Store known public IPs in IP allocation stateMartin Schwenke2016-09-141-0/+1
* ctdb-ipalloc: ipalloc() returns public IP listMartin Schwenke2016-07-041-2/+2
* ctdb-ipalloc: Move set_ipflags_internal() to ipallocMartin Schwenke2016-07-041-0/+64
* ctdb-ipalloc: Move ipalloc state initialisation to ipalloc.cMartin Schwenke2016-07-041-0/+44
* ctdb-ipalloc: Fix buggy short-circuit when no IPs are availableMartin Schwenke2016-07-041-0/+14
* ctdb-ipalloc: New function ipalloc_can_host_ips()Martin Schwenke2016-07-041-0/+13
* ctdb-ipalloc: Drop known public IPs from IP allocation stateMartin Schwenke2016-07-041-5/+6
* ctdb-ipalloc: Move create_merged_ip_list() into ipallocMartin Schwenke2016-07-041-1/+91
* ctdb-ipalloc: New function ipalloc_set_public_ips()Martin Schwenke2016-07-041-0/+10
* ctdb: Fix the O3 developer buildVolker Lendecke2016-01-141-1/+1
* ctdb-ipalloc: Split IP allocation into its own build subsystemMartin Schwenke2016-01-131-0/+53