summaryrefslogtreecommitdiffstats
path: root/configdefinitions
diff options
context:
space:
mode:
authorHarald Musum <musum@yahooinc.com>2023-03-28 10:43:05 +0200
committerHarald Musum <musum@yahooinc.com>2023-03-28 10:43:05 +0200
commit656524514504c04f669ff61e0708be809d11473c (patch)
tree87316171af4dee3ef2772d6782cf871d8f16889f /configdefinitions
parent642acda2e5a28ba06c094e503c662b514efadabe (diff)
Add config for max number of content groups allowed to be down
Diffstat (limited to 'configdefinitions')
-rw-r--r--configdefinitions/src/vespa/fleetcontroller.def3
1 files changed, 3 insertions, 0 deletions
diff --git a/configdefinitions/src/vespa/fleetcontroller.def b/configdefinitions/src/vespa/fleetcontroller.def
index b2a3dd29be6..10eb408ed69 100644
--- a/configdefinitions/src/vespa/fleetcontroller.def
+++ b/configdefinitions/src/vespa/fleetcontroller.def
@@ -207,3 +207,6 @@ cluster_feed_block_limit{} double
# This is in absolute numbers, so 0.01 implies that a block limit of 0.8 effectively
# becomes 0.79 for an already blocked node.
cluster_feed_block_noise_level double default=0.0
+# For apps that have several groups this controls how many are allowed to be down
+# simultaneously.
+max_number_of_groups_allowed_to_be_down int default=1