summaryrefslogtreecommitdiffstats
path: root/container-core/src/main/resources/configdefinitions/vip-status.def
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2018-09-13 11:09:20 +0200
committergjoranv <gv@oath.com>2019-01-21 15:09:21 +0100
commit9836d47fdcbdce1e45908bf58ba4c34f53efe81a (patch)
tree24c95f20c37d91949c5a4762b6c27481f8aa90a3 /container-core/src/main/resources/configdefinitions/vip-status.def
parent917251aaa8313e33571413864fea82fbe4836144 (diff)
Remove config param noSearchBackendsImpliesOutOfService
Diffstat (limited to 'container-core/src/main/resources/configdefinitions/vip-status.def')
-rw-r--r--container-core/src/main/resources/configdefinitions/vip-status.def6
1 files changed, 0 insertions, 6 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..ed7ab3e4802 100644
--- a/container-core/src/main/resources/configdefinitions/vip-status.def
+++ b/container-core/src/main/resources/configdefinitions/vip-status.def
@@ -1,12 +1,6 @@
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
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
accessdisk bool default=false