aboutsummaryrefslogtreecommitdiff
path: root/weed/shell/commands.go
AgeCommit message (Expand)AuthorFilesLines
2022-08-04filer prefer volume server in same data center (#3405)Konstantin Lebedev1-0/+4
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-5/+5
2022-07-28add dc and rackchrislu1-1/+1
2022-05-01filer: add filer groupchrislu1-1/+2
2022-03-26refactor: change masters from a slice to a mapchrislu1-1/+1
2022-01-12master: remove hard coded filer settings in master.tomlchrislu1-2/+2
2021-12-26use streaming mode for long poll grpc callschrislu1-2/+2
2021-12-10add lock messageschrislu1-1/+2
2021-09-19refactorChris Lu1-1/+1
2021-09-12change server address from string to a typeChris Lu1-4/+3
2021-09-07handle ipv6 addressesChris Lu1-1/+1
2021-08-05Merge branch 'master' into add_remote_storageChris Lu1-1/+1
2021-08-05adjust error messageChris Lu1-1/+1
2021-08-04refactoringChris Lu1-3/+4
2021-01-28add back AdjustedUrl() related codeChris Lu1-0/+4
2021-01-24mount: outsideContainerClusterMode proxy through filerChris Lu1-4/+0
2021-01-24Revert "mount: when outside cluster network, use filer as proxy to access vol...Chris Lu1-0/+4
2021-01-24mount: when outside cluster network, use filer as proxy to access volume serversChris Lu1-4/+0
2020-11-12fiil serverUrls sorted by data centerKonstantin Lebedev1-1/+1
2020-10-11refactoring in order to adjust volume server url laterChris Lu1-2/+2
2020-05-26refactoringChris Lu1-3/+4
2020-04-29refactoringChris Lu1-0/+2
2020-04-23master: add cluster wide lock/unlock operation in weed shellChris Lu1-0/+10
2020-04-23add exclusive lock library on shellChris Lu1-1/+4
2020-04-18filer master start up with default ip address instead of just localhostChris Lu1-1/+1
2020-04-12refactoringChris Lu1-1/+1
2020-04-05refactoringChris Lu1-2/+1
2020-03-26go fmtChris Lu1-1/+0
2020-03-23refactoringChris Lu1-0/+13
2020-03-23fix directory checkingChris Lu1-1/+5
2020-03-23simplify parsing filer host and portChris Lu1-20/+7
2020-03-23shell: desupport filer url in the argumentsChris Lu1-2/+3
2020-03-23refactoringChris Lu1-2/+2
2020-03-07breaks dependency loopChris Lu1-1/+0
2020-03-07fuse mount: avoid lookup nil entryChris Lu1-5/+1
2020-03-01go fmtChris Lu1-2/+2
2020-03-01master able to list all master clients by typeChris Lu1-2/+1
2020-02-25avoid reusing context objectChris Lu1-6/+6
2020-01-26use the same context object in order to retryChris Lu1-1/+1
2019-12-13filer: streaming file listingChris Lu1-15/+9
2019-10-25go fmtChris Lu1-2/+2
2019-10-25fix iitial filer urlChris Lu1-2/+2
2019-06-10go fmtChris Lu1-1/+0
2019-06-05periodic scripts exeuction from leader masterChris Lu1-11/+22
2019-04-18go fmtChris Lu1-1/+1
2019-04-04weed shell: fs.cd change current directoryChris Lu1-0/+54
2019-04-03weed shell: add fs.cd, fs.pwd to change to a directory and print current dire...Chris Lu1-0/+38
2019-03-19weed shell: adding file system disk usage fs.duChris Lu1-0/+1
2019-03-16add shell command to list all collectionsChris Lu1-0/+27