aboutsummaryrefslogtreecommitdiff
path: root/pkg/driver/mount_util.go
AgeCommit message (Collapse)AuthorFilesLines
2023-08-10Fix: error strings should not be capitalized (ST1005)n91-1/+1
Context: https://github.com/golang/go/wiki/CodeReviewComments#error-strings https://stackoverflow.com/a/68793833
2023-08-06Use single instance of mount utility - mount.New is expensiveViktor Kuzmin1-1/+3
2023-08-06Update dependencies, move from deprecated k8s.io/utils/mount to ↵Viktor Kuzmin1-1/+1
k8s.io/mount-utils
2022-09-03Remove linux specific magic from fuse process start/stop.Viktor Kuzmin1-60/+0
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-29move to github.com/seaweedfs/seaweedfschrislu1-1/+1
2020-06-02compileChris Lu1-0/+87