| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-10-24 | adjust help message | chrislu | 1 | -1/+1 | |
| 2022-10-09 | include ec shard for capacityByFreeVolumeCount | chrislu | 1 | -1/+5 | |
| 2022-10-09 | refactor | chrislu | 1 | -2/+4 | |
| 2022-10-09 | refactor to change capacity data type | chrislu | 1 | -9/+9 | |
| 2022-09-09 | volume.balance: default to balance ALL_COLLECTIONS | chrislu | 1 | -1/+1 | |
| 2022-09-08 | volume.balance: avoid moving out volume with max=1 | chrislu | 1 | -1/+32 | |
| 2022-09-08 | unused | chrislu | 1 | -6/+0 | |
| 2022-08-22 | shell: stop long running jobs if lock is lost | chrislu | 1 | -0/+4 | |
| 2022-08-21 | feat(weed.move): add a speed limit parameter of moving files (#3478) | qzh | 1 | -1/+1 | |
| * feat(weed.move): add a speed limit parameter of moving files * fix(weed.move): set the default value of ioBytePerSecond to vs.compactionBytePerSecond Co-authored-by: zhihao.qu <zhihao.qu@ly.com> | |||||
| 2022-07-29 | move to https://github.com/seaweedfs/seaweedfs | chrislu | 1 | -5/+5 | |
| 2022-07-01 | edge case checking when volume server does not have capacity to balance | chrislu | 1 | -0/+4 | |
| fix https://github.com/chrislusf/seaweedfs/issues/3257 | |||||
| 2022-05-31 | help message when in simulation mode | chrislu | 1 | -0/+1 | |
| 2022-04-18 | enhancement: replace sort.Slice with slices.SortFunc to reduce reflection | justin | 1 | -8/+7 | |
| 2022-02-08 | volume.balance: add delay during tight loop | chrislu | 1 | -1/+1 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2637 | |||||
| 2021-12-10 | add lock messages | chrislu | 1 | -1/+1 | |
| 2021-09-13 | shell: do not need to lock to see volume -h | Chris Lu | 1 | -4/+4 | |
| 2021-09-12 | change server address from string to a type | Chris Lu | 1 | -1/+2 | |
| 2021-08-10 | format | Chris Lu | 1 | -1/+1 | |
| 2021-08-10 | do not treat read only volumes differently | Chris Lu | 1 | -17/+1 | |
| 2021-08-10 | minor: print disk type | Chris Lu | 1 | -4/+4 | |
| 2021-08-10 | print out balance ratio | Chris Lu | 1 | -0/+1 | |
| 2021-08-10 | avoid fail on tail error | Chris Lu | 1 | -1/+1 | |
| 2021-08-01 | adjust text | Chris Lu | 1 | -1/+1 | |
| 2021-08-01 | Revert "adds a test" | Chris Lu | 1 | -1/+1 | |
| This reverts commit f690643b47654b3220b71bd3bfa839a2d1b365d3. | |||||
| 2021-08-01 | adds a test | Chris Lu | 1 | -1/+1 | |
| 2021-08-01 | volume.balance: balance read only volumes first | Chris Lu | 1 | -6/+6 | |
| 2021-03-14 | shell: fix moving volume, volume server evacuate | Chris Lu | 1 | -3/+2 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1534 | |||||
| 2021-03-14 | revert previous change | Chris Lu | 1 | -1/+1 | |
| revert 29e62aba00291351076d9489f4444af87b5e1d81 | |||||
| 2021-03-14 | possible fix for volume balance | Chris Lu | 1 | -1/+1 | |
| address https://github.com/chrislusf/seaweedfs/issues/1534 | |||||
| 2021-02-22 | refactoring | Chris Lu | 1 | -12/+8 | |
| 2021-02-16 | move to the empty nodes first | Chris Lu | 1 | -0/+10 | |
| 2021-02-16 | avoid nil | Chris Lu | 1 | -1/+4 | |
| 2021-02-16 | this can compile now!!! | Chris Lu | 1 | -19/+21 | |
| 2021-02-13 | collect disk types | Chris Lu | 1 | -9/+27 | |
| 2021-02-13 | refactoring | Chris Lu | 1 | -34/+13 | |
| 2021-02-09 | volume: add capability to change disk type when moving a volume | Chris Lu | 1 | -1/+1 | |
| 2020-12-18 | a cleaner fix | Chris Lu | 1 | -9/+11 | |
| 2020-12-18 | fix when a volume server has only hdd volumes | Chris Lu | 1 | -0/+3 | |
| 2020-12-14 | add logging | Chris Lu | 1 | -1/+7 | |
| 2020-12-13 | rename from volumeType to diskType | Chris Lu | 1 | -4/+4 | |
| 2020-12-13 | balance ssd volumes | Chris Lu | 1 | -14/+54 | |
| 2020-11-20 | fix volume placement validating | Chris Lu | 1 | -3/+3 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1626 | |||||
| 2020-09-14 | shell: add volumeServer.evacuate command | Chris Lu | 1 | -16/+29 | |
| 2020-09-12 | go fmt | Chris Lu | 1 | -1/+1 | |
| 2020-09-12 | shell: volume.balance plan by ratio of fullness | Chris Lu | 1 | -39/+40 | |
| 2020-09-12 | adjust replica placement after move | Chris Lu | 1 | -7/+22 | |
| 2020-09-11 | test for multi dc replication | Chris Lu | 1 | -1/+1 | |
| 2020-09-11 | shell: volume balance follows replica placement | Chris Lu | 1 | -12/+51 | |
| 2020-09-10 | refactoring | Chris Lu | 1 | -34/+52 | |
| 2020-04-23 | master: add cluster wide lock/unlock operation in weed shell | Chris Lu | 1 | -0/+4 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1286 | |||||
