Updated Filer Store Replication (markdown)

Chris Lu 2020-09-10 00:53:07 -07:00
parent 74e3e68a4d
commit ceda550ca9

@ -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`.