aboutsummaryrefslogtreecommitdiff
path: root/weed/command/volume.go
AgeCommit message (Collapse)AuthorFilesLines
2021-02-13disk type can be generic tagsChris Lu1-5/+1
2020-12-16go fmtChris Lu1-1/+1
2020-12-13disk type configurable for each folderChris Lu1-6/+20
2020-12-13refactorChris Lu1-2/+2
2020-12-13rename parameter name to "disk"Chris Lu1-1/+1
2020-12-13rename from volumeType to diskTypeChris Lu1-4/+4
2020-12-13volume server set volume type and heartbeat to the masterChris Lu1-1/+8
2020-11-27volume: add "-dir.idx" option for separate index storageChris Lu1-1/+1
fix https://github.com/chrislusf/seaweedfs/issues/1265
2020-11-26marked as WIPChris Lu1-1/+1
2020-11-26pass in dir.idx parameter to DiskLocationChris Lu1-0/+3
2020-10-29Revert "increase default volume file size limit to 1024"Chris Lu1-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-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-09-24adjust for metrics portChris Lu1-1/+3
2020-09-24add start metrics serverKonstantin Lebedev1-0/+3
2020-09-13shell: add volumeServer.leave commandChris Lu1-7/+12
2020-09-13refactoringChris Lu1-33/+24
2020-09-12reduce default wait time to 10s before shutting downChris Lu1-1/+1
2020-08-26log messageChris Lu1-1/+1
2020-08-26fix logsChris Lu1-2/+2
2020-08-26fix log errorChris Lu1-2/+2
2020-08-26stop send heartbeat before stop volume serverKonstantin Lebedev1-1/+7
2020-08-13increase default volume file size limit to 1024Chris Lu1-1/+1
avoid possible large chunk size set on mount or filer
2020-07-16resolve directories if containing home directoryChris Lu1-1/+1
2020-07-10Revert "remove fixJpgOrientation"ζŽθΏœε†›1-1/+3
This reverts commit de5ca9b2
2020-07-03volume: min free space default to 1%Chris Lu1-1/+1
2020-07-03refactoringChris Lu1-7/+7
2020-06-28default to 8 volumesChris Lu1-1/+1
in case all the volumes are allocated for a collection
2020-06-21volume: add default minFreeSpacePercentChris Lu1-0/+5
fix https://github.com/chrislusf/seaweedfs/issues/1366
2020-06-21refactoringChris Lu1-7/+10
2020-06-21adjust help messageChris Lu1-3/+2
2020-06-21fix the help messageChris Lu1-0/+3
2020-06-20remove fixJpgOrientationChris Lu1-3/+1
2020-06-14volume: fix typo in minFreeSpacePercent optionChris Lu1-1/+1
2020-06-10fix volume server pprofChris Lu1-10/+11
2020-06-10added --pprof to volume serversKimbsen1-9/+25
2020-06-05go fmtChris Lu1-2/+2
2020-06-05Name fixEvgenii Kozlov1-9/+9
2020-06-05Set volumes ReadOnly if low free disk spaceEvgenii Kozlov1-3/+15
2020-06-04disable pulse secondsChris Lu1-3/+3
there are a few other hard coded timing settings, which will cause disconnected volume servers.
2020-06-02inject git version into buildChris Lu1-2/+2
2020-04-28refacotr: move signal handling and pprof to grace packagewuyuxiang1-2/+3
2020-04-18master, volume default to detected hostChris Lu1-1/+1
2020-04-09add logsChris Lu1-0/+1
2020-04-09volume: best effort to detect ip addressChris Lu1-1/+1
fix https://github.com/chrislusf/seaweedfs/issues/1264
2020-03-22add auto configured volume max count help messgeChris Lu1-1/+1
2020-03-04refactoringChris Lu1-1/+2
2020-01-29support env variables to overwrite toml fileChris Lu1-1/+1
2020-01-03volume: add option to limit file sizeChris Lu1-3/+8
2019-11-29resolve the Duration.Milliseconds() is not exist in golang v11 & v12stlpmo1-4/+8
2019-11-17test passedstlpmo1-32/+110