aboutsummaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Collapse)AuthorFilesLines
14 daysfix: use StatusInternalServerError for mount/unmount errorschrislusf1-2/+2
Errors from manager.Mount and manager.Unmount can be due to internal server issues (filesystem errors, process start failures) not just bad client requests.
14 daysfix: address code review feedbackchrislusf2-11/+19
- CRITICAL: Make socket path configurable based on mountEndpoint - Added volumeSocketDir field to SeaweedFsDriver - LocalSocketPath now accepts baseDir parameter - Derived from mountEndpoint for user-configurable socket paths - HIGH: Pin seaweedfs version in Dockerfiles for reproducible builds - Added SEAWEEDFS_VERSION build arg (default: 3.80) - Clone specific tag instead of master - HIGH: Fix Dockerfile.dev to use local context instead of personal fork - Removed hardcoded zemul/seaweedfs-csi-driver clone - Now uses COPY . . for local development - HIGH: Change :latest to :dev in kubernetes manifests - Mutable :latest tag replaced with :dev for predictability - MEDIUM: Remove Aliyun mirror from Dockerfile.dev - Region-specific mirrors shouldn't be in general-purpose files - MEDIUM: Improve error handling in client.go - Now reports read errors when failing to read error response body - MEDIUM: Fix inconsistent error return in manager.go - Return nil instead of empty struct on error (Go idiom)
14 daysfix: build from context instead of cloning masterchrislusf2-2/+2
14 daysfix: use Go 1.23 and build from context instead of cloning masterchrislusf2-12/+17
14 daysadd: merge prepare params.泽淼 周3-8/+23
14 daysOptimization: Reduce unnecessary logic of seaweedfs-mount泽淼 周1-21/+0
14 daysfix: build error泽淼 周1-1/+0
14 daysfix: build error泽淼 周1-1/+1
14 daysfeat: helm config泽淼 周1-1/+1
14 daysfeat: Separated weed mount lifecycle into a dedicated service and rewired ↵泽淼 周3-1/+175
the CSI components to call it.
2025-11-28Resolve merge conflicts in go.mod and go.sumv1.3.4Chris Lu1-1/+1
2025-11-28disk full when buildingChris Lu1-3/+3
2025-10-23fix buildchrislusf2-2/+2
2025-05-04Make sure the volume ID is a valid bucket nameAaron Madsen1-1/+5
2025-02-04use golang:1.23 imagechrislu2-2/+2
2024-12-03Fix plugin disable command to use dynamic variablesAli Afsharzadeh1-1/+1
2024-07-18Update cmd/seaweedfs-csi-driver/swarm/README.mdChris Lu1-1/+1
2024-07-18Update cmd/seaweedfs-csi-driver/swarm/README.mdChris Lu1-1/+1
2024-07-18updated READMEGradlon von Känel1-0/+2
2024-07-18added documentationGradlon von Känel2-6/+88
2024-07-18removeGradlon von Känel2-9/+1
2024-07-18Enable attacher varGradlon von Känel1-1/+1
2024-07-18Enable attacher varGradlon von Känel2-2/+9
2024-07-18remove cahc varGradlon von Känel1-1/+0
2024-07-18changed cache dirGradlon von Känel1-1/+1
2024-07-18adde cache mountGradlon von Känel1-0/+8
2024-07-18initial filesGradlon von Känel5-0/+137
2024-06-22upgrade to golang:1.22chrislu2-6/+3
2023-11-05update docker base imagechrislu2-2/+2
2023-11-05Merge branch 'master' of https://github.com/seaweedfs/seaweedfs-csi-driverchrislu1-6/+27
2023-10-19Feat: add driver name supportduanhongyi1-1/+2
2023-09-25Revert "Revert "Merge branch 'master' of ↵chrislu1-1/+1
https://github.com/seaweedfs/seaweedfs"" This reverts commit 8cb42c39
2023-08-08Refactor options to be backward compatible, fixes #133Viktor Kuzmin1-5/+25
2023-08-07Allow to separate ControllerServer and NodeServer, allow to disable attacher ↵Viktor Kuzmin1-1/+9
(it do nothing in reality)
2023-04-22-small format fixwashcycle1-11/+15
-added node id validation on drvier start -added go debug in to gitignore -add nodeid to test.sh
2023-04-22fixed a few thingswashcycle1-0/+0
2023-04-22Validations to Pass CSI Sanity Testswashcycle1-0/+0
-removed deprecated/unneeded passthrough import -added test.sh (needs work)
2023-03-14use golang 1.20chrislu2-2/+2
2023-01-16Add util-check for dataLocality and use itRuakij1-2/+2
2023-01-16Add dataLocality flag, checking and handlingRuakij1-0/+40
2023-01-12Rename variable to match flag-nameRuakij1-2/+2
2022-09-05Allow per pv/pvc settings for cache, concurrent writes and uid/gid mapsViktor Kuzmin1-1/+1
2022-09-04update urlchrislu2-2/+2
2022-08-21Workaround https://github.com/golang/go/issues/54313 until golang 1.20i4047882-0/+4
2022-08-02go 1.19chrislu2-2/+2
2022-07-29move to github.com/seaweedfs/seaweedfschrislu3-6/+6
2022-04-24upgrade to go 1.18v1.0.9chrislu2-2/+2
2022-02-14disable cache by defaultchrislu1-1/+1
fix https://github.com/seaweedfs/seaweedfs-csi-driver/issues/43
2021-09-24cross platform buildingChris Lu2-2/+2
related to https://github.com/seaweedfs/seaweedfs-csi-driver/issues/34
2021-09-23build csiChris Lu1-3/+3