mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated Getting Started (markdown)
parent
d2936b617a
commit
1e5acbece6
|
@ -38,7 +38,7 @@ Usually you would need to specify the available disk space, the Weed Master loca
|
||||||
```bash
|
```bash
|
||||||
./weed volume -max=100 -mserver="localhost:9333" -dir="./data"
|
./weed volume -max=100 -mserver="localhost:9333" -dir="./data"
|
||||||
```
|
```
|
||||||
If you are using a custom gRPC port for master, the address format for `mserver` is `<host>:<port>.<grpcPort>`.
|
If you are using a custom gRPC port for master, the address format for `mserver` is `<host>:<port>.<grpcPort>`. By default the gRPC port is `port + 10000`.
|
||||||
|
|
||||||
### Cheat Sheet: Setup One Master Server and One Volume Server
|
### Cheat Sheet: Setup One Master Server and One Volume Server
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue