aboutsummaryrefslogtreecommitdiff
path: root/weed/command
AgeCommit message (Collapse)AuthorFilesLines
2020-12-04filer: add option to cache small files to filer storeChris Lu2-0/+4
2020-11-27volume: add "-dir.idx" option for separate index storageChris Lu4-6/+5
fix https://github.com/chrislusf/seaweedfs/issues/1265
2020-11-26marked as WIPChris Lu2-2/+2
2020-11-26pass in dir.idx parameter to DiskLocationChris Lu2-0/+4
2020-11-16deprecating "filer.options.buckets_fsync" in filer.tomlChris Lu1-4/+0
2020-11-11Merge pull request #1610 from kmlebedev/prefer_read_in_this_dcChris Lu2-2/+2
prefer to read from volumes in this data center
2020-11-12update dc flag descKonstantin Lebedev1-1/+1
2020-11-12fiil serverUrls sorted by data centerKonstantin Lebedev1-1/+1
2020-11-11avoid unnecessary error messageChris Lu1-1/+1
fix https://github.com/chrislusf/seaweedfs/issues/1611
2020-11-01move to util.RetryWaitTimeChris Lu1-3/+3
2020-10-31go fmtChris Lu1-1/+1
2020-10-30mount: optional limit for the number of concurrent writersChris Lu2-0/+3
2020-10-30clean upChris Lu1-1/+1
2020-10-30Update filer_copy.goKenny1-1/+1
修改 weed filer.copy 上传目录时文件名变子目录的问题
2020-10-29Revert "increase default volume file size limit to 1024"Chris Lu2-2/+2
This reverts commit 0983060a I am confused why this was changed to 1024 by myself. 1GB should be too large for most cases.
2020-10-29server: Add option to enable/disable volume serverChris Lu1-5/+7
fix https://github.com/chrislusf/seaweedfs/issues/1572
2020-10-25passing full path when assign volume locationsChris Lu1-2/+2
2020-10-25renamingChris Lu1-2/+2
2020-10-25minorChris Lu1-1/+1
2020-10-25filer.copy: automatically use the right bucketChris Lu1-2/+15
2020-10-24go fmtChris Lu1-1/+1
2020-10-24default to 2 for better performance in common computer hardwareChris Lu1-1/+1
2020-10-23adjust election timeout to 10 secondsChris Lu1-1/+1
2020-10-23make it easy with setting up multiple masters in a clcusterChris Lu1-0/+4
2020-10-22set desc of optionKonstantin Lebedev3-3/+3
2020-10-20filer: support default rackChris Lu2-0/+4
fix https://github.com/chrislusf/seaweedfs/issues/1546
2020-10-16refactorChris Lu1-1/+1
2020-10-13Only wait on retryable requestsChris Lu1-1/+1
2020-10-11mount: outsideContainerClusterMode changed to use volume server publicUrlChris Lu1-7/+1
2020-10-10mount: configurable read wait timeChris Lu2-5/+14
2020-10-08s3: adjust config examplesChris Lu1-1/+13
2020-10-07read from alternative replicaChris Lu1-2/+7
related to https://github.com/chrislusf/seaweedfs/issues/1512
2020-10-07master: check peers for existing leader before starting a leader electionChris Lu1-4/+22
fix https://github.com/chrislusf/seaweedfs/issues/1509
2020-10-06volume: auto expands -max settingChris Lu1-0/+5
I have tried to run weed volume but got errors... cmd: weed volume -max=0 -mserver="127.0.0.1:9333" -port=8080 -dir="/var/www/d1/sfs,/var/www/d2/sfs,/var/www/d3/sfs" log: I1006 15:09:26 17040 file_util.go:23] Folder /var/www/d1/sfs Permission: -rwxr-xr-x I1006 15:09:26 17040 file_util.go:23] Folder /var/www/d2/sfs Permission: -rwxr-xr-x I1006 15:09:26 17040 file_util.go:23] Folder /var/www/d3/sfs Permission: -rwxr-xr-x F1006 15:09:26 17040 volume.go:142] 3 directories by -dir, but only 1 max is set by -max What am I doing wrong? Thx.
2020-10-03fix starting problemChris Lu1-1/+1
2020-10-03FUSE: use the mount directory permissionsChris Lu1-0/+27
2020-10-03fix: resumeStateУстюжанин Антон Александрович2-1/+2
2020-10-03fix: restore raft stateУстюжанин Антон Александрович1-3/+3
2020-10-02fix: restore raft stateУстюжанин Антон Александрович1-3/+5
2020-09-30adjust help messageChris Lu2-2/+2
2020-09-30filer: replication follows master config if not specifiedChris Lu2-5/+1
2020-09-27filer: able to start s3 togetherChris Lu1-1/+21
2020-09-24filer store: Cassandra supports username/passwordChris Lu1-0/+2
2020-09-24Merge pull request #1482 from hilimd/masterChris Lu1-28/+1
Fix: s3 delete object
2020-09-25mount: rollback default valuelimd1-1/+1
2020-09-24adjust for metrics portChris Lu4-9/+11
2020-09-24consolidate to one metricsPort in "weed server" modeChris Lu1-3/+7
2020-09-24Merge pull request #1489 from kmlebedev/promhttpChris Lu4-6/+18
Promhttp
2020-09-24fix styleKonstantin Lebedev2-0/+2
2020-09-24add start metrics serverKonstantin Lebedev4-8/+18