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

fix #1996
This commit is contained in:
Chris Lu 2021-04-14 04:39:14 -07:00 committed by GitHub
commit 8efd331ce0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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