mirror of
https://github.com/pgsty/minio.git
synced 2026-07-19 04:00:25 +03:00
allow changing endpoints in distributed setups (#16071)
This commit is contained in:
+1
-1
@@ -568,7 +568,7 @@ func serverMain(ctx *cli.Context) {
|
||||
|
||||
setHTTPServer(httpServer)
|
||||
|
||||
if globalIsDistErasure && globalEndpoints.FirstLocal() {
|
||||
if globalIsDistErasure {
|
||||
// Additionally in distributed setup, validate the setup and configuration.
|
||||
if err := verifyServerSystemConfig(GlobalContext, globalEndpoints); err != nil {
|
||||
logger.Fatal(err, "Unable to start the server")
|
||||
|
||||
Reference in New Issue
Block a user