aboutsummaryrefslogtreecommitdiff
path: root/weed/command/server.go
AgeCommit message (Expand)AuthorFilesLines
2022-02-23initialize master address in iam optionsTuan Vuong1-0/+1
2022-02-14mount: default disable cachechrislu1-1/+1
2022-02-14[UPDATE] Make heartbeat interval and election timeout of masters configurable.garenchan1-0/+2
2022-01-15add filer to iam optionchrislu1-0/+1
2022-01-13weed server: optionally start IAM servicechrislu1-4/+13
2022-01-13add more help messageschrislu1-1/+1
2021-12-17s3: bind to a specific IPchrislu1-0/+1
2021-12-07audit log configKonstantin Lebedev1-0/+1
2021-11-06filer: deprecate "-peers" optionChris Lu1-1/+0
2021-10-04server: remove peer check if not starting masterChris Lu1-3/+2
2021-10-04add back logic to check master peersChris Lu1-0/+6
2021-09-26s3: default to allow empty folder for better performanceChris Lu1-1/+1
2021-09-20use default 10000 for grpc portChris Lu1-3/+3
2021-09-12change server address from string to a typeChris Lu1-9/+5
2021-09-12custom grpc port: filerChris Lu1-0/+1
2021-09-12custom grpc port: volume serverChris Lu1-0/+1
2021-09-12custom grpc port: masterChris Lu1-0/+1
2021-09-07handle ipv6 addressesChris Lu1-1/+1
2021-08-14Filer locationPrefix configure does not exec replication #2257Chris Lu1-1/+1
2021-08-08volume: support concurrent download data size limitChris Lu1-0/+1
2021-07-31customizable debug portChris Lu1-2/+4
2021-07-31debug from any serverChris Lu1-1/+1
2021-07-31add debug option to generate full goroutine stack dumpChris Lu1-0/+7
2021-07-03volume: default readMode to proxyChris Lu1-1/+1
2021-06-30remote -> proxy in server to match volume flagsKevin Liu1-1/+1
2021-06-30add proxy mode to read non-local volumeszhangsong1-1/+1
2021-05-28freespace params fixEugeniy Kozlov1-1/+1
2021-04-27minFreeSpace refactoredbingoohuang1-5/+4
2021-04-01smaller file chunks are fasterChris Lu1-1/+1
2021-03-30filer, volume: add concurrent upload size limit to avoid OOMChris Lu1-0/+2
2021-03-30server add memory profilingChris Lu1-9/+4
2021-03-24GOMAXPROCS use defaults to the value of runtime.NumCPUKonstantin Lebedev1-2/+0
2021-03-23more help messageChris Lu1-1/+1
2021-03-12default to empty host to bind to tcp4 and tcp6Chris Lu1-1/+1
2021-03-07make tcp optionalChris Lu1-0/+1
2021-03-04fix compilation errorChris Lu1-2/+2
2021-03-04skip checking master peers if not starting masterChris Lu1-3/+5
2021-02-22disk type support custom tagsChris Lu1-2/+2
2021-02-18webdav adds disktypeChris Lu1-0/+1
2021-02-18webdav add replication settingChris Lu1-0/+1
2021-02-14disk type only supports hdd and ssd, not ready for random tags yetChris Lu1-1/+1
2021-02-13adjust help messageChris Lu1-1/+1
2021-02-09Merge branch 'master' into support_ssd_volumeChris Lu1-2/+30
2021-01-31webdav: can start together with "weed server" or "weed filer"Chris Lu1-0/+22
2021-01-10filer: change to saveToFilerLimit from cacheToFilerLimitChris Lu1-1/+1
2021-01-07server: add option to disable masterChris Lu1-1/+6
2020-12-27s3: add command option "allowEmptyFolder" to filer and serverChris Lu1-0/+1
2020-12-13rename parameter name to "disk"Chris Lu1-0/+1
2020-12-04filer: add option to cache small files to filer storeChris Lu1-0/+1
2020-11-27volume: add "-dir.idx" option for separate index storageChris Lu1-1/+1