summaryrefslogtreecommitdiffstats
path: root/storage
diff options
context:
space:
mode:
authorGeir Storli <geirst@oath.com>2017-12-13 15:33:00 +0100
committerGeir Storli <geirst@oath.com>2017-12-13 15:33:00 +0100
commit2d5b13aa37bfeddfbc0b4fe46c2ef438c711b444 (patch)
tree800edd911661d75745a69dd9bfb8160e43372dad /storage
parentc7a6e96d8755119342993ce426332274d642c5b0 (diff)
Add switch to enable multiple bucket spaces in content layer and content nodes.
Diffstat (limited to 'storage')
-rw-r--r--storage/src/vespa/storage/config/bucketspaces.def3
1 files changed, 3 insertions, 0 deletions
diff --git a/storage/src/vespa/storage/config/bucketspaces.def b/storage/src/vespa/storage/config/bucketspaces.def
index 3ed1abba0b4..4db107ec1ee 100644
--- a/storage/src/vespa/storage/config/bucketspaces.def
+++ b/storage/src/vespa/storage/config/bucketspaces.def
@@ -9,3 +9,6 @@ documenttype[].name string
## The bucket space this document type belongs to.
documenttype[].bucketspace string
+
+## Switch to enable multiple bucket spaces in content layer and content nodes.
+enable_multiple_bucket_spaces bool default=false