diff --git a/FUSE-Mount.md b/FUSE-Mount.md index af76e05..01d705a 100644 --- a/FUSE-Mount.md +++ b/FUSE-Mount.md @@ -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.