From 6b0b774e1cccb73f036a00d3271c025a3be81192 Mon Sep 17 00:00:00 2001 From: Arne Juul Date: Fri, 11 Jun 2021 08:42:54 +0000 Subject: change names of sentinel connectivity limits --- configdefinitions/src/vespa/sentinel.def | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'configdefinitions') diff --git a/configdefinitions/src/vespa/sentinel.def b/configdefinitions/src/vespa/sentinel.def index 45ef9b21cfd..cf19e701717 100644 --- a/configdefinitions/src/vespa/sentinel.def +++ b/configdefinitions/src/vespa/sentinel.def @@ -22,11 +22,11 @@ application.region string default="default" # those that can connect back to us. We delay starting services # if we have more problems than the following limits allow: -## Percentage we fail to talk to, maximum -connectivity.maxBadOutPercent int default=100 +## Percentage of nodes that must be up and fully OK, minimum +connectivity.minOkPercent int default=0 -## Absolute number of nodes that fail to talk back to us, maximum -connectivity.maxBadReverseCount int default=999999999 +## Absolute number of nodes with confirmed network connectivity problems, maximum +connectivity.maxBadCount int default=999999999 ## The command to run. This will be run by sh -c, and the following ## environment variables are defined: $ROOT, $VESPA_SERVICE_NAME, -- cgit v1.2.3