aboutsummaryrefslogtreecommitdiff
path: root/weed/server/master_grpc_server_volume.go
AgeCommit message (Expand)AuthorFilesLines
2021-08-12use grpc and jwtChris Lu1-4/+10
2021-08-12master: add master.follower to handle read file id lookup requestsChris Lu1-4/+0
2021-07-01go fmtChris Lu1-1/+1
2021-05-06ahead of time volume assignmentqieqieplus1-21/+81
2021-02-26Show the real disk usage in stats callsPatrick Schmidt1-5/+2
2021-02-18add descriptive error if no free volumesChris Lu1-1/+1
2021-02-16use hdd instead of empty stringChris Lu1-1/+1
2021-02-16this can compile now!!!Chris Lu1-4/+4
2021-02-13disk type can be generic tagsChris Lu1-4/+1
2020-12-16go fmtChris Lu1-1/+1
2020-12-13master allocate volumes if ssd type runs outChris Lu1-1/+1
2020-12-13rename from volumeType to diskTypeChris Lu1-3/+3
2020-12-13volume server set volume type and heartbeat to the masterChris Lu1-1/+1
2020-12-13adding volume typeChris Lu1-1/+7
2020-11-28shell: add volume.vacuum commandChris Lu1-0/+13
2020-10-07go fmtChris Lu1-1/+0
2020-10-07master: check peers for existing leader before starting a leader electionChris Lu1-13/+0
2020-09-30filer: replication follows master config if not specifiedChris Lu1-0/+1
2020-09-20adjust loggingChris Lu1-3/+0
2020-09-19volume: get metrics configuration from masterChris Lu1-0/+3
2020-09-16add storage backend to GetMasterConfigurationResponseChris Lu1-0/+2
2020-03-26FUSE mount: report max volume count available disk space1.68Chris Lu1-1/+3
2019-12-23shell: add ec.decode commandChris Lu1-3/+4
2019-11-10add volume number param in assign operationzhangsong1-1/+1
2019-10-29misc updatedLei Liu1-1/+1
2019-10-21adjust parameter namesChris Lu1-1/+1
2019-09-12Change joeslay paths to chrislusf pathsj.laycock1-5/+5
2019-09-04Changed the InMemory bool to a uint32 so that it can be used to alter how muc...Tom Maxwell1-7/+8
2019-09-02Swap imports to use joeslayj.laycock1-5/+5
2019-06-23simplify metrics settingsChris Lu1-0/+10
2019-06-23big refactoringChris Lu1-4/+4
2019-05-28read ec volume shards locations from masterChris Lu1-0/+33
2019-05-05shell: add volume.balance commandChris Lu1-1/+2
2019-05-04master: add jwt expires_after_secondsChris Lu1-1/+1
2019-04-18refactoringChris Lu1-2/+3
2019-03-17weed shell: list volumesChris Lu1-0/+13
2019-02-18adding grpc mutual tlsChris Lu1-1/+1
2019-02-15benchmark can work in secure modeChris Lu1-0/+2
2019-01-12Fix https://github.com/chrislusf/seaweedfs/issues/830chenwanli1-0/+14
2018-11-23go fmtChris Lu1-1/+1
2018-11-23add fs.FSStatfser for SeaweedFS weed mountChris Lu1-0/+26
2018-11-20master add grpc API for fileid assigningChris Lu1-0/+86