summaryrefslogtreecommitdiffstats
path: root/configdefinitions
diff options
context:
space:
mode:
authorGeir Storli <geirst@oath.com>2018-02-27 16:29:19 +0100
committerGeir Storli <geirst@oath.com>2018-02-27 16:29:19 +0100
commit52655b4add1d1771b3434e005628bdc0ef633bf6 (patch)
treea3d5a21b884641a024973fb063863a1348d49428 /configdefinitions
parent86029a0a0eefacc98b5c86cd8921eed98f4882e6 (diff)
Add switch to enable multiple bucket spaces in cluster controller.
Diffstat (limited to 'configdefinitions')
-rw-r--r--configdefinitions/src/vespa/fleetcontroller.def5
1 files changed, 4 insertions, 1 deletions
diff --git a/configdefinitions/src/vespa/fleetcontroller.def b/configdefinitions/src/vespa/fleetcontroller.def
index 028bece1db2..c9d6a958eda 100644
--- a/configdefinitions/src/vespa/fleetcontroller.def
+++ b/configdefinitions/src/vespa/fleetcontroller.def
@@ -153,4 +153,7 @@ min_node_ratio_per_group double default=0.0
## This config specifies the maximum time a task can be held in this queue
## before being automatically failed out, if a version has not been ACKed
## within this duration.
-max_deferred_task_version_wait_time_sec double default=30.0 \ No newline at end of file
+max_deferred_task_version_wait_time_sec double default=30.0
+
+## Switch to enable multiple bucket spaces in cluster controller.
+enable_multiple_bucket_spaces bool default=false