aboutsummaryrefslogtreecommitdiff
path: root/weed/command/master.go
AgeCommit message (Expand)AuthorFilesLines
2020-04-28refacotr: move signal handling and pprof to grace packagewuyuxiang1-1/+2
2020-04-18master, volume default to detected hostChris Lu1-1/+1
2020-04-18filer master start up with default ip address instead of just localhostChris Lu1-0/+1
2020-04-13add logsChris Lu1-1/+2
2020-03-04refactoringChris Lu1-1/+2
2020-01-29support env variables to overwrite toml fileChris Lu1-6/+6
2019-11-28master load backend storage config from master.tomlChris Lu1-0/+3
2019-07-28master: followers can also lookup and redirectChris Lu1-5/+8
2019-07-28refactoringChris Lu1-38/+34
2019-06-23go fmtChris Lu1-1/+1
2019-06-23big refactoringChris Lu1-41/+67
2019-06-17volume servers get metrics address and interval from the masterChris Lu1-6/+9
2019-06-05periodic scripts exeuction from leader masterChris Lu1-6/+8
2019-05-03better error handling for nil raftServerChris Lu1-0/+3
2019-04-08add large disk supportChris Lu1-1/+1
2019-03-21weed filer, weed master: add option to disable httpChris Lu1-2/+2
2019-03-06add back "/cluster/status"Chris Lu1-0/+1
2019-03-02master: add option to disable http operationsChris Lu1-0/+2
2019-02-18raft change from http to grpcChris Lu1-17/+12
2019-02-18adding grpc mutual tlsChris Lu1-1/+6
2019-02-09cleanup security.SecretChris Lu1-2/+1
2019-02-09wip: add security.toml fileChris Lu1-2/+5
2019-01-18go fmtChris Lu1-2/+2
2019-01-18master add separate grpc portChris Lu1-17/+22
2018-10-14move volume vacuum to gRpcChris Lu1-1/+1
2018-08-12randomize raft server startupChris Lu1-1/+1
2018-08-12ensure master server count is oddChris Lu1-6/+26
2018-07-03keep alive for gRpc callsChris Lu1-2/+1
2018-05-09mv pb to master_pbChris Lu1-2/+2
2017-07-16ensure 30GB or lessChris Lu1-0/+3
2017-06-22add cpu and mem pprofChris Lu1-12/+3
2017-02-12remove weeds.confChris Lu1-2/+1
2017-01-10disable master connection timeoutChris Lu1-7/+7
2017-01-10gRpc for master~volume heartbeatChris Lu1-3/+24
2017-01-08support Fallocate on linuxChris Lu1-1/+3
2016-07-05collect proof when stoppingChris Lu1-0/+3
2016-07-03add master profiling optionChris Lu1-0/+10
2016-06-02directory structure change to work with glideChris Lu1-0/+91