aboutsummaryrefslogtreecommitdiff
path: root/weed/command
AgeCommit message (Collapse)AuthorFilesLines
2021-01-24mount: outsideContainerClusterMode proxy through filerChris Lu1-0/+1
Running mount outside of the cluster would not need to expose all the volume servers to outside of the cluster. The chunk read and write will go through the filer.
2021-01-24Revert "mount: when outside cluster network, use filer as proxy to access ↵Chris Lu1-1/+0
volume servers" This reverts commit 096e088d7bb2a5dce7573b24c2d3006d1cb6f9ec.
2021-01-24mount: when outside cluster network, use filer as proxy to access volume serversChris Lu1-0/+1
2021-01-24filer.sync: replicate outside of either cluster, only need to see filersChris Lu1-24/+30
2021-01-21filer.meta.tail: output json format for easier parsingChris Lu1-1/+11
2021-01-20mount: limit background requests and congestion thresholdChris Lu1-0/+2
2021-01-19filer store: postgres configuration adjust textChris Lu1-2/+2
2021-01-19filer store: postgres adjust default config, add optioanl schemaChris Lu1-2/+4
2021-01-19filer store: add postgres2Chris Lu1-0/+20
2021-01-19filer store: add mysql2Chris Lu1-0/+21
2021-01-19scaffold: add YugabyteDBChris Lu1-1/+1
2021-01-19add memsql to commentsChris Lu1-1/+1
2021-01-14better mysql connection pool managementLazyDBA247-Anyvision1-0/+1
adding SetConnMaxLifetime configuration (https://golang.org/pkg/database/sql/#DB.SetConnMaxLifetime) to enable refresh of connections.
2021-01-13filer.meta.tail: optionally submit metadata changes to ElasticSearchChris Lu1-0/+81
2021-01-13renameChris Lu1-16/+16
2021-01-12rename "weed watch" to "weed filer.meta.tail"Chris Lu2-9/+9
2021-01-12go fmtChris Lu1-12/+12
2021-01-12filer: add leveldb3Chris Lu1-0/+6
support dedicated leveldb instance for each bucket
2021-01-12avoid concurrent map updates to viperChris Lu1-2/+1
2021-01-11redis cluster: do not enable route by latency by defaultChris Lu1-2/+2
2021-01-11refactoringChris Lu1-2/+5
2021-01-11refactoringChris Lu1-1/+5
2021-01-10filer: change to saveToFilerLimit from cacheToFilerLimitChris Lu2-15/+15
short circuit saving small files to volume server
2021-01-09mount: default to 128 concurrent writersChris Lu1-1/+1
2021-01-07server: add option to disable masterChris Lu1-1/+6
2021-01-06add "weed filer.cat" to read files directly from volume serversChris Lu3-1/+120
2021-01-03Merge branch 'add_rocksdb'Chris Lu1-1/+7
2021-01-03add scaffoldChris Lu1-1/+7
2021-01-02upload: add read default collection from masterChris Lu1-0/+25
fix https://github.com/chrislusf/seaweedfs/issues/1724#issuecomment-753576071
2020-12-29mount: load security keysChris Lu1-2/+1
fix https://github.com/chrislusf/seaweedfs/issues/1714
2020-12-28shell: add shell.toml supportChris Lu2-2/+39
fix https://github.com/chrislusf/seaweedfs/issues/1664
2020-12-27s3: add command option "allowEmptyFolder" to filer and serverChris Lu2-0/+2
2020-12-27s3: add option for "alllowEmptyFolder"Chris Lu1-7/+10
2020-12-24filer: hbase add enabled flagChris Lu1-0/+1
2020-12-23hook upChris Lu1-0/+4
2020-12-22Merge branch 'master' into support_ssd_volumeChris Lu2-6/+31
2020-12-22filer: add -defaultStoreDir so that filer.toml can be skippedChris Lu1-6/+3
fix https://github.com/chrislusf/seaweedfs/issues/1659
2020-12-22filer: redis, redis cluster, cassandra support super large directoryChris Lu1-0/+6
2020-12-19filer: support path-specific filer storeChris Lu1-0/+22
2020-12-16go fmtChris Lu7-11/+11
2020-12-16Merge branch 'master' into support_ssd_volumeChris Lu1-2/+2
2020-12-14show error a little bit more obviouslyChris Lu1-2/+2
fix https://github.com/chrislusf/seaweedfs/issues/1678
2020-12-13disk type configurable for each folderChris Lu1-6/+20
2020-12-13refactorChris Lu1-2/+2
2020-12-13rename parameter name to "disk"Chris Lu4-5/+5
2020-12-13rename parameter name to "disk"Chris Lu3-2/+3
2020-12-13rename from volumeType to diskTypeChris Lu7-27/+27
2020-12-13volume server set volume type and heartbeat to the masterChris Lu1-1/+8
2020-12-13adding volume typeChris Lu6-6/+29
2020-12-07adding /usr/local/etc/seaweedfs for bsd style config search pathChris Lu2-2/+2
related to https://reviews.freebsd.org/D27391