use grpc and jwt
This commit is contained in:
@@ -86,8 +86,8 @@ func (ms *MasterServer) findVolumeLocation(collection, vid string) operation.Loo
|
||||
err = fmt.Errorf("volume id %s not found", vid)
|
||||
}
|
||||
ret := operation.LookupResult{
|
||||
VolumeId: vid,
|
||||
Locations: locations,
|
||||
VolumeOrFileId: vid,
|
||||
Locations: locations,
|
||||
}
|
||||
if err != nil {
|
||||
ret.Error = err.Error()
|
||||
|
||||
Reference in New Issue
Block a user