aboutsummaryrefslogtreecommitdiff
path: root/weed/topology/allocate_volume.go
AgeCommit message (Expand)AuthorFilesLines
2021-12-26use streaming mode for long poll grpc callschrislu1-1/+1
2021-09-12change server address from string to a typeChris Lu1-1/+1
2021-05-06ahead of time volume assignmentqieqieplus1-1/+1
2020-12-13allocate volume by disk typeChris Lu1-0/+1
2020-02-25avoid reusing context objectChris Lu1-1/+1
2020-01-26use the same context object in order to retryChris Lu1-1/+1
2019-10-21adjust parameter namesChris Lu1-1/+1
2019-09-12Change joeslay paths to chrislusf pathsj.laycock1-3/+3
2019-09-04Changed the InMemory bool to a uint32 so that it can be used to alter how muc...Tom Maxwell1-6/+6
2019-09-03Add InMemory to Volume Grow structurej.laycock1-0/+1
2019-09-02Swap imports to use joeslayj.laycock1-3/+3
2019-04-18refactoringChris Lu1-2/+3
2019-04-10refactor: adjust grpc API nameChris Lu1-1/+1
2019-03-23weed volume: add grpc operation to relicate a volume to localChris Lu1-1/+1
2019-02-20avoid grpc 5 seconds timeoutChris Lu1-6/+2
2019-02-18adding grpc mutual tlsChris Lu1-2/+3
2019-01-10Set timeout for master and volume non-streaming rpcchenwanli1-1/+5
2018-10-15migrate volume sync status to grpc API on volume serverChris Lu1-1/+1
2018-10-15migrate assign volume to grpc API on volume serverChris Lu1-23/+15
2017-01-08support Fallocate on linuxChris Lu1-0/+1
2016-06-02directory structure change to work with glideChris Lu1-0/+35