summaryrefslogtreecommitdiff
path: root/ctdb/protocol/protocol.h
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2017-04-21 17:41:44 +1000
committerAmitay Isaacs <amitay@samba.org>2017-05-24 21:06:28 +0200
commitf47d331e671d8835de010d3e9e1cbc6379e5ec27 (patch)
tree0b7fc65be100b54176fb783122c5a3096df64e44 /ctdb/protocol/protocol.h
parent305795a3231fef3af8b38d92252c44fe4a9fa9d1 (diff)
downloadsamba-f47d331e671d8835de010d3e9e1cbc6379e5ec27.tar.gz
ctdb-daemon: Add AllowMixedVersions tunable
This allows to mix CTDB major versions in a single cluster. Signed-off-by: Amitay Isaacs <amitay@gmail.com> Reviewed-by: Martin Schwenke <martin@meltin.net> Autobuild-User(master): Amitay Isaacs <amitay@samba.org> Autobuild-Date(master): Wed May 24 21:06:28 CEST 2017 on sn-devel-144
Diffstat (limited to 'ctdb/protocol/protocol.h')
-rw-r--r--ctdb/protocol/protocol.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ctdb/protocol/protocol.h b/ctdb/protocol/protocol.h
index 13231536917..d405ea32f71 100644
--- a/ctdb/protocol/protocol.h
+++ b/ctdb/protocol/protocol.h
@@ -632,6 +632,7 @@ struct ctdb_tunable_list {
uint32_t rec_buffer_size_limit;
uint32_t queue_buffer_size;
uint32_t ip_alloc_algorithm;
+ uint32_t allow_mixed_versions;
};
struct ctdb_tickle_list {