aboutsummaryrefslogtreecommitdiff
path: root/weed/shell/command_volume_server_evacuate.go
AgeCommit message (Expand)AuthorFilesLines
10 daysec: add -diskType flag to EC commands for SSD support (#7607)Chris Lu1-13/+23
2025-12-04fix: check freeEcSlot before evacuating EC shards to prevent data loss (#7621)Chris Lu1-8/+37
2025-12-02Add disk-aware EC rebalancing (#7597)Chris Lu1-2/+8
2025-11-09Unify the parameter to disable dry-run on weed shell commands to `-apply` (in...Lisandro Pin1-4/+8
2024-12-19"golang.org/x/exp/slices" => "slices" and go fmtchrislu1-1/+1
2024-11-03[shell] volume.balance collect volume servers by dc rack node (#6191)Konstantin Lebedev1-2/+2
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
2023-09-25Revert "Revert "Merge branch 'master' of https://github.com/seaweedfs/seaweed...chrislu1-4/+4
2023-09-18Revert "Merge branch 'master' of https://github.com/seaweedfs/seaweedfs"chrislu1-4/+4
2023-09-18Bump github.com/rclone/rclone from 1.63.1 to 1.64.0 (#4850)dependabot[bot]1-4/+4
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
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
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
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
2021-04-15add node.selectedVolumesChris Lu1-0/+5
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