aboutsummaryrefslogtreecommitdiff
path: root/weed/command/volume.go
AgeCommit message (Collapse)AuthorFilesLines
2021-08-08volume: support concurrent download data size limitChris Lu1-26/+29
2021-07-13volume: change all writes to fsync during graceful stoppingChris Lu1-0/+1
fix https://github.com/chrislusf/seaweedfs/issues/2193
2021-07-03volume: default readMode to proxyChris Lu1-1/+1
2021-07-01go fmtChris Lu1-1/+1
2021-06-30add proxy mode to read non-local volumeszhangsong1-1/+1
2021-06-30add proxy mode to read non-local volumeszhangsong1-3/+3
2021-04-27minFreeSpace refactoredbingoohuang1-18/+8
2021-04-26minFreeSpace argument allows size like 10GiBbingoohuang1-14/+16
2021-04-02go fmtChris Lu1-1/+1
2021-03-30filer, volume: add concurrent upload size limit to avoid OOMChris Lu1-25/+28
add some back pressure when writes are slow
2021-03-24GOMAXPROCS use defaults to the value of runtime.NumCPUKonstantin Lebedev1-3/+0
https://github.com/chrislusf/seaweedfs/issues/1942
2021-03-23more help messageChris Lu1-1/+1
fix https://github.com/chrislusf/seaweedfs/issues/1937
2021-03-12default to empty host to bind to tcp4 and tcp6Chris Lu1-1/+1
2021-03-07make tcp optionalChris Lu1-1/+5
2021-03-05volume server: support tcp direct put/get/deleteChris Lu1-0/+22
2021-02-22disk type support custom tagsChris Lu1-1/+1
2021-02-16this can compile now!!!Chris Lu1-2/+3
2021-02-14disk type only supports hdd and ssd, not ready for random tags yetChris Lu1-1/+1
2021-02-13adjust help messageChris Lu1-1/+1
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