diff options
Diffstat (limited to 'weed/topology/topology_ec.go')
| -rw-r--r-- | weed/topology/topology_ec.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/topology/topology_ec.go b/weed/topology/topology_ec.go index 8c8a0b67b..379440684 100644 --- a/weed/topology/topology_ec.go +++ b/weed/topology/topology_ec.go @@ -30,6 +30,7 @@ func (t *Topology) SyncDataNodeEcShards(shardInfos []*master_pb.VolumeEcShardInf ecVolumeInfo = erasure_coding.NewEcVolumeInfo(shardInfo.Collection, needle.VolumeId(shardInfo.Id)) shards = append(shards, ecVolumeInfo) } + prevVolumeId = shardInfo.Id ecVolumeInfo.AddShardId(erasure_coding.ShardId(shardInfo.EcIndex)) } // find out the delta volumes |
