aboutsummaryrefslogtreecommitdiff
path: root/weed/command/volume.go
AgeCommit message (Expand)AuthorFilesLines
2020-04-28refacotr: move signal handling and pprof to grace packagewuyuxiang1-2/+3
2020-04-18master, volume default to detected hostChris Lu1-1/+1
2020-04-09add logsChris Lu1-0/+1
2020-04-09volume: best effort to detect ip addressChris Lu1-1/+1
2020-03-22add auto configured volume max count help messgeChris Lu1-1/+1
2020-03-04refactoringChris Lu1-1/+2
2020-01-29support env variables to overwrite toml fileChris Lu1-1/+1
2020-01-03volume: add option to limit file sizeChris Lu1-3/+8
2019-11-29resolve the Duration.Milliseconds() is not exist in golang v11 & v12stlpmo1-4/+8
2019-11-17test passedstlpmo1-32/+110
2019-06-23big refactoringChris Lu1-6/+1
2019-06-17volume servers get metrics address and interval from the masterChris Lu1-6/+0
2019-06-14volume server: adds basic metricsChris Lu1-0/+6
2019-06-05periodic scripts exeuction from leader masterChris Lu1-3/+4
2019-05-06shell: volume.balance add option for all_collections, each_collectionChris Lu1-1/+1
2019-05-03volume: add option to limit compaction speedChris Lu1-0/+3
2019-04-09weed volume: fix bug, remove boltdb, btreeChris Lu1-2/+2
2019-04-09weed volume: remove boltdb, btree options, add options for leveldb medium, largeChris Lu1-4/+4
2019-02-25volume server directly support httpsChris Lu1-2/+9
2019-02-18adding grpc mutual tlsChris Lu1-1/+6
2018-12-16error log formatChris Lu1-1/+1
2018-11-21default images.fix.orientation to falseChris Lu1-1/+1
2018-10-11adding basic grpc to volume serverChris Lu1-0/+13
2018-10-11go fmtChris Lu1-5/+6
2018-10-11refactor volume server to startVolumeServer()Chris Lu1-10/+18
2018-06-01use fixed list of masters in both filer and volume serversChris Lu1-3/+6
2017-06-22add cpu and mem pprofChris Lu1-1/+6
2017-06-03skip bytes cacheChris Lu1-3/+0
2017-05-26add btree for volume indexChris Lu1-1/+3
2017-01-12auto detect volume server ip addressChris Lu1-1/+1
2017-01-10default IP to "localhost"Chris Lu1-1/+1
2017-01-10gRpc for master~volume heartbeatChris Lu1-1/+1
2016-11-16add option to enable cachingChris Lu1-0/+3
2016-06-02directory structure change to work with glideChris Lu1-0/+165