Added server times note and fix Notes rendering for Doctor. (#3787)

This commit is contained in:
Nitish Tiwari 2017-02-22 15:42:03 +05:30 committed by Harshavardhana
parent cc28765025
commit d8950ba7c5
1 changed files with 2 additions and 0 deletions

View File

@ -39,9 +39,11 @@ Install Minio - [Minio Quickstart Guide](https://docs.minio.io/docs/minio-quicks
To start a distributed Minio instance, you just need to pass drive locations as parameters to the minio server command. Then, youll need to run the same command on all the participating nodes.
*Note*
- All the nodes running distributed Minio need to have same access key and secret key for the nodes to connect. To achieve this, you need to export access key and secret key as environment variables on all the nodes before executing Minio server command.
- Disks used for Minio distributed should be fresh with no pre-existing data.
- The IP addresses and drive paths below are for demonstration purposes only, you need to replace these with the actual IP addresses and drive paths/folders.
- Servers running distributed Minio instances should be less than 3 seconds apart. You can use [NTP](http://www.ntp.org/) as a best practice to ensure consistent times across servers.
Example 1: Start distributed Minio instance with 1 drive each on 8 nodes, by running this command on all the 8 nodes.