aboutsummaryrefslogtreecommitdiff
path: root/weed/command/server.go
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2024-06-30 23:16:54 -0700
committerchrislu <chris.lu@gmail.com>2024-06-30 23:16:54 -0700
commitac6fd36c06f9cd6740cb2ff7e97c1ba92d55bf2c (patch)
tree642bc7f9e8aca8a073173a97a6baeb809563420f /weed/command/server.go
parentfbe1316c921d3d5479c03e55e9759038e786b8a1 (diff)
downloadseaweedfs-3.69.tar.xz
seaweedfs-3.69.zip
using fixed bootstrap from peer filer3.69
Diffstat (limited to 'weed/command/server.go')
-rw-r--r--weed/command/server.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/weed/command/server.go b/weed/command/server.go
index 41b9d0761..87a5defe2 100644
--- a/weed/command/server.go
+++ b/weed/command/server.go
@@ -119,7 +119,6 @@ func init() {
filerOptions.downloadMaxMBps = cmdServer.Flag.Int("filer.downloadMaxMBps", 0, "download max speed for each download request, in MB per second")
filerOptions.diskType = cmdServer.Flag.String("filer.disk", "", "[hdd|ssd|<tag>] hard drive or solid state drive or any tag")
filerOptions.exposeDirectoryData = cmdServer.Flag.Bool("filer.exposeDirectoryData", true, "expose directory data via filer. If false, filer UI will be innaccessible.")
- filerOptions.joinExistingFiler = cmdServer.Flag.Bool("filer.joinExistingFiler", false, "enable if new filer wants to join existing cluster")
serverOptions.v.port = cmdServer.Flag.Int("volume.port", 8080, "volume server http listen port")
serverOptions.v.portGrpc = cmdServer.Flag.Int("volume.port.grpc", 0, "volume server grpc listen port")