aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src
diff options
context:
space:
mode:
Diffstat (limited to 'storage/src')
-rw-r--r--storage/src/vespa/storage/storageserver/storagenode.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/storage/src/vespa/storage/storageserver/storagenode.cpp b/storage/src/vespa/storage/storageserver/storagenode.cpp
index 23a3aaa160f..6be8f0a5ec8 100644
--- a/storage/src/vespa/storage/storageserver/storagenode.cpp
+++ b/storage/src/vespa/storage/storageserver/storagenode.cpp
@@ -206,6 +206,11 @@ StorageNode::initialize()
_chain.reset(createChain().release());
+ if (_component->enableMultipleBucketSpaces()) {
+ assert(_communicationManager != nullptr);
+ _communicationManager->updateBucketSpacesConfig(*_bucketSpacesConfig);
+ }
+
// Start the metric manager, such that it starts generating snapshots
// and the like. Note that at this time, all metrics should hopefully
// have been created, such that we don't need to pay the extra cost of