aboutsummaryrefslogtreecommitdiff
path: root/weed/shell/command_volume_move.go
AgeCommit message (Expand)AuthorFilesLines
2021-02-22disk type support custom tagsChris Lu1-3/+3
2021-02-14disk type only supports hdd and ssd, not ready for random tags yetChris Lu1-3/+3
2021-02-13adjust help messageChris Lu1-2/+2
2021-02-13adjust help messageChris Lu1-1/+1
2021-02-09volume: add capability to change disk type when moving a volumeChris Lu1-4/+9
2020-10-28add shell command volume mark writableKonstantin Lebedev1-0/+15
2020-09-20shell: move volume operations to use flag parsing argumentsChris Lu1-9/+11
2020-08-19Added VolumeMarkWritable and VolumeStatus grpc methodsJames Hartig1-0/+37
2020-04-23master: add cluster wide lock/unlock operation in weed shellChris Lu1-0/+4
2020-02-25avoid reusing context objectChris Lu1-15/+14
2020-01-26use the same context object in order to retryChris Lu1-3/+3
2020-01-01update help messageChris Lu1-1/+1
2019-06-05periodic scripts exeuction from leader masterChris Lu1-2/+2
2019-04-20shell: add commands volume.copy volume.delete volume.mount volume.unmountChris Lu1-2/+2
2019-04-20add notesChris Lu1-1/+1
2019-04-20refactoringChris Lu1-15/+17
2019-04-20shell: add command volume.moveChris Lu1-0/+124