| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-12-18 | Parallelize volume replica operations within `ec.encode`. (#6374) | Lisandro Pin | 1 | -2/+6 | |
| 2024-11-20 | [shell] add noLock param for volume.move (#6261) | Konstantin Lebedev | 1 | -3/+11 | |
| 2024-09-29 | refactor | chrislu | 1 | -1/+1 | |
| 2024-09-28 | add IsResourceHeavy() to command interface | chrislu | 1 | -0/+4 | |
| 2024-09-24 | fix(volume): don't persist RO state in specific cases (#6058) | Max Denushev | 1 | -5/+8 | |
| * fix(volume): don't persist RO state in specific cases * fix(volume): writable always persist | |||||
| 2023-06-12 | Delete volume is empty (#4561) | Konstantin Lebedev | 1 | -3/+4 | |
| * use onlyEmpty for deleteVolume https://github.com/seaweedfs/seaweedfs/issues/4559 * fix IsEmpty * fix test --------- Co-authored-by: Konstantin Lebedev <9497591+kmlebedev@users.noreply.github.co> | |||||
| 2022-08-21 | feat(weed.move): add a speed limit parameter of moving files (#3478) | qzh | 1 | -7/+9 | |
| * 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 | |
| 2021-12-26 | use streaming mode for long poll grpc calls | chrislu | 1 | -6/+6 | |
| streaming mode would create separate grpc connections for each call. this is to ensure the long poll connections are properly closed. | |||||
| 2021-12-10 | add lock messages | chrislu | 1 | -1/+1 | |
| 2021-10-24 | volume copy: stream out copying progress and avoid grpc request timeout | Chris Lu | 1 | -6/+22 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2386 | |||||
| 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 | -9/+10 | |
| 2021-08-14 | go fmt | Chris Lu | 1 | -1/+1 | |
| 2021-08-13 | shell: volume.tier.move makes up changes if volume move failed | Chris Lu | 1 | -0/+11 | |
| 2021-08-10 | output format | Chris Lu | 1 | -1/+1 | |
| 2021-08-10 | avoid fail on tail error | Chris Lu | 1 | -3/+7 | |
| 2021-02-22 | disk type support custom tags | Chris Lu | 1 | -3/+3 | |
| 2021-02-14 | disk type only supports hdd and ssd, not ready for random tags yet | Chris Lu | 1 | -3/+3 | |
| 2021-02-13 | adjust help message | Chris Lu | 1 | -2/+2 | |
| 2021-02-13 | adjust help message | Chris Lu | 1 | -1/+1 | |
| 2021-02-09 | volume: add capability to change disk type when moving a volume | Chris Lu | 1 | -4/+9 | |
| 2020-10-28 | add shell command volume mark writable | Konstantin Lebedev | 1 | -0/+15 | |
| 2020-09-20 | shell: move volume operations to use flag parsing arguments | Chris Lu | 1 | -9/+11 | |
| 2020-08-19 | Added VolumeMarkWritable and VolumeStatus grpc methods | James Hartig | 1 | -0/+37 | |
| This is necessary for copy to mark as read-only and then restore the original state afterwards. | |||||
| 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 | |||||
| 2020-02-25 | avoid reusing context object | Chris Lu | 1 | -15/+14 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1182 | |||||
| 2020-01-26 | use the same context object in order to retry | Chris Lu | 1 | -3/+3 | |
| 2020-01-01 | update help message | Chris Lu | 1 | -1/+1 | |
| 2019-06-05 | periodic scripts exeuction from leader master | Chris Lu | 1 | -2/+2 | |
| 2019-04-20 | shell: add commands volume.copy volume.delete volume.mount volume.unmount | Chris Lu | 1 | -2/+2 | |
| 2019-04-20 | add notes | Chris Lu | 1 | -1/+1 | |
| 2019-04-20 | refactoring | Chris Lu | 1 | -15/+17 | |
| 2019-04-20 | shell: add command volume.move | Chris Lu | 1 | -0/+124 | |
