Browse Source

Merge pull request #1997 from qieqieplus/fix-volume-assign

fix #1996
pull/2008/head
Chris Lu 4 years ago
committed by GitHub
parent
commit
8efd331ce0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      weed/operation/assign_file_id.go

1
weed/operation/assign_file_id.go

@ -86,6 +86,7 @@ func Assign(masterFn GetMasterFn, grpcDialOption grpc.DialOption, primaryRequest
continue
}
break
}
return ret, lastError

Loading…
Cancel
Save