This commit is contained in:
Chris Lu
2019-12-28 21:13:10 -08:00
parent 8fbc0a9163
commit 0cc8347a3a
4 changed files with 1 additions and 5 deletions

View File

@@ -63,7 +63,6 @@ func (vs *VolumeServer) VolumeEcShardsGenerate(ctx context.Context, req *volume_
return nil, fmt.Errorf("WriteEcFiles %s: %v", baseFileName, err)
}
return &volume_server_pb.VolumeEcShardsGenerateResponse{}, nil
}