| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-12-04 | filer: add option to cache small files to filer store | Chris Lu | 2 | -0/+4 | |
| 2020-11-27 | volume: add "-dir.idx" option for separate index storage | Chris Lu | 4 | -6/+5 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1265 | |||||
| 2020-11-26 | marked as WIP | Chris Lu | 2 | -2/+2 | |
| 2020-11-26 | pass in dir.idx parameter to DiskLocation | Chris Lu | 2 | -0/+4 | |
| 2020-11-16 | deprecating "filer.options.buckets_fsync" in filer.toml | Chris Lu | 1 | -4/+0 | |
| 2020-11-11 | Merge pull request #1610 from kmlebedev/prefer_read_in_this_dc | Chris Lu | 2 | -2/+2 | |
| prefer to read from volumes in this data center | |||||
| 2020-11-12 | update dc flag desc | Konstantin Lebedev | 1 | -1/+1 | |
| 2020-11-12 | fiil serverUrls sorted by data center | Konstantin Lebedev | 1 | -1/+1 | |
| 2020-11-11 | avoid unnecessary error message | Chris Lu | 1 | -1/+1 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1611 | |||||
| 2020-11-01 | move to util.RetryWaitTime | Chris Lu | 1 | -3/+3 | |
| 2020-10-31 | go fmt | Chris Lu | 1 | -1/+1 | |
| 2020-10-30 | mount: optional limit for the number of concurrent writers | Chris Lu | 2 | -0/+3 | |
| 2020-10-30 | clean up | Chris Lu | 1 | -1/+1 | |
| 2020-10-30 | Update filer_copy.go | Kenny | 1 | -1/+1 | |
| 修改 weed filer.copy 上传目录时文件名变子目录的问题 | |||||
| 2020-10-29 | Revert "increase default volume file size limit to 1024" | Chris Lu | 2 | -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-29 | server: Add option to enable/disable volume server | Chris Lu | 1 | -5/+7 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1572 | |||||
| 2020-10-25 | passing full path when assign volume locations | Chris Lu | 1 | -2/+2 | |
| 2020-10-25 | renaming | Chris Lu | 1 | -2/+2 | |
| 2020-10-25 | minor | Chris Lu | 1 | -1/+1 | |
| 2020-10-25 | filer.copy: automatically use the right bucket | Chris Lu | 1 | -2/+15 | |
| 2020-10-24 | go fmt | Chris Lu | 1 | -1/+1 | |
| 2020-10-24 | default to 2 for better performance in common computer hardware | Chris Lu | 1 | -1/+1 | |
| 2020-10-23 | adjust election timeout to 10 seconds | Chris Lu | 1 | -1/+1 | |
| 2020-10-23 | make it easy with setting up multiple masters in a clcuster | Chris Lu | 1 | -0/+4 | |
| 2020-10-22 | set desc of option | Konstantin Lebedev | 3 | -3/+3 | |
| 2020-10-20 | filer: support default rack | Chris Lu | 2 | -0/+4 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1546 | |||||
| 2020-10-16 | refactor | Chris Lu | 1 | -1/+1 | |
| 2020-10-13 | Only wait on retryable requests | Chris Lu | 1 | -1/+1 | |
| 2020-10-11 | mount: outsideContainerClusterMode changed to use volume server publicUrl | Chris Lu | 1 | -7/+1 | |
| 2020-10-10 | mount: configurable read wait time | Chris Lu | 2 | -5/+14 | |
| 2020-10-08 | s3: adjust config examples | Chris Lu | 1 | -1/+13 | |
| 2020-10-07 | read from alternative replica | Chris Lu | 1 | -2/+7 | |
| related to https://github.com/chrislusf/seaweedfs/issues/1512 | |||||
| 2020-10-07 | master: check peers for existing leader before starting a leader election | Chris Lu | 1 | -4/+22 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1509 | |||||
| 2020-10-06 | volume: auto expands -max setting | Chris Lu | 1 | -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-03 | fix starting problem | Chris Lu | 1 | -1/+1 | |
| 2020-10-03 | FUSE: use the mount directory permissions | Chris Lu | 1 | -0/+27 | |
| 2020-10-03 | fix: resumeState | Устюжанин Антон Александрович | 2 | -1/+2 | |
| 2020-10-03 | fix: restore raft state | Устюжанин Антон Александрович | 1 | -3/+3 | |
| 2020-10-02 | fix: restore raft state | Устюжанин Антон Александрович | 1 | -3/+5 | |
| 2020-09-30 | adjust help message | Chris Lu | 2 | -2/+2 | |
| 2020-09-30 | filer: replication follows master config if not specified | Chris Lu | 2 | -5/+1 | |
| 2020-09-27 | filer: able to start s3 together | Chris Lu | 1 | -1/+21 | |
| 2020-09-24 | filer store: Cassandra supports username/password | Chris Lu | 1 | -0/+2 | |
| 2020-09-24 | Merge pull request #1482 from hilimd/master | Chris Lu | 1 | -28/+1 | |
| Fix: s3 delete object | |||||
| 2020-09-25 | mount: rollback default value | limd | 1 | -1/+1 | |
| 2020-09-24 | adjust for metrics port | Chris Lu | 4 | -9/+11 | |
| 2020-09-24 | consolidate to one metricsPort in "weed server" mode | Chris Lu | 1 | -3/+7 | |
| 2020-09-24 | Merge pull request #1489 from kmlebedev/promhttp | Chris Lu | 4 | -6/+18 | |
| Promhttp | |||||
| 2020-09-24 | fix style | Konstantin Lebedev | 2 | -0/+2 | |
| 2020-09-24 | add start metrics server | Konstantin Lebedev | 4 | -8/+18 | |
