aboutsummaryrefslogtreecommitdiff
path: root/weed/shell/command_volume_server_evacuate.go
AgeCommit message (Collapse)AuthorFilesLines
2024-09-29refactorchrislu1-1/+1
2024-09-28add IsResourceHeavy() to command interfacechrislu1-0/+4
2024-07-26fix evacuate volume to different disk types (#5530)wyang1-3/+4
Co-authored-by: wyang <wyang@wyangs-Air.lan>
2023-09-25Revert "Revert "Merge branch 'master' of ↵chrislu1-4/+4
https://github.com/seaweedfs/seaweedfs"" This reverts commit 8cb42c39
2023-09-18Revert "Merge branch 'master' of https://github.com/seaweedfs/seaweedfs"chrislu1-4/+4
This reverts commit 2e5aa06026750c99ea283181974d2ccfe5eb0468, reversing changes made to 4d414f54a224142f3f4d934f4af3b5dceb6fec6b.
2023-09-18Bump github.com/rclone/rclone from 1.63.1 to 1.64.0 (#4850)dependabot[bot]1-4/+4
* Bump github.com/rclone/rclone from 1.63.1 to 1.64.0 Bumps [github.com/rclone/rclone](https://github.com/rclone/rclone) from 1.63.1 to 1.64.0. - [Release notes](https://github.com/rclone/rclone/releases) - [Changelog](https://github.com/rclone/rclone/blob/master/RELEASE.md) - [Commits](https://github.com/rclone/rclone/compare/v1.63.1...v1.64.0) --- updated-dependencies: - dependency-name: github.com/rclone/rclone dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * API changes * go mod --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Chris Lu <chrislusf@users.noreply.github.com> Co-authored-by: chrislu <chris.lu@gmail.com>
2023-03-19cleaning variableschrislu1-0/+3
2023-03-13shell script unclean variables (#4298)Konstantin Lebedev1-17/+12
2022-10-09move volume: find target volume server by exiting/max ratiochrislu1-2/+7
2022-08-23formatchrislu1-1/+1
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-5/+5
2022-07-20remove tickerKonstantin Lebedev1-17/+9
update the topology before each file
2022-07-18ticker.StopKonstantin Lebedev1-0/+1
2022-07-18sync update topologyInfoKonstantin Lebedev1-26/+19
2022-07-18update otherNodesKonstantin Lebedev1-17/+23
2022-07-18fix update topologyInfoKonstantin Lebedev1-2/+2
2022-07-15clouse background updateKonstantin Lebedev1-4/+15
2022-07-12update topologyInfoKonstantin Lebedev1-11/+21
2022-07-12help rackKonstantin Lebedev1-1/+1
2022-07-12volume server evacuate from rackKonstantin Lebedev1-47/+56
2022-07-11volume server evacuate to target serverKonstantin Lebedev1-8/+21
2022-06-30fix logicKonstantin Lebedev1-10/+14
add option targetServer https://github.com/chrislusf/seaweedfs/issues/3255
2022-05-31help message when in simulation modechrislu1-0/+1
2022-04-18enhancement: replace sort.Slice with slices.SortFunc to reduce reflectionjustin1-8/+5
2022-02-08volume.balance: add delay during tight loopchrislu1-1/+1
fix https://github.com/chrislusf/seaweedfs/issues/2637
2021-12-10add lock messageschrislu1-1/+1
2021-09-13shell: do not need to lock to see volume -hChris Lu1-4/+4
2021-07-21go fmtChris Lu1-1/+1
2021-07-16Added `-retry` option for `volumeServer.evacuate`Chris Lu1-1/+8
related to https://github.com/chrislusf/seaweedfs/issues/2191
2021-04-15add node.selectedVolumesChris Lu1-0/+5
fix https://github.com/chrislusf/seaweedfs/issues/1990
2021-02-22refactoringChris Lu1-13/+9
2021-02-16simplifyChris Lu1-1/+2
2021-02-16move to the empty nodes firstChris Lu1-1/+1
2021-02-16use hdd instead of empty stringChris Lu1-1/+1
2021-02-16this can compile now!!!Chris Lu1-22/+27
2020-12-16go fmtChris Lu1-1/+1
2020-12-13balance ssd volumesChris Lu1-1/+1
2020-10-13shell: volumeServer.evacuate adds printout for ec volumesChris Lu1-0/+6
2020-09-15shell: volumeServer.evacuate adds option to skip non moveable volumesChris Lu1-9/+25
2020-09-14shell: add volumeServer.evacuate commandChris Lu1-0/+192