| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-12-05 | fix: address code review feedback | chrislusf | 1 | -1/+1 | |
| - 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) | |||||
| 2025-12-05 | Optimization: Reduce unnecessary logic of seaweedfs-mount | 泽淼 周 | 1 | -19/+125 | |
| 2025-12-05 | feat: Separated weed mount lifecycle into a dedicated service and rewired ↵ | 泽淼 周 | 1 | -94/+56 | |
| the CSI components to call it. | |||||
| 2023-08-10 | Fix: error strings should not be capitalized (ST1005) | n9 | 1 | -1/+1 | |
| Context: https://github.com/golang/go/wiki/CodeReviewComments#error-strings https://stackoverflow.com/a/68793833 | |||||
| 2023-08-07 | Use SIGTERM for shutting down weed mount, adjust timeouts | Viktor Kuzmin | 1 | -3/+4 | |
| 2023-08-06 | Use single instance of mount utility - mount.New is expensive | Viktor Kuzmin | 1 | -5/+3 | |
| 2023-08-06 | Update dependencies, move from deprecated k8s.io/utils/mount to ↵ | Viktor Kuzmin | 1 | -1/+1 | |
| k8s.io/mount-utils | |||||
| 2022-09-26 | Make sure we'll have no stale mount after process kill | Viktor Kuzmin | 1 | -0/+4 | |
| 2022-09-03 | Rename Mount interface to Unmounter | Viktor Kuzmin | 1 | -21/+21 | |
| 2022-09-03 | Remove linux specific magic from fuse process start/stop. | Viktor Kuzmin | 1 | -23/+68 | |
| Use pid from cmd.Process instead of /proc lookup Use mount specific mutex Log fuse mount process stderr and stdout for problems investigation | |||||
| 2022-07-29 | move to github.com/seaweedfs/seaweedfs | chrislu | 1 | -1/+1 | |
| 2022-07-07 | Fix error to avoid zombie processes | garenchan | 1 | -0/+7 | |
| 2022-07-01 | Fix error when managing multiple volumes | garenchan | 1 | -2/+12 | |
| 2022-04-03 | Check for corrupted mount before unmount | Viktor Kuzmin | 1 | -1/+1 | |
| 2022-04-02 | Do not fail if path is already unmounted | Viktor Kuzmin | 1 | -2/+7 | |
| 2021-09-28 | Allow static persistent volumes, some code cleanup | Viktor Kuzmin | 1 | -2/+2 | |
| 2021-01-27 | Match variable names to Context instead of Parameters | Daniel Santos | 1 | -2/+2 | |
| 2021-01-20 | Add mount arguments as CSI volume parameters | Daniel Santos | 1 | -3/+4 | |
| 2021-01-11 | refactoring | Chris Lu | 1 | -2/+2 | |
| 2020-09-04 | fix compile error | Chris Lu | 1 | -1/+1 | |
| 2020-09-04 | start weed mount without blocking | Chris Lu | 1 | -1/+2 | |
| 2020-09-04 | add logging | Chris Lu | 1 | -2/+2 | |
| 2020-06-02 | compile | Chris Lu | 1 | -1/+1 | |
| 2020-06-01 | configure filer via CLI | Chris Lu | 1 | -28/+2 | |
| 2020-05-31 | it can compile now! | Chris Lu | 1 | -0/+87 | |
