mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated FUSE Mount (markdown)
parent
aad9e5fe81
commit
1d496a9e34
|
@ -60,10 +60,7 @@ So only filer needs to be exposed. Or you can choose to expose the public URLs o
|
|||
|
||||
#### Multiple mounts with multiple Filers of a SeaweedFS cluster
|
||||
|
||||
If there are multiple filers in a SeaweedFS cluster, whether the filers share the same filer store or not, they need to be started with
|
||||
`weed filer -peers=filer1:port1,filer2:port2,filer3:port3`.
|
||||
|
||||
This is to ensure the updates from one filer can be transferred to the other filers. The filers would not be constantly querying the
|
||||
Updates from one filer are transferred to the other filers. The filers would not be constantly querying the
|
||||
filer stores for updates. Instead, the filers will listen to each other for updates, which is more efficient.
|
||||
|
||||
So for the following topology, the updates from one mount can be propagated to other mounts.
|
||||
|
|
Loading…
Reference in a new issue