minio/docs
Harshavardhana 716316f711 Reduce number of envs and options from command line. (#3230)
Ref #3229

After review with @abperiasamy we decided to remove all the unnecessary options

- MINIO_BROWSER (Implemented as a security feature but now deemed obsolete
  since even if blocking access to MINIO_BROWSER, s3 API port is open)
- MINIO_CACHE_EXPIRY (Defaults to 72h)
- MINIO_MAXCONN (No one used this option and we don't test this)
- MINIO_ENABLE_FSMETA (Enable FSMETA all the time)

Remove --ignore-disks option - this option was implemented when XL layer
 would initialize the backend disks and heal them automatically to disallow
 XL accidentally using the root partition itself this option was introduced.

This behavior has been changed XL no longer automatically initializes
`format.json`  a HEAL is controlled activity, so ignore-disks is not
useful anymore. This change also addresses the problems of our documentation
going forward and keeps things simple. This patch brings in reduction of
options and defaulting them to a valid known inputs.  This patch also
serves as a guideline of limiting many ways to do the same thing.
2016-11-11 16:40:55 -08:00
..
backend docs: Removed and purged uneeded docs. (#2273) 2016-07-24 03:32:45 -07:00
browser docs:Browser/added storageInfo content to the doc. (#3146) 2016-11-03 01:58:55 -07:00
bucket/policy docs: Removed and purged uneeded docs. (#2273) 2016-07-24 03:32:45 -07:00
caching Reduce number of envs and options from command line. (#3230) 2016-11-11 16:40:55 -08:00
docker docs: Fixed path for docker compose (#3156) 2016-11-02 08:54:20 -07:00
erasure docs: Update minimum drives in erasure docs. 2016-09-01 11:35:53 -07:00
screenshots Doc: Modified examples in how-to-run-multiple-minio-server-instances-on-single-machine.md (#2497) 2016-08-19 16:09:21 -07:00
FreeBSD.md Fix the server startup messages and help text. (#3211) 2016-11-09 23:37:12 -08:00
how-to-run-multiple-minio-server-instances-on-single-machine.md Doc: Modified examples in how-to-run-multiple-minio-server-instances-on-single-machine.md (#2497) 2016-08-19 16:09:21 -07:00
minio-server-configuration-files-guide.md typo: Fix capitalization in heading. (#2529) 2016-08-22 12:01:21 -07:00
setup-replication-between-two-sites-running-minio.md Fix the server startup messages and help text. (#3211) 2016-11-09 23:37:12 -08:00