aboutsummaryrefslogtreecommitdiff
path: root/weed/shell/command_volume_configure_replication.go
AgeCommit message (Collapse)AuthorFilesLines
2022-02-08volume.balance: add delay during tight loopchrislu1-1/+1
fix https://github.com/chrislusf/seaweedfs/issues/2637
2021-12-26use streaming mode for long poll grpc callschrislu1-1/+1
streaming mode would create separate grpc connections for each call. this is to ensure the long poll connections are properly closed.
2021-12-10add lock messageschrislu1-1/+1
2021-11-11Filtering by volume id is prioritized.user1-7/+7
2021-11-11Volume filter by collection pattern added.user1-2/+13
2021-11-11Volume filter function added.user1-2/+9
2021-11-11Unused parameter removed.user1-1/+1
2021-09-13shell: do not need to lock to see volume -hChris Lu1-4/+4
2021-09-12change server address from string to a typeChris Lu1-1/+2
2021-02-22refactoringChris Lu1-6/+3
2021-02-16this can compile now!!!Chris Lu1-4/+6
2020-09-20shell: move volume operations to use flag parsing argumentsChris Lu1-1/+1
2020-04-23master: add cluster wide lock/unlock operation in weed shellChris Lu1-0/+4
fix https://github.com/chrislusf/seaweedfs/issues/1286
2020-02-25avoid reusing context objectChris Lu1-5/+4
fix https://github.com/chrislusf/seaweedfs/issues/1182
2020-02-02shell: add volume.configure.replication to change replication for a volumeChris Lu1-0/+105
fix https://github.com/chrislusf/seaweedfs/issues/1192