aboutsummaryrefslogtreecommitdiff
path: root/weed/server/volume_server.go
AgeCommit message (Expand)AuthorFilesLines
2020-02-21move volume server stats to grpcChris Lu1-3/+5
2020-01-29support env variables to overwrite toml fileChris Lu1-4/+3
2020-01-03volume: add option to limit file sizeChris Lu1-2/+7
2019-06-17volume servers get metrics address and interval from the masterChris Lu1-3/+4
2019-06-15refactoringChris Lu1-2/+6
2019-06-14go fmtChris Lu1-2/+2
2019-06-14volume server: adds basic metricsChris Lu1-0/+5
2019-06-06jwt for read access controlChris Lu1-1/+5
2019-05-27volum server passes grpc option and master location to storeChris Lu1-10/+10
2019-05-04master: add jwt expires_after_secondsChris Lu1-1/+3
2019-05-04remove unused codeChris Lu1-4/+0
2019-05-03volume: add option to limit compaction speedChris Lu1-11/+15
2019-02-18adding grpc mutual tlsChris Lu1-8/+10
2019-02-14add authorizing fileId write accessChris Lu1-7/+17
2018-10-15migrate volume sync to gRpcChris Lu1-2/+0
2018-10-15move volume mount/unmount on volume server to grpcChris Lu1-2/+0
2018-10-15remove volume server /admin/volume/deleteChris Lu1-1/+0
2018-10-15migrate volume sync status to grpc API on volume serverChris Lu1-1/+0
2018-10-15migrate assign volume to grpc API on volume serverChris Lu1-1/+0
2018-10-15migrate delete collection to grpc API on volume serverChris Lu1-1/+0
2018-10-14move volume vacuum to gRpcChris Lu1-4/+0
2018-10-14use grpc to replace http APIs for batch volume id lookup and batch deleteChris Lu1-1/+0
2018-10-11adding basic grpc to volume serverChris Lu1-1/+2
2018-10-07embed static resources via statikChris Lu1-1/+2
2018-07-21go fmtChris Lu1-1/+1
2018-06-01use fixed list of masters in both filer and volume serversChris Lu1-24/+9
2018-05-28adding favicon to filer alsoChris Lu1-1/+1
2017-08-29preallocate disk space during compaction also, add cleanup for failed compactionChris Lu1-0/+1
2017-06-03skip bytes cacheChris Lu1-3/+1
2017-01-20Delete volumes online without restarting volume serverbrstgt1-0/+1
2017-01-20Mount and unmount volumes online without restarting volume serverbrstgt1-0/+2
2017-01-10gRpc for master~volume heartbeatChris Lu1-32/+2
2016-11-16add option to enable cachingChris Lu1-1/+3
2016-06-02directory structure change to work with glideChris Lu1-0/+125