mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated FAQ (markdown)
parent
6cc8ee99d8
commit
7948b46e86
10
FAQ.md
10
FAQ.md
|
@ -1,3 +1,13 @@
|
|||
### How to access the server dashboard?
|
||||
SeaweedFS has web dashboards for its different services:
|
||||
|
||||
* Master server dashboards can be accessed on `http://hostname:port` in a web browser.
|
||||
For example: `http://localhost:9333`.
|
||||
* Volume server dashboards can be accessed on `http://hostname:port/ui/index.html`.
|
||||
For example: `http://localhost:8080/ui/index.html`
|
||||
|
||||
Also see [#275](https://github.com/chrislusf/seaweedfs/issues/275).
|
||||
|
||||
### Why my 010 replicated volume files have different size?
|
||||
|
||||
The volumes are consistent, but not necessarily the same size or the same number of files. This could be due to these reasons:
|
||||
|
|
Loading…
Reference in a new issue