diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-11-06 14:36:45 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-11-06 14:36:45 -0700 |
| commit | c4e22b5a9a38979a922a400d0fb3a4d74dbe417c (patch) | |
| tree | 5ec18b524f578bd62b5cb7b1c1f554e5a83c3015 /weed/command/server.go | |
| parent | 751a7073e3bf7e45f75a7638da256720c2d902a7 (diff) | |
| download | seaweedfs-c4e22b5a9a38979a922a400d0fb3a4d74dbe417c.tar.xz seaweedfs-c4e22b5a9a38979a922a400d0fb3a4d74dbe417c.zip | |
filer: deprecate "-peers" option
Diffstat (limited to 'weed/command/server.go')
| -rw-r--r-- | weed/command/server.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/weed/command/server.go b/weed/command/server.go index a80ef6796..5c6c4b1cf 100644 --- a/weed/command/server.go +++ b/weed/command/server.go @@ -106,7 +106,6 @@ func init() { filerOptions.maxMB = cmdServer.Flag.Int("filer.maxMB", 4, "split files larger than the limit") filerOptions.dirListingLimit = cmdServer.Flag.Int("filer.dirListLimit", 1000, "limit sub dir listing size") filerOptions.cipher = cmdServer.Flag.Bool("filer.encryptVolumeData", false, "encrypt data on volume servers") - filerOptions.peers = cmdServer.Flag.String("filer.peers", "", "all filers sharing the same filer store in comma separated ip:port list") filerOptions.saveToFilerLimit = cmdServer.Flag.Int("filer.saveToFilerLimit", 0, "Small files smaller than this limit can be cached in filer store.") filerOptions.concurrentUploadLimitMB = cmdServer.Flag.Int("filer.concurrentUploadLimitMB", 64, "limit total concurrent upload size") |
