| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | |
| 2020-06-20 | remove fixJpgOrientation | Chris Lu | 1 | -3/+1 | |
| 2020-06-14 | volume: fix typo in minFreeSpacePercent option | Chris Lu | 1 | -1/+1 | |
| 2020-06-10 | fix volume server pprof | Chris Lu | 1 | -10/+11 | |
| 2020-06-10 | added --pprof to volume servers | Kimbsen | 1 | -9/+25 | |
| 2020-06-05 | go fmt | Chris Lu | 1 | -2/+2 | |
| 2020-06-05 | Name fix | Evgenii Kozlov | 1 | -9/+9 | |
| 2020-06-05 | Set volumes ReadOnly if low free disk space | Evgenii Kozlov | 1 | -3/+15 | |
| 2020-06-04 | disable pulse seconds | Chris Lu | 1 | -3/+3 | |
| there are a few other hard coded timing settings, which will cause disconnected volume servers. | |||||
| 2020-06-02 | inject git version into build | Chris Lu | 1 | -2/+2 | |
| 2020-04-28 | refacotr: move signal handling and pprof to grace package | wuyuxiang | 1 | -2/+3 | |
| 2020-04-18 | master, volume default to detected host | Chris Lu | 1 | -1/+1 | |
| 2020-04-09 | add logs | Chris Lu | 1 | -0/+1 | |
| 2020-04-09 | volume: best effort to detect ip address | Chris Lu | 1 | -1/+1 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1264 | |||||
| 2020-03-22 | add auto configured volume max count help messge | Chris Lu | 1 | -1/+1 | |
| 2020-03-04 | refactoring | Chris Lu | 1 | -1/+2 | |
| 2020-01-29 | support env variables to overwrite toml file | Chris Lu | 1 | -1/+1 | |
| 2020-01-03 | volume: add option to limit file size | Chris Lu | 1 | -3/+8 | |
| 2019-11-29 | resolve the Duration.Milliseconds() is not exist in golang v11 & v12 | stlpmo | 1 | -4/+8 | |
| 2019-11-17 | test passed | stlpmo | 1 | -32/+110 | |
