Updated Production Setup (markdown)

Chris Lu 2020-04-06 23:39:53 -07:00
parent 12c7b9693a
commit bb232c1bbf

@ -123,9 +123,9 @@ Additional notes:
## Setup multiple filers
If using shared filer store, the filers are itself stateless. You can create multiple filers.
If using shared filer store, the filer itself is stateless. You can create multiple peer filers. The metadata and data are all shared.
If using default embedded filer store, the filers are unaware of each other, but they share the same SeaweedFS object store.
If using default embedded filer store, the metadata is not shared. The filers are unaware of each other, but they share the same SeaweedFS object store. So even the file data sits on the same cluster, one filer's data are not addressable by other filers.
# Additional components