mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
this is an old problem and fixed already.
parent
67744c4ab6
commit
1d58e4ebf6
|
@ -64,11 +64,3 @@ weed master -port=9335 -mdir=./3
|
|||
```
|
||||
|
||||
To understand why, remember that the cluster information is "sticky", meaning it is stored on disk. If you restart the server, the cluster information stay the same, so the "-peers" option is not needed again.
|
||||
|
||||
### Common Problem
|
||||
|
||||
This "sticky" cluster information can cause some misunderstandings. For example, here is one:
|
||||
|
||||
https://code.google.com/p/weed-fs/issues/detail?id=70
|
||||
|
||||
The previously used value "localhost" would come up even not specified. This could cause your some time to figure out.
|
Loading…
Reference in a new issue