aboutsummaryrefslogtreecommitdiff
path: root/weed/server/volume_grpc_tier_download.go
AgeCommit message (Collapse)AuthorFilesLines
2022-10-14avoid load volume file with BytesOffset mismatch (#3841)Konstantin Lebedev1-2/+2
* avoid load volume file with BytesOffset mismatch https://github.com/seaweedfs/seaweedfs/issues/2966 * set BytesOffset if has not VolumeInfoFile * typos fail => failed * exit if bytesOffset mismatch
2022-09-14refactor(server): `suppported` -> `supported` (#3677)Ryan Russell1-1/+1
Signed-off-by: Ryan Russell <git@ryanrussell.org> Signed-off-by: Ryan Russell <git@ryanrussell.org>
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-3/+3
2020-11-27volume: add "-dir.idx" option for separate index storageChris Lu1-2/+2
fix https://github.com/chrislusf/seaweedfs/issues/1265
2019-12-28rename volume tier info to volume infoChris Lu1-2/+2
2019-12-25tier storage: support downloading the remote dat filesChris Lu1-0/+85