fix: pass around the correct drives per set (#10097)

this is a precursor change before adding parity
based SLA across zones instead of same stripe size
This commit is contained in:
Harshavardhana
2020-07-20 16:38:40 -07:00
committed by GitHub
parent f9648d3976
commit 11d21d5d1b
2 changed files with 19 additions and 14 deletions

View File

@@ -73,7 +73,6 @@ DIR:
FLAGS:
{{range .VisibleFlags}}{{.}}
{{end}}{{end}}
EXAMPLES:
1. Start minio server on "/home/shared" directory.
{{.Prompt}} {{.HelpName}} /home/shared
@@ -91,7 +90,6 @@ EXAMPLES:
{{.Prompt}} {{.EnvVarSetCommand}} MINIO_SECRET_KEY{{.AssignmentOperator}}miniostorage
{{.Prompt}} {{.HelpName}} http://node{1...16}.example.com/mnt/export{1...32} \
http://node{17...64}.example.com/mnt/export{1...64}
`,
}