mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated Production Setup (markdown)
parent
28702c086b
commit
0eddafa0b8
|
@ -127,7 +127,7 @@ 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 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 can be sent to the `weed mount`.
|
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
|
weed filer -ip=xxx.xxx.xxx.xxx -master=ip1:9333,ip2:9333,ip3:9333 -peers=filer1:8888,filer2:8888
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue