Change replica set detection for localhost on single endpoint (#8692)

This commit is contained in:
Harshavardhana
2019-12-24 11:31:32 -08:00
committed by kannappanr
parent f68a7005c0
commit 54431b3953
4 changed files with 37 additions and 23 deletions

View File

@@ -130,7 +130,6 @@ func newApp(name string) *cli.App {
app.Usage = "High Performance Object Storage"
app.Description = `Build high performance data infrastructure for machine learning, analytics and application data workloads with MinIO`
app.Flags = GlobalFlags
app.HideVersion = true // Hide `--version` flag, we already have `minio version`.
app.HideHelpCommand = true // Hide `help, h` command, we already have `minio --help`.
app.Commands = commands
app.CustomAppHelpTemplate = minioHelpTemplate