aboutsummaryrefslogtreecommitdiff
path: root/weed/command
AgeCommit message (Collapse)AuthorFilesLines
2021-02-07fix typo offset.ToAcutalOffset to offset.ToActualOffsetbingoohuang1-1/+1
2021-01-31webdav: can start together with "weed server" or "weed filer"Chris Lu2-3/+46
2021-01-28go fmtChris Lu3-30/+30
2021-01-28mount: change option name to volumeServerAccess, with publicUrl and ↵Chris Lu2-27/+27
filerProxy modes
2021-01-28replicate: incremental sink only contains new and updated filesChris Lu1-1/+2
address https://github.com/chrislusf/seaweedfs/commit/da08402ba253fe5391f0152905f51f82c51fd527
2021-01-28replicate: use creation time for local incremental file sinkChris Lu2-3/+1
related to https://github.com/chrislusf/seaweedfs/pull/1762
2021-01-28Merge pull request #1762 from kmlebedev/backupsinkChris Lu2-1/+7
replication to create time date directory
2021-01-28rename in scaffoldKonstantin Lebedev1-2/+2
2021-01-28rename backup to local_incremental and use mtimeKonstantin Lebedev1-1/+1
2021-01-28Merge pull request #1764 from danlsgiga/handle-umaskChris Lu1-2/+2
Use provided umask on mount
2021-01-27match upstreamDaniel Santos1-1/+3
2021-01-27replication to create time date directoryKonstantin Lebedev2-1/+7
2021-01-27adjust help messageChris Lu1-2/+1
2021-01-27replication to todays date directoryKonstantin Lebedev1-1/+4
2021-01-26Merge pull request #1759 from kmlebedev/sink.localChris Lu2-0/+5
replication to local disk storage
2021-01-26Fix log message with correct modeDaniel Santos1-1/+1
2021-01-26Fix var assignmentDaniel Santos1-1/+1
2021-01-26Enforce umask correctlyDaniel Santos1-4/+2
2021-01-26notification add ack and nackChris Lu1-1/+13
2021-01-26replication to local disk storageKonstantin Lebedev2-0/+5
2021-01-26mount: properly invalidate kernel node cache entryChris Lu1-1/+3
fix https://github.com/chrislusf/seaweedfs/issues/1752
2021-01-25filer.sync: default filerProxy to trueChris Lu1-2/+2
2021-01-25mount: avoid the need to specify different cache directory for different mountChris Lu1-0/+1
fix https://github.com/seaweedfs/seaweedfs-csi-driver/issues/11
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