From ceda550ca95703b2357dc1f9ddecb0a8f212d75d Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Thu, 10 Sep 2020 00:53:07 -0700 Subject: [PATCH] Updated Filer Store Replication (markdown) --- Filer-Store-Replication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Filer-Store-Replication.md b/Filer-Store-Replication.md index d235f3d..6101447 100644 --- a/Filer-Store-Replication.md +++ b/Filer-Store-Replication.md @@ -78,6 +78,6 @@ The subscription will also periodically checkpoint the subscription progress, so It is actually OK if you need to change filer IP or port. The replication can still resume as long as the filer store has the same content. -# Limitations +# Limitation Multiple filers with local leveldb filer stores can work well with the `-peers` configured. However, this layout does not work well with `weed filer.sync` cross data center replication as of now. This is because currently `weed filer.sync` use `filer.store.id` to identify data that needs to be replicated. Having multiple `filer.store.id` will confuse the `weed filer.sync`.