diff --git a/Filer-Store-Replication.md b/Filer-Store-Replication.md index da38804..3cda3d6 100644 --- a/Filer-Store-Replication.md +++ b/Filer-Store-Replication.md @@ -6,7 +6,7 @@ Here we talk about using `weed filer -peers=...`, which achieves two purposes: The first point is tightly related to FUSE Mount, which streams filer meta data changes from one filer. -So when using multiple filers, this `-peers=xxx` option is needed. If not, a FUSE mount can only see the changes applied to the connected filer. This is required whether the filers are using shared or dedicated filer stores. +So when using multiple filers, this `-peers=xxx` option is needed. If not, a FUSE mount can only see the changes applied to the connected filer. This is required when the filers are using either shared or dedicated filer stores. ``` FUSE mount <----> filer1 -- filer2