aboutsummaryrefslogtreecommitdiff
path: root/weed/command/filer.go
AgeCommit message (Expand)AuthorFilesLines
2020-12-07adding /usr/local/etc/seaweedfs for bsd style config search pathChris Lu1-1/+1
2020-12-04filer: add option to cache small files to filer storeChris Lu1-0/+3
2020-11-12update dc flag descKonstantin Lebedev1-1/+1
2020-10-22set desc of optionKonstantin Lebedev1-1/+1
2020-10-20filer: support default rackChris Lu1-0/+3
2020-09-30adjust help messageChris Lu1-1/+1
2020-09-30filer: replication follows master config if not specifiedChris Lu1-1/+1
2020-09-27filer: able to start s3 togetherChris Lu1-1/+21
2020-09-24adjust for metrics portChris Lu1-1/+3
2020-09-24fix styleKonstantin Lebedev1-0/+1
2020-09-24add start metrics serverKonstantin Lebedev1-1/+3
2020-09-16Filer: ip bindChris Lu1-1/+1
2020-07-16resolve directories if containing home directoryChris Lu1-1/+1
2020-07-07filer: default filer store directoryChris Lu1-1/+6
2020-07-06filer: support cross filer meta data sync if sharing the same storeChris Lu1-0/+3
2020-06-02inject git version into buildChris Lu1-2/+2
2020-04-21filer: add -ip.bind optionChris Lu1-2/+4
2020-04-18filer master start up with default ip address instead of just localhostChris Lu1-1/+2
2020-03-09remove not ready statusChris Lu1-1/+1
2020-03-08mark encryptVolumeData as not readyChris Lu1-1/+1
2020-03-08filer: processing all response headers, no pass through to volume serverChris Lu1-3/+0
2020-03-06filer: option to encrypt data on volume serverChris Lu1-0/+3
2020-03-04refactoringChris Lu1-1/+2
2020-03-01master able to list all master clients by typeChris Lu1-1/+1
2020-02-24filer: move buckets folder to filer.toml since it should not be changed oftenChris Lu1-3/+0
2020-02-24s3: move buckets folder configuration to filerChris Lu1-0/+3
2020-01-29support env variables to overwrite toml fileChris Lu1-4/+3
2019-06-30filer: default to leveldb2Chris Lu1-2/+2
2019-06-23simplify metrics settingsChris Lu1-6/+0
2019-06-15refactoringChris Lu1-0/+1
2019-06-13filer: adds basic metrics pushing to Prometheus gatewayChris Lu1-0/+6
2019-06-05periodic scripts exeuction from leader masterChris Lu1-3/+4
2019-04-24filer: listen on specified ip addressChris Lu1-1/+1
2019-04-23filer: remove customizable grpc port, fixed to filer port + 10000Chris Lu1-6/+1
2019-04-11filer: rename -port.public to -port.readonlyChris Lu1-1/+1
2019-03-21weed filer, weed master: add option to disable httpChris Lu1-0/+3
2019-03-15fix filer starting under "weed server" when ip is not localhostChris Lu1-1/+1
2019-02-18adding grpc mutual tlsChris Lu1-1/+5
2019-02-09cleanup security.SecretChris Lu1-3/+0
2019-02-09wip: add security.toml fileChris Lu1-1/+1
2018-12-16error log formatChris Lu1-1/+1
2018-12-05default "weed server -filer" to same directory as -mdirChris Lu1-0/+9
2018-11-25WIP SeaweedFileSystem added mkdirs, getFileStatus, listStatus, deleteChris Lu1-1/+1
2018-10-11reformatChris Lu1-1/+1
2018-10-10refactor func nameChris Lu1-2/+2
2018-08-19add "weed scaffold" commandChris Lu1-3/+2
2018-08-19merge notification config with filer.tomlChris Lu1-2/+0
2018-08-13add filer notificationChris Lu1-10/+13
2018-08-10small refactoringChris Lu1-3/+1
2018-07-22remove printlnChris Lu1-2/+0