From 290d7d6cbafb948b60c571d33d0e0e8a072aac66 Mon Sep 17 00:00:00 2001 From: Geir Storli Date: Thu, 23 Nov 2017 14:04:42 +0100 Subject: Produce new bucket spaces config for distributor nodes. This config contains all document types handled by a content cluster and the bucket space each document type belongs to. --- storage/src/vespa/storage/config/bucketspaces.def | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 storage/src/vespa/storage/config/bucketspaces.def (limited to 'storage') diff --git a/storage/src/vespa/storage/config/bucketspaces.def b/storage/src/vespa/storage/config/bucketspaces.def new file mode 100644 index 00000000000..3ed1abba0b4 --- /dev/null +++ b/storage/src/vespa/storage/config/bucketspaces.def @@ -0,0 +1,11 @@ +# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +namespace=vespa.config.content.core + +## This config contains the document types handled by a given content cluster +## and the bucket space they belong to. + +## The name of a document type. +documenttype[].name string + +## The bucket space this document type belongs to. +documenttype[].bucketspace string -- cgit v1.2.3