mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
fix compilation
This commit is contained in:
parent
fb5808e0c3
commit
2762154130
|
@ -90,7 +90,7 @@ func (vs *VolumeServer) VolumeEcShardsRebuild(ctx context.Context, req *volume_s
|
||||||
var rebuiltShardIds []uint32
|
var rebuiltShardIds []uint32
|
||||||
|
|
||||||
for _, location := range vs.store.Locations {
|
for _, location := range vs.store.Locations {
|
||||||
_, _, existingShardCount, err := checkEcVolumeStatus(bName, location)
|
_, _, existingShardCount, err := checkEcVolumeStatus(baseFileName, location)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue