mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated Filer Active Active cross cluster continuous synchronization (markdown)
parent
ed2fe97e9d
commit
bbfa0d8abe
|
@ -73,6 +73,17 @@ cluster1 <-- filer.sync --> cluster2 -- filer.sync --> cluster3 -- filer.sync -
|
||||||
+----- filer.sync --> cluster5
|
+----- filer.sync --> cluster5
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Different Sync strategy for different folders
|
||||||
|
|
||||||
|
Here the first folder is active-active synchronized on 2 clusters, but the `/home/public` on `cluster1` is single directionally synchronized to `cluster2`
|
||||||
|
|
||||||
|
```
|
||||||
|
cluster1:/home/chris <-- filer.sync --> cluster2:/Users/chris
|
||||||
|
|
||||||
|
cluster1:/home/public -- filer.sync --> cluster2:/home/www/public
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
## Filer Proxy
|
## Filer Proxy
|
||||||
|
|
||||||
By default, `filer.sync` will upload files directly to volume servers. This is the most efficient way to avoid extra hops and distribute the network traffic.
|
By default, `filer.sync` will upload files directly to volume servers. This is the most efficient way to avoid extra hops and distribute the network traffic.
|
||||||
|
|
Loading…
Reference in a new issue