summaryrefslogtreecommitdiffstats
path: root/configdefinitions
diff options
context:
space:
mode:
authorTor Brede Vekterli <vekterli@yahoo-inc.com>2016-06-27 10:28:06 +0200
committerGitHub <noreply@github.com>2016-06-27 10:28:06 +0200
commitdb780d3a9fd7a12ea034b379dc230850061460d8 (patch)
tree9c90b012444eabfc29af83610cd581125939b7d9 /configdefinitions
parent6b6bef8526c6c6ce1dd8e5d1bcf832cba2dc1ef4 (diff)
parent594a017b330b5b13c374fb8a4785651d7da2d26a (diff)
Merge pull request #56 from yahoo/vekterli/configurable-group-auto-takedown
Add configurable automatic group up/down feature based on node availability
Diffstat (limited to 'configdefinitions')
-rw-r--r--configdefinitions/src/vespa/fleetcontroller.def8
1 files changed, 8 insertions, 0 deletions
diff --git a/configdefinitions/src/vespa/fleetcontroller.def b/configdefinitions/src/vespa/fleetcontroller.def
index 919e9fc2209..0862beac64a 100644
--- a/configdefinitions/src/vespa/fleetcontroller.def
+++ b/configdefinitions/src/vespa/fleetcontroller.def
@@ -138,3 +138,11 @@ show_local_systemstates_in_event_log bool default=true
## The ideal number of distribution bits this system should have
ideal_distribution_bits int default=16
+
+## Minimum ratio of nodes that have to be available (i.e. not Down) in any
+## hierarchic content cluster group. If a higher ratio than this is Down at
+## any point, the remaning nodes in the group will be automatically marked
+## as down. Group nodes will automatically be taken back up as soon as node
+## availability has been restored above the given threshold.
+## Default is 0, i.e. functionality is for all intents and purposes disabled.
+min_node_ratio_per_group double default=0.0