mirror of
https://github.com/minio/minio.git
synced 2025-04-04 03:40:30 -04:00
Update server startup example to showcase local erasure code (#9407)
This commit is contained in:
parent
582953260b
commit
ebf3dda449
@ -75,12 +75,15 @@ EXAMPLES:
|
|||||||
1. Start minio server on "/home/shared" directory.
|
1. Start minio server on "/home/shared" directory.
|
||||||
{{.Prompt}} {{.HelpName}} /home/shared
|
{{.Prompt}} {{.HelpName}} /home/shared
|
||||||
|
|
||||||
2. Start distributed minio server on an 32 node setup with 32 drives each, run following command on all the nodes
|
2. Start single node server with 64 local drives "/mnt/data1" to "/mnt/data64".
|
||||||
|
{{.Prompt}} {{.HelpName}} /mnt/data{1...64}
|
||||||
|
|
||||||
|
3. Start distributed minio server on an 32 node setup with 32 drives each, run following command on all the nodes
|
||||||
{{.Prompt}} {{.EnvVarSetCommand}} MINIO_ACCESS_KEY{{.AssignmentOperator}}minio
|
{{.Prompt}} {{.EnvVarSetCommand}} MINIO_ACCESS_KEY{{.AssignmentOperator}}minio
|
||||||
{{.Prompt}} {{.EnvVarSetCommand}} MINIO_SECRET_KEY{{.AssignmentOperator}}miniostorage
|
{{.Prompt}} {{.EnvVarSetCommand}} MINIO_SECRET_KEY{{.AssignmentOperator}}miniostorage
|
||||||
{{.Prompt}} {{.HelpName}} http://node{1...32}.example.com/mnt/export{1...32}
|
{{.Prompt}} {{.HelpName}} http://node{1...32}.example.com/mnt/export{1...32}
|
||||||
|
|
||||||
3. Start distributed minio server in an expanded setup, run the following command on all the nodes
|
4. Start distributed minio server in an expanded setup, run the following command on all the nodes
|
||||||
{{.Prompt}} {{.EnvVarSetCommand}} MINIO_ACCESS_KEY{{.AssignmentOperator}}minio
|
{{.Prompt}} {{.EnvVarSetCommand}} MINIO_ACCESS_KEY{{.AssignmentOperator}}minio
|
||||||
{{.Prompt}} {{.EnvVarSetCommand}} MINIO_SECRET_KEY{{.AssignmentOperator}}miniostorage
|
{{.Prompt}} {{.EnvVarSetCommand}} MINIO_SECRET_KEY{{.AssignmentOperator}}miniostorage
|
||||||
{{.Prompt}} {{.HelpName}} http://node{1...16}.example.com/mnt/export{1...32} \
|
{{.Prompt}} {{.HelpName}} http://node{1...16}.example.com/mnt/export{1...32} \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user