aboutsummaryrefslogtreecommitdiff
path: root/weed/command
AgeCommit message (Expand)AuthorFilesLines
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
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
2020-03-22add auto configured volume max count help messgeChris Lu2-2/+2
2020-03-21FUSE mount: make "nonempty" optionalChris Lu3-27/+20
2020-03-19tiered storage: add s3 endpoint for private s3 implementationChris Lu1-0/+1
2020-03-18use public url also for deletionsChris Lu2-2/+2
2020-03-18weed upload: add usePublicUrl optionChris Lu1-14/+12
2020-03-11remove tikv, move its support to "tikv" branchChris Lu1-5/+0
2020-03-11volume: follow compactionBytePerSecondChris Lu2-2/+2
2020-03-09remove not ready statusChris Lu2-2/+2
2020-03-09volume: fix memory leak during compactionChris Lu2-0/+3
2020-03-09filer: support TTL for all filer storesChris Lu1-4/+13