Skip to content

Commit

Permalink
Add additional cluster storage notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperQ committed Jun 25, 2018
1 parent a24ba7c commit 651aa43
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,17 +64,19 @@ minio_server_cluster_nodes: [ ]

Set a list of nodes to create a [distributed cluster](https://docs.minio.io/docs/distributed-minio-quickstart-guide).

In this mode, ansible will create your server datadirs, but use this list for the server startup.
In this mode, ansible will create your server datadirs, but use this list for the server startup. Note you will need a number of disks to satisfy Minio's distributed storage requirements.

Example:

```yaml
minio_server_datadirs:
- '/minio-data'
- ...
minio_server_cluster_nodes:
- 'https://server1/minio-data'
- 'https://server2/minio-data'
- 'https://server3/minio-data'
- ...
```

```yaml
Expand Down

0 comments on commit 651aa43

Please sign in to comment.