aboutsummaryrefslogtreecommitdiff
path: root/weed/command/server.go
AgeCommit message (Expand)AuthorFilesLines
2020-03-22add auto configured volume max count help messgeChris Lu1-1/+1
2020-03-09remove not ready statusChris Lu1-1/+1
2020-03-08mark encryptVolumeData as not readyChris Lu1-1/+1
2020-03-08filer: processing all response headers, no pass through to volume serverChris Lu1-5/+0
2020-03-06filer: option to encrypt data on volume serverChris Lu1-0/+1
2020-02-24filer: move buckets folder to filer.toml since it should not be changed oftenChris Lu1-1/+0
2020-02-24s3: move buckets folder configuration to filerChris Lu1-1/+1
2020-02-09add s3.config to server.goChris Lu1-0/+1
2020-01-03volume: add option to limit file sizeChris Lu1-0/+1
2019-08-10server: fix starting default master listChris Lu1-2/+6
2019-07-28master: followers can also lookup and redirectChris Lu1-4/+2
2019-07-28refactoringChris Lu1-62/+5
2019-06-23go fmtChris Lu1-14/+14
2019-06-23simplify metrics settingsChris Lu1-7/+2
2019-06-23fix duplicated flagsChris Lu1-1/+2
2019-06-23big refactoringChris Lu1-33/+34
2019-06-17volume servers get metrics address and interval from the masterChris Lu1-10/+7
2019-06-14volume server: adds basic metricsChris Lu1-0/+2
2019-06-13filer: adds basic metrics pushing to Prometheus gatewayChris Lu1-2/+9
2019-06-05periodic scripts exeuction from leader masterChris Lu1-4/+6
2019-05-21volume: load ec shards during heartbeats to masterChris Lu1-1/+1
2019-05-14filer ip only use bind ipChris Lu1-1/+1
2019-05-06use ip.bind to listen for grpc callsChris Lu1-1/+1
2019-05-03volume: add option to limit compaction speedChris Lu1-0/+1
2019-04-30style: go fmt for allWine931-1/+1
2019-04-24adjust usage descriptionChris Lu1-8/+5
2019-04-24weed server: also optionally start S3 gatewayChris Lu1-0/+27
2019-04-23filer: remove customizable grpc port, fixed to filer port + 10000Chris Lu1-1/+0
2019-04-09weed volume: remove boltdb, btree options, add options for leveldb medium, largeChris Lu1-1/+1
2019-04-08add large disk supportChris Lu1-1/+1
2019-03-21weed filer, weed master: add option to disable httpChris Lu1-2/+3
2019-03-15weed server: mkdir first, and set the master ip addressChris Lu1-0/+1
2019-03-06add back "/cluster/status"Chris Lu1-0/+1
2019-03-06weed server: fix error coming from moving raft to grpcChris Lu1-2/+2
2019-03-02master: add option to disable http operationsChris Lu1-1/+2
2019-02-18raft change from http to grpcChris Lu1-17/+10
2019-02-18adding grpc mutual tlsChris Lu1-1/+7
2019-02-09cleanup security.SecretChris Lu1-3/+1
2019-01-18master add separate grpc portChris Lu1-17/+22
2018-12-16error log formatChris Lu1-1/+1
2018-12-05default "weed server -filer" to same directory as -mdirChris Lu1-0/+1
2018-11-21default images.fix.orientation to falseChris Lu1-1/+1
2018-10-14move volume vacuum to gRpcChris Lu1-1/+1
2018-10-11reformatChris Lu1-1/+1
2018-10-11refactor volume server to startVolumeServer()Chris Lu1-90/+22
2018-10-10refactor func nameChris Lu1-1/+1
2018-08-19merge notification config with filer.tomlChris Lu1-1/+0
2018-08-13add filer notificationChris Lu1-0/+2
2018-08-12ensure master server count is oddChris Lu1-6/+2
2018-07-09filer add data center optionChris Lu1-0/+2