mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
compilation fail (#4414)
Signed-off-by: Wusong Wang <wangwusong@virtaitech.com> Co-authored-by: Wusong Wang <wangwusong@virtaitech.com>
This commit is contained in:
parent
0a22eea55d
commit
a408b46d95
|
@ -419,7 +419,7 @@ func (vs *VolumeServer) VolumeEcShardsToVolume(ctx context.Context, req *volume_
|
||||||
return nil, fmt.Errorf("existing collection:%v unexpected input: %v", v.Collection, req.Collection)
|
return nil, fmt.Errorf("existing collection:%v unexpected input: %v", v.Collection, req.Collection)
|
||||||
}
|
}
|
||||||
|
|
||||||
for shardId := 0; shardId < DataShardsCount; shardId++ {
|
for shardId := 0; shardId < erasure_coding.DataShardsCount; shardId++ {
|
||||||
if shardFileNames[shardId] == "" {
|
if shardFileNames[shardId] == "" {
|
||||||
return nil, fmt.Errorf("ec volume %d missing shard %d", req.VolumeId, shardId)
|
return nil, fmt.Errorf("ec volume %d missing shard %d", req.VolumeId, shardId)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue