aboutsummaryrefslogtreecommitdiff
path: root/weed/shell/command_fs_configure.go
AgeCommit message (Expand)AuthorFilesLines
2021-07-25refactorChris Lu1-15/+23
2021-07-12fix typo in fs.configure help message textbingoohuang1-5/+5
2021-07-09/etc files are stored inside metadata storeChris Lu1-1/+3
2021-06-04filer: add path-specific option to enforce readonlyChris Lu1-0/+2
2021-02-22disk type support custom tagsChris Lu1-1/+1
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
2020-12-22Merge branch 'master' into support_ssd_volumeChris Lu1-1/+1
2020-12-22minorChris Lu1-1/+1
2020-12-13rename parameter name to "disk"Chris Lu1-1/+1
2020-12-13rename from volumeType to diskTypeChris Lu1-0/+2
2020-12-10filer: change to /etc/seaweedfs folder on filerChris Lu1-2/+2
2020-12-06refactoringChris Lu1-15/+1
2020-12-06fix import cycleChris Lu1-1/+1
2020-12-06refactoringChris Lu1-13/+1
2020-12-06shell: fix fs.configureChris Lu1-3/+5
2020-11-26go fmtChris Lu1-1/+1
2020-11-17fs.configure: configurable volume growthChris Lu1-5/+26
2020-11-16fail fast if user configures collection for a bucketChris Lu1-0/+4
2020-11-16adjust help messageChris Lu1-1/+1
2020-11-15filere.conf: prefer to use json formatChris Lu1-0/+1
2020-11-15adds more help messageChris Lu1-1/+12
2020-11-15fix typoChris Lu1-1/+1
2020-11-15filer conf: delete location specific configurationChris Lu1-3/+30
2020-11-15fs.configure: read and local add filer configurationChris Lu1-0/+87