aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2024-01-24sync with 3.62v1.1.9chrislu2-32/+2071
2024-01-23add missing permissions on persistenvolumesSebastien Pastor1-0/+3
2024-01-18Revert "chore(seaweedfs-csi-driver): delete unnecessary stage"chrislu3-45/+166
This reverts commit 44283c0ffe56e3180dae5b93801d07a3d621d355.
2024-01-18Revert "Fix: unable to properly clean mount points"chrislu2-75/+66
This reverts commit 4f60c279001475dcb398ed8c852ff2c6e366e16e.
2024-01-15Fix: unable to properly clean mount pointsduanhongyi2-66/+75
2024-01-11chore(seaweedfs-csi-driver): delete unnecessary stageduanhongyi3-166/+45
2024-01-11Fix: capacity error in re mounting after expand volumeduanhongyi7-29/+156
2023-12-18Bump golang.org/x/crypto from 0.14.0 to 0.17.0dependabot[bot]2-9/+9
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0. - [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
2023-11-17Allow to configure default concurrentWritesViktor Kuzmin2-0/+5
2023-11-10Avoid null set on optional cli dataLocality argJackbennett1-1/+3
2023-11-05update docker base imagechrislu2-2/+2
2023-11-05Merge branch 'master' of https://github.com/seaweedfs/seaweedfs-csi-driverchrislu15-127/+68
2023-11-02Bump golang.org/x/image from 0.9.0 to 0.10.0dependabot[bot]2-3/+3
Bumps [golang.org/x/image](https://github.com/golang/image) from 0.9.0 to 0.10.0. - [Commits](https://github.com/golang/image/compare/v0.9.0...v0.10.0) --- updated-dependencies: - dependency-name: golang.org/x/image dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
2023-10-25Bump golang.org/x/net from 0.14.0 to 0.17.0dependabot[bot]2-12/+12
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.14.0 to 0.17.0. - [Commits](https://github.com/golang/net/compare/v0.14.0...v0.17.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2023-10-25Bump google.golang.org/grpc from 1.57.0 to 1.57.1dependabot[bot]2-68/+3
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.57.0 to 1.57.1. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](https://github.com/grpc/grpc-go/compare/v1.57.0...v1.57.1) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2023-10-19Feat: add driver name supportduanhongyi5-10/+12
2023-09-25Revert "Revert "Merge branch 'master' of ↵chrislu3-3/+3
https://github.com/seaweedfs/seaweedfs"" This reverts commit 8cb42c39
2023-08-10Fix: the channel used with signal.Notify should be buffered (SA1017)n91-1/+1
2023-08-10Removed unused fieldn91-2/+1
2023-08-10Fix: error strings should not be capitalized (ST1005)n94-6/+6
Context: https://github.com/golang/go/wiki/CodeReviewComments#error-strings https://stackoverflow.com/a/68793833
2023-08-10Clean uselessn91-2/+0
2023-08-10Added missing argn91-1/+1
2023-08-10Removed unused methodn91-11/+0
2023-08-08Refactor options to be backward compatible, fixes #133Viktor Kuzmin4-11/+29
2023-08-07Helm chart refactoringViktor Kuzmin7-250/+640
* Separate NodeServer and ControllerServer * Allow leader election for sidecars and replica count fot controller component * Liveness probes * Allow disabling attacher, cause this functionality is not used in reality
2023-08-07Controller should be run as deployment - it doesn't have any statefull dataViktor Kuzmin1-2/+1
2023-08-07Use consistent extension for yamlViktor Kuzmin7-0/+0
2023-08-07Allow to separate ControllerServer and NodeServer, allow to disable attacher ↵Viktor Kuzmin4-8/+39
(it do nothing in reality)
2023-08-07gofmt of mounter_seaweedfsViktor Kuzmin1-32/+34
2023-08-07Log cache clear errorsViktor Kuzmin1-1/+4
2023-08-07Implement ExpandVolume also for controllerViktor Kuzmin2-0/+13
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-07Fix Add...Capability functions - capabilities now added instead of replacedViktor Kuzmin1-12/+3
2023-08-07Node and controller servers small code cleanup, some more loggingViktor Kuzmin2-55/+41
2023-08-07Graceful stop with mounts cleanupViktor Kuzmin4-7/+60
2023-08-07Use SIGTERM for shutting down weed mount, adjust timeoutsViktor Kuzmin1-3/+4
2023-08-06Merge pull request #131 from kvaster/refactor-1Chris Lu7-2835/+104
Update dependencies
2023-08-06Use single instance of mount utility - mount.New is expensiveViktor Kuzmin5-19/+14
2023-08-06Update dependencies, move from deprecated k8s.io/utils/mount to ↵Viktor Kuzmin7-2818/+92
k8s.io/mount-utils
2023-04-26Merge pull request #117 from washcycle/washcycle/issue115v1.1.8v1.1.7Chris Lu10-278/+1942
Validations to Pass CSI Sanity Tests and Script
2023-04-26added extra _washcycle1-1/+1
2023-04-26build fixeswashcycle4-272/+1856
2023-04-26revert changewashcycle1-4/+1
2023-04-26Implement CSI Test Suitewashcycle5-29/+44
Fixes #115
2023-04-22-small format fixwashcycle3-12/+19
-added node id validation on drvier start -added go debug in to gitignore -add nodeid to test.sh
2023-04-22updated missing pkgswashcycle1-0/+4
2023-04-22fixed a few thingswashcycle5-24/+1
2023-04-22Validations to Pass CSI Sanity Testswashcycle5-1/+24
-removed deprecated/unneeded passthrough import -added test.sh (needs work)
2023-04-22-fixed several csi sanity testswashcycle4-3/+60
-removed deprecated/unneeded passthrough import -added test.sh (needs work)
2023-04-16sync with 3.46v1.1.6chrislu2-5/+11
2023-03-21Merge branch 'master' of https://github.com/seaweedfs/seaweedfs-csi-driverv1.1.5v1.1.4chrislu1-0/+1