mirror of
https://github.com/pgsty/minio.git
synced 2026-07-20 12:40:24 +03:00
Make sure client initializes to proper lock RPC path. (#3763)
Fixes a regression introduced in previous commit.
This commit is contained in:
@@ -51,7 +51,7 @@ func initDsyncNodes(eps []*url.URL) error {
|
||||
accessKey: cred.AccessKey,
|
||||
secretKey: cred.SecretKey,
|
||||
serverAddr: ep.Host,
|
||||
serviceEndpoint: pathutil.Join(lockRPCPath, getPath(ep)),
|
||||
serviceEndpoint: pathutil.Join(minioReservedBucketPath, lockRPCPath, getPath(ep)),
|
||||
secureConn: globalIsSSL,
|
||||
serviceName: "Dsync",
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user