Updated Production Setup (markdown)

Chris Lu 2020-04-06 23:27:24 -07:00
parent 6deaf8425a
commit 12c7b9693a

@ -15,6 +15,7 @@ And then, choose the component you want to setup
For dev ops, metrics is also needed:
* Setup metrics
* Setup security
## Prerequisite
Make sure the ports are open. By default
@ -147,3 +148,11 @@ Run
* `-chunkCacheCountLimit` means how many entries cached in memory, default to 1000. With default `-chunkSizeLimitMB` set to 4, it may take up to 4x1000 MB memory. If all files are bigger than 4MB.
* `-replication` is the replication level for each file. It overwrites replication settings on both filer and master.
* `-outsideContainerClusterMode` is used if running master, volume server, and filer inside a cluster, and the volume server IP addresses are not visible to FUSE clients. If so, the volume servers need to run on different ports and the ports need to be proxied through the filer IP address.
## Other
* Setup metrics, see [[System Metrics]]
* Setup security, see [[Security Configuration]]
* If running out of in house machines
* Enable [[Erasure Coding for warm storage]] to save replica spaces.
* Move warm data to [[Cloud Tier]]