aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-11-29pass backend config from master to volume serversChris Lu10-354/+485
2019-11-29go moduleChris Lu2-0/+6
2019-11-29Merge pull request #1145 from stlpmo-jn/volume_graceful_stopChris Lu2-32/+509
let volume server graceful stop
2019-11-29resolve the Duration.Milliseconds() is not exist in golang v11 & v12stlpmo1-4/+8
2019-11-28only send metrics address during on the first responseChris Lu1-4/+4
2019-11-28tweakingChris Lu2-1/+4
2019-11-28fix testChris Lu1-0/+2
2019-11-28master load backend storage config from master.tomlChris Lu20-86/+185
2019-11-28fix scaffold errorChris Lu1-2/+2
2019-11-27volume: avoid inifinite loop reading ec volume info if error happensChris Lu1-0/+5
2019-11-27Merge pull request #1142 from iliul/wip-fuse-mountChris Lu6-210/+204
fuse: check mount point available before do runmount
2019-11-28fuse: adjust linux specific logicLei Liu3-138/+133
Signed-off-by: Lei Liu <lei01.liu@horizon.ai>
2019-11-27Update README.mdChris Lu1-3/+3
2019-11-27go fmtChris Lu3-8/+7
2019-11-27filer: support memsqlChris Lu2-1/+8
fix https://github.com/chrislusf/seaweedfs/issues/1141
2019-11-27go fmtLei Liu4-8/+9
Signed-off-by: Lei Liu <liul.stone@gmail.com>
2019-11-27fuse: check mount point available before do runmountLei Liu7-210/+207
1. Use more readable mount point information 2. Fix some typos eg: $ df -Th Filesystem Type Size Used Avail Use% Mounted on localhost:8888:/ fuse.seaweedfs 206G 512 206G 1% /mnt/weedfs $ mount | grep weedfs localhost:8888:/ on /mnt/weedfs type fuse.seaweedfs (rw,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other) Signed-off-by: Lei Liu <lei01.liu@horizon.ai>
2019-11-27s3Chris Lu10-176/+571
2019-11-27typoChris Lu2-3/+3
2019-11-27Merge pull request #1140 from iliul/add-attr-modeChris Lu1-1/+11
filer: Add attr.mode in query string
2019-11-27filer: Add attr.mode in query stringLei Liu1-1/+11
Signed-off-by: Lei Liu <liul.stone@gmail.com>
2019-11-24adjust error messageChris Lu1-1/+1
2019-11-24fix typo in command helpChris Lu1-1/+1
2019-11-22adjust build1.45Chris Lu1-1/+2
2019-11-22skip build for 32 bit computersChris Lu2-0/+63
2019-11-221.45Chris Lu1-1/+1
2019-11-22go fmtChris Lu2-4/+4
2019-11-22shell: fs.meta.save missed directory data with more than 1024 entriesChris Lu1-2/+10
fix https://github.com/chrislusf/seaweedfs/issues/1130
2019-11-19Merge pull request #1129 from divinerapier/masterChris Lu1-6/+4
can not break out of from for-select block
2019-11-20can not break out of for-select blockdivinerapier1-6/+4
Signed-off-by: divinerapier <poriter.coco@gmail.com>
2019-11-18WIPChris Lu7-9/+195
2019-11-18change uuid packageChris Lu2-2/+3
fix https://github.com/chrislusf/seaweedfs/issues/1126
2019-11-18Merge pull request #1125 from PapaYofen/fix-rm-ldb-bdbChris Lu1-2/+2
rm ldb and bdb directory
2019-11-19rm ldb and bdb directorychenwanli1-2/+2
2019-11-17test passedstlpmo2-32/+505
2019-11-14refactoring scaffolding for master.tomlChris Lu3-18/+13
2019-11-12adjust memory mapped file sizeChris Lu1-1/+1
related to https://github.com/chrislusf/seaweedfs/pull/1087
2019-11-12passing in averageShardsPerEcNode instead of expectedTotalEcShardsChris Lu1-2/+1
addressing https://github.com/chrislusf/seaweedfs/issues/1111
2019-11-12add sortEcNodesByFreeslotsDecending and sortEcNodesByFreeslotsAscendingChris Lu3-5/+11
addressing https://github.com/chrislusf/seaweedfs/issues/1111
2019-11-12Update go.sumChris Lu1-0/+4
2019-11-12avoid double counting ec slotChris Lu1-10/+10
addressing issue found in https://github.com/chrislusf/seaweedfs/issues/1111 The ec slots are already counted on the server side.
2019-11-11Merge pull request #1115 from iliul/enhanced-master-logicChris Lu8-42/+50
fix master maintenance logic
2019-11-12fix master maintenance logicLei Liu8-42/+50
Signed-off-by: Lei Liu <lei01.liu@horizon.ai>
2019-11-11Merge branch 'master' into refactoring_dat_backendChris Lu13-145/+509
2019-11-11Merge pull request #1102 from stlpmo-jn/add_ETCD_sequencerChris Lu4-3/+342
Add etcd sequencer
2019-11-11delete unused functionstlpmo1-12/+0
2019-11-11ut passstlpmo4-11/+16
2019-11-11move from cmd-line to scaffoldstlpmo4-14/+32
2019-11-10fix rack_not_found caseChris Lu1-0/+4
fix rack_not_found in https://github.com/chrislusf/seaweedfs/issues/1111
2019-11-10use constantChris Lu1-1/+1