aboutsummaryrefslogtreecommitdiff
path: root/weed/server/volume_server.go
AgeCommit message (Expand)AuthorFilesLines
2021-04-27minFreeSpace refactoredbingoohuang1-1/+1
2021-04-26minFreeSpace argument allows size like 10GiBbingoohuang1-2/+2
2021-03-30filer, volume: add concurrent upload size limit to avoid OOMChris Lu1-0/+8
2021-02-16this can compile now!!!Chris Lu1-1/+2
2021-02-09Merge branch 'master' into support_ssd_volumeChris Lu1-2/+2
2021-02-07renaming NeedleMapType to NeedleMapKindbingoohuang1-2/+2
2020-12-13disk type configurable for each folderChris Lu1-4/+2
2020-12-13refactorChris Lu1-2/+2
2020-12-13rename from volumeType to diskTypeChris Lu1-4/+4
2020-12-13volume server set volume type and heartbeat to the masterChris Lu1-2/+4
2020-11-26pass in dir.idx parameter to DiskLocationChris Lu1-1/+2
2020-09-24adjust for metrics portChris Lu1-3/+1
2020-09-24add start metrics serverKonstantin Lebedev1-0/+2
2020-09-20adjust loggingChris Lu1-3/+1
2020-09-19volume: get metrics configuration from masterChris Lu1-3/+4
2020-09-16simplify metrics configuration logicChris Lu1-4/+1
2020-09-16volume: load configuration from master at the startChris Lu1-0/+3
2020-09-13shell: add volumeServer.leave commandChris Lu1-2/+4
2020-08-26stop send heartbeat before stop volume serverKonstantin Lebedev1-0/+2
2020-08-25volume server: remove whitelist for status checkingChris Lu1-1/+1
2020-07-10Revert "remove fixJpgOrientation"ζŽθΏœε†›1-0/+3
2020-07-03refactoringChris Lu1-2/+2
2020-06-20remove fixJpgOrientationChris Lu1-3/+0
2020-06-05Name fixEvgenii Kozlov1-2/+2
2020-06-05Set volumes ReadOnly if low free disk spaceEvgenii Kozlov1-3/+2
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