aboutsummaryrefslogtreecommitdiff
path: root/weed/command
AgeCommit message (Collapse)AuthorFilesLines
2020-05-10go fmtChris Lu2-2/+2
2020-05-05add broker connects to filerChris Lu1-2/+6
2020-04-30Merge pull request #1298 from song-zhang/masterChris Lu1-0/+3
add fsync option for benchmark
2020-04-30refactoringChris Lu1-19/+5
some previous chunk etag was using md5, which should be wrong.
2020-04-30add fsync option for benchmarkzhangsong1-0/+3
2020-04-28randomize benchmark contentChris Lu1-3/+5
fix https://github.com/chrislusf/seaweedfs/issues/1294
2020-04-28metadata log: read from any timestampChris Lu1-1/+3
2020-04-28refacotr: move signal handling and pprof to grace packagewuyuxiang5-7/+12
2020-04-23add lock/unlock to example admin scriptsChris Lu1-0/+2
2020-04-23mount: default to enable asyncMetaDataCachingChris Lu1-1/+1
2020-04-21add placeholder for cached meta data readingChris Lu2-0/+3
2020-04-21report error if copying failedChris Lu1-1/+1
2020-04-21filer: add -ip.bind optionChris Lu2-3/+6
2020-04-19Merge pull request #1280 from bukton123/filer_mongodbChris Lu1-0/+5
Add new filer support mongodb
2020-04-19add default config filer mongodb to scaffold.gobukton1-0/+5
2020-04-19broker: add profilingChris Lu1-2/+8
2020-04-18master, volume default to detected hostChris Lu2-2/+2
2020-04-18filer master start up with default ip address instead of just localhostChris Lu4-3/+5
2020-04-18messaging can compile nowChris Lu1-2/+2
2020-04-17fix unreachable codeChris Lu1-1/+0
2020-04-17broker: read cipher value from filerChris Lu1-5/+8
2020-04-16refactoringChris Lu1-4/+3
2020-04-16scaffolding messagingChris Lu1-4/+2
2020-04-13add logsChris Lu1-1/+2
2020-04-12refactoringChris Lu1-1/+1
2020-04-12remove configurable topics folder locationChris Lu2-7/+1
2020-04-12filer store: add redis2 redis_cluster2 as default redis storeChris Lu1-2/+2
2020-04-12mount: option to disable cachingChris Lu1-1/+1
2020-04-11s3: add option to fsync bucketsChris Lu1-0/+4
2020-04-11set default chunk size to 16Chris Lu1-1/+1
2020-04-11mount: add on disk cachingChris Lu3-5/+18
2020-04-10fix the instructionChris 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-04-08weed shell: simplify CLI option for filerChris Lu2-8/+10
2020-04-08add volume.fix.replication to default scaffoldChris Lu1-0/+1
2020-04-07filer replication: add s3 endpointChris Lu1-0/+1
2020-04-05watch entries with common path prefixChris Lu1-2/+2
2020-04-05change from 'weed tail' to 'weed watch'Chris Lu2-12/+12
2020-04-05filer: able to tail meta data changesChris Lu2-7/+71
2020-04-03make error a little bit more clearerChris Lu1-1/+1
fix https://github.com/chrislusf/seaweedfs/issues/1259
2020-04-03mount: fail early rather than after mounted the directoryChris Lu1-34/+26
fix https://github.com/chrislusf/seaweedfs/issues/1258
2020-04-01Added treat_replication_as_minimums master toml optionJames Hartig1-0/+8
2020-03-28FUSE: add configurable in memory chunk cache sizeChris Lu2-0/+3
2020-03-28refactoringChris Lu1-1/+1
2020-03-23commentsChris Lu1-3/+3
2020-03-23scaffold: fix master.toml typoChris Lu1-4/+4
fix https://github.com/chrislusf/seaweedfs/issues/1247
2020-03-22add auto configured volume max count help messgeChris Lu2-2/+2
2020-03-21FUSE mount: make "nonempty" optionalChris Lu3-27/+20
https://github.com/chrislusf/seaweedfs/issues/1094
2020-03-19tiered storage: add s3 endpoint for private s3 implementationChris Lu1-0/+1
fix https://github.com/chrislusf/seaweedfs/issues/1238