Browse Source

fix compilation

pull/3458/head
chrislu 2 years ago
parent
commit
2762154130
  1. 2
      weed/server/volume_grpc_erasure_coding.go

2
weed/server/volume_grpc_erasure_coding.go

@ -90,7 +90,7 @@ func (vs *VolumeServer) VolumeEcShardsRebuild(ctx context.Context, req *volume_s
var rebuiltShardIds []uint32
for _, location := range vs.store.Locations {
_, _, existingShardCount, err := checkEcVolumeStatus(bName, location)
_, _, existingShardCount, err := checkEcVolumeStatus(baseFileName, location)
if err != nil {
return nil, err
}

Loading…
Cancel
Save