summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/balancer/cluster_statistics.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/s/balancer/cluster_statistics.h')
-rw-r--r--src/mongo/db/s/balancer/cluster_statistics.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/s/balancer/cluster_statistics.h b/src/mongo/db/s/balancer/cluster_statistics.h
index a8e433062e8..9feb8a4a8f4 100644
--- a/src/mongo/db/s/balancer/cluster_statistics.h
+++ b/src/mongo/db/s/balancer/cluster_statistics.h
@@ -78,10 +78,10 @@ public:
// The id of the shard for which this statistic applies
ShardId shardId;
- // The maximum size allowed for the shard
+ // The maximum storage size allowed for the shard. Zero means no maximum specified.
uint64_t maxSizeMB{0};
- // The current size of the shard
+ // The current storage size of the shard.
uint64_t currSizeMB{0};
// Whether the shard is in draining mode