aboutsummaryrefslogtreecommitdiff
path: root/weed/command
AgeCommit message (Collapse)AuthorFilesLines
2022-04-30s3 backend support customizing storage classchrislu1-0/+1
2022-04-21conditionally build elastic, gocdk to reduce binary sizechrislu3-72/+96
2022-04-21fix typochrislu1-1/+1
2022-04-20Merge branch 'master' into aa3-19/+24
2022-04-18start filer local socket only on non windowschrislu1-15/+17
fix https://github.com/chrislusf/seaweedfs/issues/2930
2022-04-18Merge branch 'master' into slices.SortFuncleyou2402-12/+38
2022-04-18enhancement: replace sort.Slice with slices.SortFunc to reduce reflectionjustin1-3/+3
2022-04-14Fix filer.backup deletes files in backup folder in incremental modechrislu1-1/+4
fix https://github.com/chrislusf/seaweedfs/issues/2919
2022-04-12merge mastera1-11/+34
2022-04-07Merge branch 'master' into aa1-3/+3
2022-04-07Merge branch 'new_master' into hashicorp_raftKonstantin Lebedev1-3/+3
# Conflicts: # weed/pb/master_pb/master.pb.go
2022-04-07mount: remove leftover socket filechrislu1-3/+3
2022-04-06Merge branch 'master' into aeddy-gfx6-20/+51
2022-04-05Merge branch 'new_master' into hashicorp_raftKonstantin Lebedev3-1/+27
# Conflicts: # go.mod # go.sum
2022-04-04add stats raft handlerKonstantin Lebedev1-1/+1
2022-04-04hashicorp raft with state machineKonstantin Lebedev1-13/+16
2022-04-04initial add hashicorp raftKonstantin Lebedev1-2/+22
2022-04-02configure mount quotachrislu1-1/+1
2022-04-02mount: add grpc method to adjust quotachrislu2-0/+26
2022-04-01use original server address string as map keychrislu1-1/+1
2022-04-01change user and pass to username and passworda1-2/+2
2022-03-30allowDeleteBucketNotEmptyKonstantin Lebedev3-19/+24
2022-03-28diffa6-16/+23
2022-03-26refactor: change masters from a slice to a mapchrislu6-12/+12
2022-03-26refactorchrislu1-1/+6
2022-03-23fix cmdFilerKonstantin Lebedev1-1/+1
2022-03-23set iam ip from filerKonstantin Lebedev1-1/+1
2022-03-17prefix search, bucket implementedelee1-3/+7
2022-03-17The fixes for https://github.com/chrislusf/seaweedfs/issues/1937 had a few ↵Berck Nash3-8/+10
problems: (1) The help file says that in the absence of a ipBind being specified, that it will bind to the "ip" specified. Instead, it bound to localhost which broke the default configuration. This change implements the documented behavior instead. (2) The new IAM filer ip address has no default. This instantiates it to the same as the filer IP. I'm not sure if there should be a corresponding iam.ip or iam.ipBind option added to the filer command?
2022-03-17arangodb adapterelee2-0/+7
2022-03-16Add mTLS support for both master and volume http server.Berck Nash3-9/+54
2022-03-15master, filer, s3: also listen to "localhost" in addition to specific ip addresschrislu7-11/+64
related to https://github.com/chrislusf/seaweedfs/issues/1937
2022-03-11default bind to one ip addresschrislu6-6/+27
fix https://github.com/chrislusf/seaweedfs/issues/1937
2022-03-07[bugfix] filer: nil pointer dereferencebanjiaojuhao1-1/+1
2022-03-07s3 and filer transport using unix domain socket instead of tcpchrislu3-0/+25
2022-03-06mount: quota for one mounted collectionchrislu2-0/+3
related to https://github.com/seaweedfs/seaweedfs-csi-driver/issues/48
2022-03-03mount: avoid comma in mount optionschrislu1-4/+6
fix https://github.com/chrislusf/seaweedfs/issues/2719
2022-02-27minorchrislu1-1/+1
2022-02-27remove dead codechrislu5-15/+1
2022-02-27retire mount v1chrislu7-416/+43
2022-02-27use debug option to see operationschrislu1-2/+2
2022-02-27mount2: add back readonly modechrislu1-4/+27
2022-02-25fix mount2 optionschrislu1-7/+7
2022-02-25refactoringchrislu5-22/+19
2022-02-23initialize master address in iam optionsTuan Vuong1-0/+1
2022-02-15FilerStore: add redis_luabanjiaojuhao1-0/+34
2022-02-15mount2 add debug modechrislu1-1/+1
2022-02-14mount: default disable cachechrislu5-5/+5
* Prevent cases as https://github.com/seaweedfs/seaweedfs-csi-driver/issues/43 * Improve read write benchmarks * Improve AI training performance. Most of the files are just read once.
2022-02-14Merge branch 'master' of https://github.com/chrislusf/seaweedfschrislu3-4/+19
2022-02-14fix building for windows freebsdchrislu2-2/+5