aboutsummaryrefslogtreecommitdiff
path: root/weed/command
AgeCommit message (Expand)AuthorFilesLines
2020-06-05go fmtChris Lu3-5/+5
2020-06-05Name fixEvgenii Kozlov2-11/+11
2020-06-05Set volumes ReadOnly if low free disk spaceEvgenii Kozlov2-4/+19
2020-06-04disable pulse secondsChris Lu3-10/+10
2020-06-02inject git version into buildChris Lu8-14/+14
2020-05-18add printouts for synchronizing metadata which can be slow for large foldersChris Lu1-15/+18
2020-05-18avoid possible wrong argumentsChris Lu1-0/+4
2020-05-17combine msgBroker into weed server commandChris Lu2-9/+25
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
2020-04-30refactoringChris Lu1-19/+5
2020-04-30add fsync option for benchmarkzhangsong1-0/+3
2020-04-28randomize benchmark contentChris Lu1-3/+5
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
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
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
2020-04-03mount: fail early rather than after mounted the directoryChris Lu1-34/+26