aboutsummaryrefslogtreecommitdiff
path: root/weed/shell/command_ec_common.go
AgeCommit message (Expand)AuthorFilesLines
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
2022-10-09refactor to change capacity data typechrislu1-4/+0
2022-09-14refactor(shell): `Decending` -> `Descending` (#3675)Ryan Russell1-2/+2
2022-08-22shell: stop long running jobs if lock is lostchrislu1-0/+4
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-8/+8
2022-04-18enhancement: replace sort.Slice with slices.SortFunc to reduce reflectionjustin1-9/+8
2022-02-08ec.encode: calculate free ec slots based on (maxVolumeCount-volumeCount)chrislu1-1/+1
2022-02-08volume.balance: add delay during tight loopchrislu1-1/+1
2021-12-26use streaming mode for long poll grpc callschrislu1-4/+4
2021-09-12change server address from string to a typeChris Lu1-11/+15
2021-02-22refactoringChris Lu1-7/+4
2021-02-16avoid nilChris Lu1-1/+7
2021-02-16avoid possible nil disk infoChris Lu1-24/+27
2021-02-16this can compile now!!!Chris Lu1-11/+25
2020-09-14shell: add volumeServer.evacuate commandChris Lu1-4/+19
2020-09-12shell: volume.balance plan by ratio of fullnessChris Lu1-0/+4
2020-02-25avoid reusing context objectChris Lu1-23/+20
2020-01-26use the same context object in order to retryChris Lu1-4/+4
2019-12-28ec: generate and copy .vif fileChris Lu1-0/+1
2019-12-24ec encode distribute ec data and parity shards evenlyChris Lu1-6/+2
2019-12-23shell: add ec.decode commandChris Lu1-0/+1
2019-11-12add sortEcNodesByFreeslotsDecending and sortEcNodesByFreeslotsAscendingChris Lu1-2/+8
2019-11-12avoid double counting ec slotChris Lu1-10/+10
2019-11-10use constantChris Lu1-1/+1
2019-06-10ec shard balancingChris Lu1-25/+152
2019-06-07ec.balance: collect dc rack infoChris Lu1-3/+7
2019-06-05fix ec related bugsChris Lu1-1/+8
2019-06-05periodic scripts exeuction from leader masterChris Lu1-3/+3
2019-06-03fix ec.encode not finding the local ec shardsChris Lu1-2/+2
2019-06-03fix multiple bugsChris Lu1-0/+198