diff --git a/Production-Setup.md b/Production-Setup.md index 9c5cfd4..d24ecdf 100644 --- a/Production-Setup.md +++ b/Production-Setup.md @@ -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 ```