Updated Production Setup (markdown)

Chris Lu 2020-12-08 14:36:23 -08:00
parent 28702c086b
commit 0eddafa0b8

@ -127,7 +127,7 @@ Additional notes:
If using shared filer store, the filer itself is stateless. You can create multiple peer filers. The metadata and data are all shared. This is recommended for production.
If you are also using `weed mount`, you would also need to add `-peers` so that all meta data updates can be sent to the `weed mount`.
If you are also using `weed mount`, you would also need to add `-peers` so that all meta data updates on different filers can be aggregated to current filer and sent to the connected `weed mount`.
```
weed filer -ip=xxx.xxx.xxx.xxx -master=ip1:9333,ip2:9333,ip3:9333 -peers=filer1:8888,filer2:8888
```