mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated Production Setup (markdown)
parent
af7c0277ff
commit
b4966f6a01
|
@ -147,13 +147,6 @@ Additional notes:
|
|||
|
||||
If using shared filer store, the filer itself is stateless. You can create multiple peer filers. The metadata and data are all shared. This is recommended for production.
|
||||
|
||||
If you are also using `weed mount`, you would also need to add `-peers` so that all meta data updates on different filers can be aggregated to current filer and sent to the connected `weed mount`.
|
||||
```
|
||||
weed filer -ip=xxx.xxx.xxx.xxx -master=ip1:9333,ip2:9333,ip3:9333 -peers=filer1:8888,filer2:8888
|
||||
```
|
||||
|
||||
If using default embedded filer store, the metadata is not shared. The filer will use the `-peers` information to asynchronously replicate the meta data changes.
|
||||
|
||||
# Additional components
|
||||
|
||||
## Setup S3 API
|
||||
|
|
Loading…
Reference in a new issue