From 59137f66248949e400af9a42ed17a03baf9d8add Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Mon, 9 Aug 2021 23:01:22 -0700 Subject: [PATCH] Updated Filer Active Active cross cluster continuous synchronization (markdown) --- Filer-Active-Active-cross-cluster-continuous-synchronization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Filer-Active-Active-cross-cluster-continuous-synchronization.md b/Filer-Active-Active-cross-cluster-continuous-synchronization.md index e139b40..b18f50d 100644 --- a/Filer-Active-Active-cross-cluster-continuous-synchronization.md +++ b/Filer-Active-Active-cross-cluster-continuous-synchronization.md @@ -77,7 +77,7 @@ cluster1 <-- filer.sync --> cluster2 -- filer.sync --> cluster3 -- filer.sync - 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. -However, it uses volume server IP addresses configured for the cluster. These IPs may not be accessible to the `filer.sync` cause of network configuration (for example cluster1 and cluster2 are on different hosting providers). In this case, it could be useful to use the `filerProxy` option to make `filer.sync` does all the transfers through the filer. In order to enable this option, `-a.filerProxy` or/and `-b.filerProxy` can be added to the `weed filer.sync` process starting command line. +However, it uses volume server IP addresses configured for the local cluster. `filer.sync` is usually cross network. These IPs may not be accessible to the `filer.sync` because of network configurations (for example cluster1 and cluster2 are on different hosting providers). In this case, it could be useful to use the `filerProxy` option to make `filer.sync` does all the transfers through the filer. In order to enable this option, `-a.filerProxy` or/and `-b.filerProxy` can be added to the `weed filer.sync` process starting command line. ## Debug log To see all detail of transfers executed by `filer.sync`, options `-a.debug` or/and `-b.debug` can be added to the `weed filer.sync` process starting command line.