mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-11-24 19:19:11 +08:00
fix compilation
This commit is contained in:
parent
0576a27f44
commit
d022b6bc0e
@ -154,8 +154,8 @@ func distributedOperation(locations []operation.Location, store *storage.Store,
|
||||
|
||||
func getWritableRemoteReplications(s *storage.Store, volumeId needle.VolumeId, masterNode string) (
|
||||
remoteLocations []operation.Location, err error) {
|
||||
volume := s.GetVolume(volumeId)
|
||||
if volume == nil {
|
||||
v := s.GetVolume(volumeId)
|
||||
if v == nil {
|
||||
return nil, fmt.Errorf("fail to find volume %d", volumeId)
|
||||
}
|
||||
copyCount := v.ReplicaPlacement.GetCopyCount()
|
||||
|
Loading…
Reference in New Issue
Block a user