summaryrefslogtreecommitdiff
path: root/ctdb/server/ipalloc.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-14ctdb: Covscan: unchecked return value for trbt_traversearray32()Pavel Filipenský1-1/+6
2019-06-05ctdb-ipalloc: Avoid -1 as a PNN, use CTDB_UNKNOWN_PNN insteadMartin Schwenke1-3/+3
2019-06-05ctdb-ipalloc: Fix signed/unsigned comparisons by declaring as unsignedMartin Schwenke1-4/+4
2018-07-11ctdb-daemon: Drop the noiphost "node flags" bitmapMartin Schwenke1-33/+0
2018-07-11ctdb-daemon: Drop plumbing for obsolete tunable NoIPHostOnAllDisabledMartin Schwenke1-31/+3
2018-07-02ctdb: Fix build on AIXAmitay Isaacs1-2/+2
2017-09-19ctdb-build: Split protocol-util as a separate subsystemMartin Schwenke1-1/+1
2017-02-24ctdb-ipalloc: Add per-IP known_on bitmapMartin Schwenke1-0/+22
2017-02-24ctdb-ipalloc: Switch noiphost to struct bitmapMartin Schwenke1-6/+4
2017-02-24ctdb-ipalloc: Switch available_on to struct bitmapMartin Schwenke1-3/+2
2016-12-19ctdb-takeover: NoIPHostOnAllDisabled is global across clusterMartin Schwenke1-17/+11
2016-12-19ctdb-takeover: NoIPTakeover is global across clusterMartin Schwenke1-15/+2
2016-12-02ctdb-ipalloc: Optimise check to see if IP is available on a nodeMartin Schwenke1-0/+37
2016-09-14ctdb-ipalloc: ipalloc_set_public_ips() can't failMartin Schwenke1-3/+1
2016-09-14ctdb-ipalloc: Move merged IP list creation to ipalloc()Martin Schwenke1-3/+6
2016-09-14ctdb-ipalloc: Drop known_ips argument from merged IP list creationMartin Schwenke1-6/+4
2016-09-14ctdb-ipalloc: Optimise check to see if IPs can be hostedMartin Schwenke1-0/+10
2016-09-14ctdb-ipalloc: Whether IPs can be hosted need not depend on merged IP listMartin Schwenke1-7/+11
2016-09-14ctdb-ipalloc: Store known public IPs in IP allocation stateMartin Schwenke1-0/+1
2016-07-04ctdb-ipalloc: ipalloc() returns public IP listMartin Schwenke1-2/+2
2016-07-04ctdb-ipalloc: Move set_ipflags_internal() to ipallocMartin Schwenke1-0/+64
2016-07-04ctdb-ipalloc: Move ipalloc state initialisation to ipalloc.cMartin Schwenke1-0/+44
2016-07-04ctdb-ipalloc: Fix buggy short-circuit when no IPs are availableMartin Schwenke1-0/+14
2016-07-04ctdb-ipalloc: New function ipalloc_can_host_ips()Martin Schwenke1-0/+13
2016-07-04ctdb-ipalloc: Drop known public IPs from IP allocation stateMartin Schwenke1-5/+6
2016-07-04ctdb-ipalloc: Move create_merged_ip_list() into ipallocMartin Schwenke1-1/+91
2016-07-04ctdb-ipalloc: New function ipalloc_set_public_ips()Martin Schwenke1-0/+10
2016-01-14ctdb: Fix the O3 developer buildVolker Lendecke1-1/+1
2016-01-13ctdb-ipalloc: Split IP allocation into its own build subsystemMartin Schwenke1-0/+53