aboutsummaryrefslogtreecommitdiff
path: root/weed/shell/command_ec_rebuild.go
AgeCommit message (Expand)AuthorFilesLines
2024-12-10Unify the re-balancing logic for `ec.encode` with `ec.balance`. (#6339)Lisandro Pin1-2/+2
2024-09-29refactorchrislu1-1/+1
2024-09-28add IsResourceHeavy() to command interfacechrislu1-0/+4
2024-07-10always copy ecj fileschrislu1-1/+1
2022-09-14refactor(command_ec_rebuild): `rebultErr` -> `rebuildErr` (#3679)Ryan Russell1-3/+3
2022-09-14refactor(shell): `Decending` -> `Descending` (#3675)Ryan Russell1-1/+1
2022-08-22shell: stop long running jobs if lock is lostchrislu1-0/+4
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-5/+5
2022-05-31help message when in simulation modechrislu1-0/+1
2021-12-26use streaming mode for long poll grpc callschrislu1-2/+2
2021-12-10add lock messageschrislu1-1/+1
2021-09-13shell: do not need to lock to see volume -hChris Lu1-4/+4
2021-09-12change server address from string to a typeChris Lu1-5/+6
2021-02-16this can compile now!!!Chris Lu1-13/+17
2020-04-23master: add cluster wide lock/unlock operation in weed shellChris Lu1-0/+4
2020-02-25avoid reusing context objectChris Lu1-16/+13
2020-01-26use the same context object in order to retryChris Lu1-2/+2
2019-12-28ec: generate and copy .vif fileChris Lu1-0/+1
2019-12-23shell: add ec.decode commandChris Lu1-0/+1
2019-11-12add sortEcNodesByFreeslotsDecending and sortEcNodesByFreeslotsAscendingChris Lu1-1/+1
2019-06-10ec shard balancingChris Lu1-3/+2
2019-06-05fix ec related bugsChris Lu1-0/+2
2019-06-05periodic scripts exeuction from leader masterChris Lu1-5/+5
2019-06-05adjust help messageChris Lu1-1/+1
2019-06-04correct count for free ec slots, avoid removing generated shardsChris Lu1-9/+4
2019-06-03fix multiple bugsChris Lu1-0/+272