diff options
Diffstat (limited to 'weed/topology')
| -rw-r--r-- | weed/topology/topology_ec.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/topology/topology_ec.go b/weed/topology/topology_ec.go index c885c90a6..93b39bb5d 100644 --- a/weed/topology/topology_ec.go +++ b/weed/topology/topology_ec.go @@ -139,7 +139,7 @@ func (t *Topology) ListEcServersByCollection(collection string) (dataNodes []str dateNodeMap := make(map[string]bool) for _, ecVolumeLocation := range t.ecShardMap { if ecVolumeLocation.Collection == collection { - for _, locations := range ecVolumeLocation.Locations{ + for _, locations := range ecVolumeLocation.Locations { for _, loc := range locations { dateNodeMap[string(loc.Id())] = true } |
