From 3216679af6f48205410fbd3b7b59d85c3e841115 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20BAROTIN?= Date: Thu, 22 Jul 2021 14:20:35 +0200 Subject: [PATCH] Updated Filer Active Active cross cluster continuous synchronization (markdown) --- ...-Active-Active-cross-cluster-continuous-synchronization.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Filer-Active-Active-cross-cluster-continuous-synchronization.md b/Filer-Active-Active-cross-cluster-continuous-synchronization.md index d2f6fe5..1d38478 100644 --- a/Filer-Active-Active-cross-cluster-continuous-synchronization.md +++ b/Filer-Active-Active-cross-cluster-continuous-synchronization.md @@ -75,10 +75,10 @@ cluster1 <-- filer.sync --> cluster2 -- filer.sync --> cluster3 -- filer.sync - ## Filer Proxy -By default, filer.sync will upload files directly on master and volumes, it uses IP configured in the filer. These IPs could 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` cli. +By default, filer.sync will upload files directly on master and volumes, it uses IP configured in the filer. These IPs could 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. ## 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` cli. +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. ## Limitations