aboutsummaryrefslogtreecommitdiff
path: root/weed/shell/command_volume_configure_replication.go
AgeCommit message (Collapse)AuthorFilesLines
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