mirror of
https://github.com/minio/minio.git
synced 2025-11-21 02:09:08 -05:00
Complain if we detect sub-optimal ordering in distributed setup (#7576)
Fixes #6156
This commit is contained in:
committed by
Nitish Tiwari
parent
af6c6a2b35
commit
091b9b661f
@@ -167,6 +167,8 @@ func serverHandleCmdArgs(ctx *cli.Context) {
|
||||
}
|
||||
logger.FatalIf(err, "Invalid command line arguments")
|
||||
|
||||
logger.LogIf(context.Background(), checkEndpointsSubOptimal(ctx, setupType, globalEndpoints))
|
||||
|
||||
globalMinioHost, globalMinioPort = mustSplitHostPort(globalMinioAddr)
|
||||
|
||||
// On macOS, if a process already listens on LOCALIPADDR:PORT, net.Listen() falls back
|
||||
|
||||
Reference in New Issue
Block a user