summaryrefslogtreecommitdiffstats
path: root/storage
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@broadpark.no>2020-12-09 10:20:04 +0100
committerTor Egge <Tor.Egge@broadpark.no>2020-12-09 10:20:04 +0100
commit107a7c09b679f2f16978925cf78ca61e3b66a893 (patch)
tree148ee28e9ea8df4654eb2f4cb71b2264c959b3fd /storage
parent0ac9763eb898f0c8cf67326e9899995c326ca25c (diff)
Remove outdated comment.
Diffstat (limited to 'storage')
-rw-r--r--storage/src/vespa/storage/bucketdb/bucketmanager.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/storage/src/vespa/storage/bucketdb/bucketmanager.cpp b/storage/src/vespa/storage/bucketdb/bucketmanager.cpp
index 715e024b227..5be6f310c71 100644
--- a/storage/src/vespa/storage/bucketdb/bucketmanager.cpp
+++ b/storage/src/vespa/storage/bucketdb/bucketmanager.cpp
@@ -236,8 +236,6 @@ BucketManager::updateMetrics(bool updateDocCount)
if (updateDocCount) {
auto bm = _metrics->bucket_spaces.find(space.first);
assert(bm != _metrics->bucket_spaces.end());
- // No system with multiple bucket spaces has more than 1 "disk"
- // TODO remove disk concept entirely as it's a VDS relic
bm->second->buckets_total.set(m.count.buckets);
bm->second->docs.set(m.count.docs);
bm->second->bytes.set(m.count.bytes);