Update maintenance_scanner.go

This commit is contained in:
chrislu
2025-08-10 19:37:54 -07:00
parent 5a6954be1b
commit 06c012ea60
@@ -301,7 +301,7 @@ func (ms *MaintenanceScanner) createECVolumeMetric(volumeID uint32) *VolumeHealt
Age: 24 * time.Hour, // Default age
}
// Calculate total size from all shards of this volume
// Calculate total size from all shards of this volume
if len(ecShardInfo.ShardSizes) > 0 {
var totalShardSize uint64
for _, shardSize := range ecShardInfo.ShardSizes {