Updated Filer Active Active cross cluster continuous synchronization (markdown)

Jérôme BAROTIN 2021-07-22 11:52:38 +02:00
parent 45b4431493
commit 6c77c1e173

@ -75,7 +75,7 @@ cluster1 <-- filer.sync --> cluster2 -- filer.sync --> cluster3 -- filer.sync -
## Filer Proxy
By default, filer.sync will upload files directly on the cluster master & volume with the 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 not hosted on different hosting provider). 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` cli.
## 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.