| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-10-23 | fix error messageorigin/fix-filer-pb-api-signatures | chrislusf | 1 | -2/+2 | |
| 2025-10-23 | Fix filer_pb API signatures to include context parameter | chrislusf | 1 | -3/+3 | |
| The filer_pb.Mkdir, filer_pb.Remove, and filer_pb.Exists functions now require context.Context as the first parameter. This commit updates all three function calls in controllerserver.go to match the updated API. Fixes #206 | |||||
| 2025-05-04 | Use only lowercase letters in the volume ID to avoid case matching issues | Aaron Madsen | 1 | -0/+2 | |
| 2025-05-04 | Make sure the volume ID is a valid bucket name | Aaron Madsen | 1 | -5/+30 | |
| 2024-01-11 | Fix: capacity error in re mounting after expand volume | duanhongyi | 1 | -5/+0 | |
| 2023-08-10 | Fix: error strings should not be capitalized (ST1005) | n9 | 1 | -3/+3 | |
| Context: https://github.com/golang/go/wiki/CodeReviewComments#error-strings https://stackoverflow.com/a/68793833 | |||||
| 2023-08-07 | Implement ExpandVolume also for controller | Viktor Kuzmin | 1 | -0/+12 | |
| https://kubernetes-csi.github.io/docs/volume-expansion.html CSI Resizer should be always run even if not implemented. Also it should run only against controller. Volume resize on node rpc call is handled by kubelet. For now the only job for controller's volume resize is to make it two step and propagate changes to node. | |||||
| 2023-08-07 | Node and controller servers small code cleanup, some more logging | Viktor Kuzmin | 1 | -35/+18 | |
| 2023-04-26 | Implement CSI Test Suite | washcycle | 1 | -5/+0 | |
| Fixes #115 | |||||
| 2023-04-22 | -fixed several csi sanity tests | washcycle | 1 | -2/+25 | |
| -removed deprecated/unneeded passthrough import -added test.sh (needs work) | |||||
| 2022-07-29 | move to github.com/seaweedfs/seaweedfs | chrislu | 1 | -2/+2 | |
| 2022-07-07 | Pods using the same volume share mount | garenchan | 1 | -22/+1 | |
| 2022-07-01 | Fix error when managing multiple volumes | garenchan | 1 | -4/+4 | |
| 2022-04-15 | fix VolumeExpansion not work | joy717 | 1 | -2/+2 | |
| 2022-04-12 | fix collectionQuotaMB=0 always | joy717 | 1 | -3/+13 | |
| 2022-04-03 | support expand volume | chrislu | 1 | -4/+22 | |
| 2022-03-18 | set disk type by volume create request parameters | chrislu | 1 | -0/+1 | |
| related to https://github.com/seaweedfs/seaweedfs-csi-driver/issues/50 | |||||
| 2022-03-18 | capacity set by the max limit byte range | chrislu | 1 | -1/+1 | |
| 2022-03-06 | support quota | chrislu | 1 | -0/+1 | |
| fix https://github.com/seaweedfs/seaweedfs-csi-driver/issues/48 | |||||
| 2021-09-28 | Allow static persistent volumes, some code cleanup | Viktor Kuzmin | 1 | -10/+2 | |
| 2021-06-28 | update go mod | Chris Lu | 1 | -0/+4 | |
| 2020-10-12 | sync with seaweedfs repo | Chris Lu | 1 | -1/+1 | |
| 2020-07-24 | fix compilation | Chris Lu | 1 | -2/+2 | |
| 2020-06-12 | empty controller publish unpublish volume implementation | Chris Lu | 1 | -2/+2 | |
| 2020-06-12 | adjust logs | Chris Lu | 1 | -1/+1 | |
| 2020-06-02 | compile | Chris Lu | 1 | -8/+32 | |
| 2020-06-01 | configure filer via CLI | Chris Lu | 1 | -6/+3 | |
| 2020-05-31 | it can compile now! | Chris Lu | 1 | -5/+84 | |
| 2020-03-19 | WIP | Chris Lu | 1 | -0/+104 | |
