mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
parent
0d1d83a5a5
commit
a0464fc267
|
@ -30,7 +30,7 @@ func init() {
|
||||||
}
|
}
|
||||||
|
|
||||||
var cmdServer = &Command{
|
var cmdServer = &Command{
|
||||||
UsageLine: "server -port=8080 -dir=/tmp -volume.max=5 -ip=server_name",
|
UsageLine: "server -dir=/tmp -volume.max=5 -ip=server_name",
|
||||||
Short: "start a master server, a volume server, and optionally a filer and a S3 gateway",
|
Short: "start a master server, a volume server, and optionally a filer and a S3 gateway",
|
||||||
Long: `start both a volume server to provide storage spaces
|
Long: `start both a volume server to provide storage spaces
|
||||||
and a master server to provide volume=>location mapping service and sequence number of file ids
|
and a master server to provide volume=>location mapping service and sequence number of file ids
|
||||||
|
|
Loading…
Reference in a new issue