aboutsummaryrefslogtreecommitdiff
path: root/weed/shell/command_volume_balance_test.go
AgeCommit message (Collapse)AuthorFilesLines
2025-08-23Shell: support regular expression for collection selection (#7158)Chris Lu1-1/+1
* support regular expression for collection selection * refactor * ordering * fix exact match * Update command_volume_balance_test.go * simplify * Update command_volume_balance.go * comment
2024-12-13[shell] only apply the balancing for writable volumes (#6346)Konstantin Lebedev1-2/+2
2024-12-10[shell] use constant for hdd of type (#6337)Konstantin Lebedev1-1/+1
use constant for hdd of type
2024-11-19Unify usage of shell.EcNode.dc as DataCenterId. (#6258)Lisandro Pin1-2/+3
2024-11-03[shell] volume.balance collect volume servers by dc rack node (#6191)Konstantin Lebedev1-1/+1
* chore: balance by rack * fix: rm check lock * fix: selected racks * fix: selected nodes * fix: containts * fix: one collectVolumeServersByDcRackNode * fix: revert lock and add lock * fix: panic test * revert noLock
2024-05-20go fmtchrislu1-1/+1
2024-04-12add testchrislu1-2/+17
2024-03-17simplifychrislu1-1/+1
2024-01-25weed/shell: Cleanup volume balance logic (#5241)BenoƮt Knecht1-1/+1
2023-05-04fix shell volume.balance bug (#4447)themarkchen1-1/+78
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-3/+3
2021-08-08go fmtChris Lu1-1/+1
2021-08-05add testsChris Lu1-0/+13
2021-03-19go fmtChris Lu1-1/+1
2021-03-14possible fix for volume balanceChris Lu1-0/+12
address https://github.com/chrislusf/seaweedfs/issues/1534
2020-11-20fix volume placement validatingChris Lu1-0/+16
fix https://github.com/chrislusf/seaweedfs/issues/1626
2020-09-12go fmtChris Lu1-2/+0
2020-09-11test for multi dc replicationChris Lu1-0/+18
2020-09-11shell: volume balance follows replica placementChris Lu1-0/+139