| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-03-14 | revert previous change | Chris Lu | 1 | -1/+1 | |
| revert 29e62aba00291351076d9489f4444af87b5e1d81 | |||||
| 2021-03-14 | possible fix for volume balance | Chris Lu | 3 | -1/+905 | |
| address https://github.com/chrislusf/seaweedfs/issues/1534 | |||||
| 2021-03-14 | go fmt | Chris Lu | 1 | -5/+5 | |
| 2021-03-11 | print out the url | Chris Lu | 1 | -2/+3 | |
| 2021-03-11 | fix | Chris Lu | 1 | -1/+1 | |
| 2021-03-11 | shell: add s3.clean.uploads to clean up stale multipart uploads | Chris Lu | 1 | -0/+91 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1855 | |||||
| 2021-02-28 | adjust text | Chris Lu | 1 | -1/+1 | |
| 2021-02-23 | volume.tier.move: avoid repeated move for replicated volumes | Chris Lu | 1 | -1/+1 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1792#issuecomment-784139348 | |||||
| 2021-02-22 | disk type support custom tags | Chris Lu | 2 | -4/+4 | |
| 2021-02-22 | volume.tier.move: passing non-empty disk type | Chris Lu | 1 | -3/+3 | |
| 2021-02-22 | avoid moving to another server with the same volume id | Chris Lu | 1 | -3/+25 | |
| 2021-02-22 | shell: add volume.tier.move | Chris Lu | 2 | -6/+61 | |
| 2021-02-22 | refactoring | Chris Lu | 11 | -98/+63 | |
| 2021-02-19 | add WIP message | Chris Lu | 1 | -2/+2 | |
| 2021-02-18 | add more help message | Chris Lu | 1 | -1/+1 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1816 | |||||
| 2021-02-17 | go fmt | Chris Lu | 2 | -2/+2 | |
| 2021-02-16 | adjust printing | Chris Lu | 1 | -2/+9 | |
| 2021-02-16 | fix tests | Chris Lu | 1 | -0/+1 | |
| 2021-02-16 | simplify | Chris Lu | 1 | -1/+2 | |
| 2021-02-16 | ec balance among nodes with HDD | Chris Lu | 1 | -1/+3 | |
| 2021-02-16 | avoid nil | Chris Lu | 1 | -1/+7 | |
| 2021-02-16 | avoid possible nil disk info | Chris Lu | 4 | -58/+75 | |
| 2021-02-16 | move to the empty nodes first | Chris Lu | 2 | -1/+11 | |
| 2021-02-16 | avoid nil | Chris Lu | 1 | -1/+4 | |
| 2021-02-16 | use hdd instead of empty string | Chris Lu | 3 | -4/+4 | |
| 2021-02-16 | this can compile now!!! | Chris Lu | 13 | -113/+291 | |
| 2021-02-14 | disk type only supports hdd and ssd, not ready for random tags yet | Chris Lu | 2 | -4/+4 | |
| 2021-02-13 | collect disk types | Chris Lu | 1 | -9/+27 | |
| 2021-02-13 | refactoring | Chris Lu | 1 | -34/+13 | |
| 2021-02-13 | adjust help message | Chris Lu | 1 | -2/+2 | |
| 2021-02-13 | adjust help message | Chris Lu | 2 | -2/+2 | |
| 2021-02-09 | volume: add capability to change disk type when moving a volume | Chris Lu | 3 | -6/+11 | |
| 2021-02-09 | Merge branch 'master' into support_ssd_volume | Chris Lu | 2 | -6/+34 | |
| 2021-01-28 | add back AdjustedUrl() related code | Chris Lu | 1 | -0/+4 | |
| 2021-01-27 | update help message | Chris Lu | 1 | -2/+2 | |
| see https://github.com/chrislusf/seaweedfs/issues/1758#issuecomment-768123224 | |||||
| 2021-01-27 | avoid error message | Chris Lu | 1 | -1/+3 | |
| 2021-01-26 | shell: volume.fix.replication adds collectionPattern with wildcard characters | Chris Lu | 1 | -2/+28 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1758 | |||||
| 2021-01-24 | mount: outsideContainerClusterMode proxy through filer | Chris Lu | 1 | -4/+0 | |
| Running mount outside of the cluster would not need to expose all the volume servers to outside of the cluster. The chunk read and write will go through the filer. | |||||
| 2021-01-24 | Revert "mount: when outside cluster network, use filer as proxy to access ↵ | Chris Lu | 1 | -0/+4 | |
| volume servers" This reverts commit 096e088d7bb2a5dce7573b24c2d3006d1cb6f9ec. | |||||
| 2021-01-24 | mount: when outside cluster network, use filer as proxy to access volume servers | Chris Lu | 1 | -4/+0 | |
| 2021-01-13 | remove WIP status | Chris Lu | 1 | -1/+1 | |
| 2020-12-23 | Merge branch 'master' into support_ssd_volume | Chris Lu | 1 | -1/+3 | |
| 2020-12-23 | [shell] Clarify bucket replication setting order | Baptiste Mille-Mathias | 1 | -1/+3 | |
| 2020-12-22 | Merge branch 'master' into support_ssd_volume | Chris Lu | 4 | -22/+22 | |
| 2020-12-22 | minor | Chris Lu | 1 | -1/+1 | |
| 2020-12-22 | shell: change bucket.list to s3.bucket.list, same for create and delete | Chris Lu | 3 | -20/+20 | |
| 2020-12-22 | filer first, master second | Chris Lu | 1 | -1/+1 | |
| 2020-12-22 | [shell] Add more information to bucket.create | Baptiste Mille-Mathias | 1 | -1/+1 | |
| State the replication setting that will be honor if not defined. | |||||
| 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 | |
