| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-08-08 | volume: support concurrent download data size limit | Chris Lu | 1 | -26/+29 | |
| 2021-07-13 | volume: change all writes to fsync during graceful stopping | Chris Lu | 1 | -0/+1 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2193 | |||||
| 2021-07-03 | volume: default readMode to proxy | Chris Lu | 1 | -1/+1 | |
| 2021-07-01 | go fmt | Chris Lu | 1 | -1/+1 | |
| 2021-06-30 | add proxy mode to read non-local volumes | zhangsong | 1 | -1/+1 | |
| 2021-06-30 | add proxy mode to read non-local volumes | zhangsong | 1 | -3/+3 | |
| 2021-04-27 | minFreeSpace refactored | bingoohuang | 1 | -18/+8 | |
| 2021-04-26 | minFreeSpace argument allows size like 10GiB | bingoohuang | 1 | -14/+16 | |
| 2021-04-02 | go fmt | Chris Lu | 1 | -1/+1 | |
| 2021-03-30 | filer, volume: add concurrent upload size limit to avoid OOM | Chris Lu | 1 | -25/+28 | |
| add some back pressure when writes are slow | |||||
| 2021-03-24 | GOMAXPROCS use defaults to the value of runtime.NumCPU | Konstantin Lebedev | 1 | -3/+0 | |
| https://github.com/chrislusf/seaweedfs/issues/1942 | |||||
| 2021-03-23 | more help message | Chris Lu | 1 | -1/+1 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1937 | |||||
| 2021-03-12 | default to empty host to bind to tcp4 and tcp6 | Chris Lu | 1 | -1/+1 | |
| 2021-03-07 | make tcp optional | Chris Lu | 1 | -1/+5 | |
| 2021-03-05 | volume server: support tcp direct put/get/delete | Chris Lu | 1 | -0/+22 | |
| 2021-02-22 | disk type support custom tags | Chris Lu | 1 | -1/+1 | |
| 2021-02-16 | this can compile now!!! | Chris Lu | 1 | -2/+3 | |
| 2021-02-14 | disk type only supports hdd and ssd, not ready for random tags yet | Chris Lu | 1 | -1/+1 | |
| 2021-02-13 | adjust help message | Chris Lu | 1 | -1/+1 | |
| 2021-02-13 | disk type can be generic tags | Chris Lu | 1 | -5/+1 | |
| 2020-12-16 | go fmt | Chris Lu | 1 | -1/+1 | |
| 2020-12-13 | disk type configurable for each folder | Chris Lu | 1 | -6/+20 | |
| 2020-12-13 | refactor | Chris Lu | 1 | -2/+2 | |
| 2020-12-13 | rename parameter name to "disk" | Chris Lu | 1 | -1/+1 | |
| 2020-12-13 | rename from volumeType to diskType | Chris Lu | 1 | -4/+4 | |
| 2020-12-13 | volume server set volume type and heartbeat to the master | Chris Lu | 1 | -1/+8 | |
| 2020-11-27 | volume: add "-dir.idx" option for separate index storage | Chris Lu | 1 | -1/+1 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1265 | |||||
| 2020-11-26 | marked as WIP | Chris Lu | 1 | -1/+1 | |
| 2020-11-26 | pass in dir.idx parameter to DiskLocation | Chris Lu | 1 | -0/+3 | |
| 2020-10-29 | Revert "increase default volume file size limit to 1024" | Chris Lu | 1 | -1/+1 | |
| 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-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-09-24 | adjust for metrics port | Chris Lu | 1 | -1/+3 | |
| 2020-09-24 | add start metrics server | Konstantin Lebedev | 1 | -0/+3 | |
| 2020-09-13 | shell: add volumeServer.leave command | Chris Lu | 1 | -7/+12 | |
| 2020-09-13 | refactoring | Chris Lu | 1 | -33/+24 | |
| 2020-09-12 | reduce default wait time to 10s before shutting down | Chris Lu | 1 | -1/+1 | |
| 2020-08-26 | log message | Chris Lu | 1 | -1/+1 | |
| 2020-08-26 | fix logs | Chris Lu | 1 | -2/+2 | |
| 2020-08-26 | fix log error | Chris Lu | 1 | -2/+2 | |
| 2020-08-26 | stop send heartbeat before stop volume server | Konstantin Lebedev | 1 | -1/+7 | |
| 2020-08-13 | increase default volume file size limit to 1024 | Chris Lu | 1 | -1/+1 | |
| avoid possible large chunk size set on mount or filer | |||||
| 2020-07-16 | resolve directories if containing home directory | Chris Lu | 1 | -1/+1 | |
| 2020-07-10 | Revert "remove fixJpgOrientation" | ζθΏε | 1 | -1/+3 | |
| This reverts commit de5ca9b2 | |||||
| 2020-07-03 | volume: min free space default to 1% | Chris Lu | 1 | -1/+1 | |
| 2020-07-03 | refactoring | Chris Lu | 1 | -7/+7 | |
| 2020-06-28 | default to 8 volumes | Chris Lu | 1 | -1/+1 | |
| in case all the volumes are allocated for a collection | |||||
| 2020-06-21 | volume: add default minFreeSpacePercent | Chris Lu | 1 | -0/+5 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1366 | |||||
| 2020-06-21 | refactoring | Chris Lu | 1 | -7/+10 | |
| 2020-06-21 | adjust help message | Chris Lu | 1 | -3/+2 | |
| 2020-06-21 | fix the help message | Chris Lu | 1 | -0/+3 | |
