aboutsummaryrefslogtreecommitdiff
path: root/weed/shell
AgeCommit message (Collapse)AuthorFilesLines
2020-02-02shell: add volume.configure.replication to change replication for a volumeChris Lu1-0/+105
fix https://github.com/chrislusf/seaweedfs/issues/1192
2020-01-29support env variables to overwrite toml fileChris Lu1-4/+2
2020-01-26use the same context object in order to retryChris Lu16-28/+28
2020-01-25grpc send error via response instead of grpc errorChris Lu1-1/+1
2020-01-19refactoringChris Lu4-9/+6
2020-01-01update help messageChris Lu1-1/+1
2020-01-01fix help messageChris Lu2-2/+2
2019-12-29fs: synchronized meta file writingChris Lu1-7/+20
fix https://github.com/chrislusf/seaweedfs/issues/1175
2019-12-28ec: generate and copy .vif fileChris Lu3-0/+3
2019-12-25go fmtChris Lu1-4/+4
2019-12-25tier storage: support downloading the remote dat filesChris Lu3-22/+187
2019-12-24ec encode distribute ec data and parity shards evenlyChris Lu3-27/+36
2019-12-24ed.decode prefers servers with most data shardsChris Lu1-2/+3
2019-12-23only copy required shardsChris Lu1-1/+1
2019-12-23adjust help messageChris Lu1-5/+8
2019-12-23go fmtChris Lu1-1/+0
2019-12-23shell: add ec.decode commandChris Lu4-7/+273
2019-12-22fmtChris Lu1-2/+3
2019-12-20adjust help messageChris Lu1-4/+0
2019-12-20shell: add fs.meta.cat to see file meta data contentChris Lu1-0/+75
related to https://github.com/chrislusf/seaweedfs/issues/1163
2019-12-13filer: streaming file listingChris Lu6-298/+197
2019-12-11adjust command nameChris Lu1-5/+5
2019-12-06filer: speed up filer.meta.save by parallelizingChris Lu2-12/+50
2019-12-03grow volumes on volume servers with slots freed by cloud storageChris Lu1-4/+4
2019-12-02go fmtChris Lu1-1/+1
2019-12-02tiered storage: can copy to s3, read from s3Chris Lu1-15/+53
master not aware tiered volume yet, file assigning is not working yet
2019-11-27go fmtChris Lu1-5/+5
2019-11-27s3Chris Lu1-0/+112
2019-11-24adjust error messageChris Lu1-1/+1
2019-11-24fix typo in command helpChris Lu1-1/+1
2019-11-12passing in averageShardsPerEcNode instead of expectedTotalEcShardsChris Lu1-2/+1
addressing https://github.com/chrislusf/seaweedfs/issues/1111
2019-11-12add sortEcNodesByFreeslotsDecending and sortEcNodesByFreeslotsAscendingChris Lu3-5/+11
addressing https://github.com/chrislusf/seaweedfs/issues/1111
2019-11-12avoid double counting ec slotChris Lu1-10/+10
addressing issue found in https://github.com/chrislusf/seaweedfs/issues/1111 The ec slots are already counted on the server side.
2019-11-10fix rack_not_found caseChris Lu1-0/+4
fix rack_not_found in https://github.com/chrislusf/seaweedfs/issues/1111
2019-11-10use constantChris Lu1-1/+1
2019-10-25go fmtChris Lu1-2/+2
2019-10-25fix iitial filer urlChris Lu1-2/+2
2019-09-29master api: return http 404 when volumeId not existLei Liu1-2/+2
Signed-off-by: Lei Liu <lei01.liu@horizon.ai>
2019-07-28master: followers can also lookup and redirectChris Lu1-2/+2
improve scalability
2019-07-26shell: Added minor changes to `fs.meta.save`Chris Lu1-8/+22
* added an option to set the output file name * added an option to see verbose output, default to non-verbose mode related to: https://github.com/chrislusf/seaweedfs/issues/1019
2019-07-21go fmtChris Lu1-3/+0
2019-07-11shell: add fs.mvChris Lu1-0/+96
fix https://github.com/chrislusf/seaweedfs/issues/954
2019-06-27go fmtChris Lu1-1/+1
2019-06-26mark volume readonly before ec encodingChris Lu1-0/+26
2019-06-22fix compilation errorChris Lu1-1/+1
2019-06-22refactoringChris Lu2-22/+14
2019-06-10go fmtChris Lu2-2/+1
2019-06-10ec shard balancingChris Lu6-154/+620
2019-06-07ec.balance: collect dc rack infoChris Lu2-12/+20
2019-06-05fix ec related bugsChris Lu3-1/+35