From 0eddafa0b898cf833fb67baee2f11a177be85370 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Tue, 8 Dec 2020 14:36:23 -0800 Subject: [PATCH] Updated Production Setup (markdown) --- Production-Setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```