diff options
author | Martin Schwenke <martin@meltin.net> | 2016-12-15 14:09:16 +1100 |
---|---|---|
committer | Amitay Isaacs <amitay@samba.org> | 2016-12-19 04:07:08 +0100 |
commit | 605347faf6fc8f05f945b38a0d351efe378a18d2 (patch) | |
tree | e4ccf43897bf9c9ab38e6f1c8091ab7d5cdca7b2 /ctdb/protocol/protocol.h | |
parent | 3d80fdd5801c9bc8e81e0bc6fd3cb4f1bd355553 (diff) | |
download | samba-605347faf6fc8f05f945b38a0d351efe378a18d2.tar.gz |
ctdb-takeover: IPAllocAlgorithm replaces LCP2PublicIPs, DeterministicIPs
Introduce a single new tunable IPAllocAlgorithm to set the IP
allocation algorithm. This defaults to 2 for LCP2 IP address
allocation.
Tunables LCP2PublicIPs and DeterministicIPs are obsolete.
Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
Diffstat (limited to 'ctdb/protocol/protocol.h')
-rw-r--r-- | ctdb/protocol/protocol.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ctdb/protocol/protocol.h b/ctdb/protocol/protocol.h index c4a7c010de5..7b5a5983be1 100644 --- a/ctdb/protocol/protocol.h +++ b/ctdb/protocol/protocol.h @@ -631,6 +631,7 @@ struct ctdb_tunable_list { uint32_t lock_processes_per_db; uint32_t rec_buffer_size_limit; uint32_t queue_buffer_size; + uint32_t ip_alloc_algorithm; }; struct ctdb_tickle_list { |