aboutsummaryrefslogtreecommitdiff
path: root/weed/shell/command_fs_meta_load.go
AgeCommit message (Expand)AuthorFilesLines
2024-05-21fix wrong prefix exampleChris Lu1-1/+1
2024-05-21chore: add missing concurrency help in fs.meta.load command (#5609)Vlad1-0/+1
2023-12-28shell meta load add concurrency (#4529)Konstantin Lebedev1-9/+27
2022-09-27fs.meta.load load any dirs with prefix "important" (#3747)Konstantin Lebedev1-1/+15
2022-08-30print process before do the workchrislu1-7/+7
2022-08-17move proto packagechrislu1-1/+1
2022-08-07shell: fs.meta.load add quieter modechrislu1-1/+16
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-2/+2
2021-12-26use streaming mode for long poll grpc callschrislu1-1/+1
2021-04-15avoid possible corrupted file namesChris Lu1-0/+2
2020-03-23simplify parsing filer host and portChris Lu1-7/+2
2020-03-23refactoringChris Lu1-2/+1
2020-02-25avoid reusing context objectChris Lu1-6/+4
2020-01-26use the same context object in order to retryChris Lu1-1/+1
2020-01-25grpc send error via response instead of grpc errorChris Lu1-1/+1
2019-06-05periodic scripts exeuction from leader masterChris Lu1-2/+2
2019-04-26minorChris Lu1-0/+5
2019-04-18go fmtChris Lu1-2/+2
2019-04-16weed shell: fs.meta.save adjusts meta data file nameChris Lu1-1/+1
2019-04-16weed shell: add command fs.meta.load to restore meta dataChris Lu1-0/+103