aboutsummaryrefslogtreecommitdiffstats
path: root/container-core/src/main/resources
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@oath.com>2018-08-30 08:19:20 +0200
committerGitHub <noreply@github.com>2018-08-30 08:19:20 +0200
commit2433791fdc9d3ee79c67d18b1b285bd87e6d2bc7 (patch)
tree511231f13151ee7f3b65dac3d9cbfe7cd41a14d7 /container-core/src/main/resources
parent03efdabdc9f0e43fc2c362569ae455a7abc9a64b (diff)
Revert "Be down initially"
Diffstat (limited to 'container-core/src/main/resources')
-rw-r--r--container-core/src/main/resources/configdefinitions/vip-status.def3
1 files changed, 1 insertions, 2 deletions
diff --git a/container-core/src/main/resources/configdefinitions/vip-status.def b/container-core/src/main/resources/configdefinitions/vip-status.def
index 6aa10ff1b90..1e364419ab8 100644
--- a/container-core/src/main/resources/configdefinitions/vip-status.def
+++ b/container-core/src/main/resources/configdefinitions/vip-status.def
@@ -4,7 +4,6 @@ namespace=container.core
## If there is a Vespa search backend connected to this container, and that
## backend is out of service, automatically remove this container from VIP
## rotation, ignoring any status file.
-## TODO VESPA 7: This is always true and can be removed
noSearchBackendsImpliesOutOfService bool default=true
## Whether to return hard-coded reply or serve "status.html" from disk
@@ -14,5 +13,5 @@ accessdisk bool default=false
## If the path is relative vespa home is prepended
statusfile string default="share/qrsdocs/status.html"
-## The default rotation state when there are no configured clusters to decide rotation state
+## The initial rotation state when no information is known about backend clusters
initiallyInRotation bool default=true