mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated Filer Store Replication (markdown)
parent
64eb1cf20a
commit
723b1429a1
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue