mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated Filer Store Replication (markdown)
parent
18bccce200
commit
5e892d7a8b
|
@ -12,7 +12,7 @@ When a filer starts up, it will report itself to the master. So the master knows
|
|||
|
||||
So when a filer was added or removed from the cluster, there is no configuration change needed. This makes rolling-restart much easier, and filer instances in Kubernetes can run in ReplicaSet instead of StatefulSet.
|
||||
|
||||
What's more, adding a fresh new filer will automatically synchronize the metadata with other filers. Resuming a paused filer will also resume the metadata synchronization from when it was stopped. Everything will just work.
|
||||
What's more, adding a fresh new filer will automatically synchronize the metadata with other filers. Resuming a paused filer will also resume the metadata synchronization from when it was stopped. Everything will/should just work!
|
||||
|
||||
# Metadata synchronization
|
||||
|
||||
|
|
Loading…
Reference in a new issue