aboutsummaryrefslogtreecommitdiff
path: root/weed/shell/command_volume_copy.go
AgeCommit message (Expand)AuthorFilesLines
2025-06-16[shell] volume copy add param noLock (#6871)Konstantin Lebedev1-1/+4
2024-09-29refactorchrislu1-1/+1
2024-09-28add IsResourceHeavy() to command interfacechrislu1-0/+4
2022-08-21feat(weed.move): add a speed limit parameter of moving files (#3478)qzh1-1/+1
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-2/+2
2021-12-10add lock messageschrislu1-1/+1
2021-10-24volume copy: stream out copying progress and avoid grpc request timeoutChris Lu1-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-09volume: add capability to change disk type when moving a volumeChris Lu1-1/+1
2020-09-20shell: move volume operations to use flag parsing argumentsChris Lu1-9/+11
2020-04-23master: add cluster wide lock/unlock operation in weed shellChris Lu1-0/+4
2020-02-25avoid reusing context objectChris Lu1-3/+1
2019-06-05periodic scripts exeuction from leader masterChris Lu1-2/+2
2019-04-20shell: fix volume.copyChris Lu1-2/+2
2019-04-20shell: add commands volume.copy volume.delete volume.mount volume.unmountChris Lu1-0/+53