aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-01-16Merge pull request #101 from Ruakij/masterv1.1.2Chris Lu1-4/+30
2023-01-16Merge branch 'master' of https://github.com/seaweedfs/seaweedfs-csi-driverchrislu3-55/+53
2023-01-16fix login errorchrislu3-3/+3
2023-01-16Add other useful args from weed mountRuakij1-0/+5
2023-01-16Ignore and suppress warning for explicitly handled volContext argsRuakij1-0/+16
2023-01-16Use argsMap as whitelist for merging with volContextRuakij1-5/+10
2023-01-12Merge pull request #100 from Ruakij/masterChris Lu3-55/+53
2023-01-12Ignore empty values when setting argsRuakij1-1/+3
2023-01-12Rename variable to match flag-nameRuakij3-4/+4
2023-01-12Rewrite building mount-argsRuakij1-52/+48
2022-11-16Merge pull request #94 from artur9010/masterChris Lu1-5/+0
2022-11-16Do not define namespace in seaweedfs-csi.yamlArtur Motyka1-5/+0
2022-11-09Merge pull request #93 from Jackbennett/pr/securityContextChris Lu2-5/+7
2022-11-01Add chart values for securityContextJackbennett2-5/+7
2022-09-26Merge pull request #90 from kvaster/kill-stalev1.1.1Chris Lu1-0/+4
2022-09-26Make sure we'll have no stale mount after process killViktor Kuzmin1-0/+4
2022-09-13Merge branch 'master' of https://github.com/seaweedfs/seaweedfs-csi-driverchrislu9-37/+105
2022-09-13go mod updatechrislu2-8/+27
2022-09-07Merge pull request #87 from thedataflows/masterv1.1.0Chris Lu1-3/+3
2022-09-07fix sock pathCristian Chiru1-3/+3
2022-09-07Merge pull request #86 from thedataflows/masterChris Lu5-21/+28
2022-09-07bump chart versionCristian Chiru1-1/+1
2022-09-07add non standard volumes for seaweedfs-csi-driver node; improve helm textsCristian Chiru4-20/+27
2022-09-06Merge pull request #85 from kvaster/cacheChris Lu2-5/+41
2022-09-06Cleanup cache directoriesViktor Kuzmin2-5/+41
2022-09-05Merge pull request #84 from kvaster/pv-settingsChris Lu4-10/+35
2022-09-05Allow per pv/pvc settings for cache, concurrent writes and uid/gid mapsViktor Kuzmin4-10/+35
2022-09-04Merge branch 'master' of https://github.com/seaweedfs/seaweedfs-csi-driverchrislu6-157/+132
2022-09-04update urlchrislu2-2/+2
2022-09-03Merge pull request #83 from kvaster/fuse-processChris Lu6-157/+132
2022-09-03Rename Mount interface to UnmounterViktor Kuzmin3-30/+30
2022-09-03Remove linux specific magic from fuse process start/stop.Viktor Kuzmin6-156/+131
2022-08-25update dependencieschrislu3-11/+41
2022-08-21Merge pull request #82 from i404788/masterChris Lu2-0/+4
2022-08-21Workaround https://github.com/golang/go/issues/54313 until golang 1.20i4047882-0/+4
2022-08-20Merge pull request #80 from kvaster/cleanup-mount-pointsChris Lu2-16/+12
2022-08-20Make sure mount point is cleaned up even if we think we're not managing itViktor Kuzmin2-16/+12
2022-08-16Merge pull request #78 from garenchan/ck-devChris Lu1-1/+1
2022-08-16fix an error to return correct resultGaren Chan1-1/+1
2022-08-02go 1.19chrislu2-2/+2
2022-07-29move to github.com/seaweedfs/seaweedfschrislu16-52/+167
2022-07-15Merge pull request #71 from garenchan/ck-dev1Chris Lu2-8/+21
2022-07-15Fix #70: use bind mount rather than symbolic linkgarenchan2-8/+21
2022-07-07Merge pull request #69 from garenchan/ck-dev1Chris Lu2-6/+8
2022-07-07Fix error to avoid zombie processesgarenchan2-6/+8
2022-07-06Merge pull request #68 from garenchan/ck-dev1Chris Lu5-82/+331
2022-07-07Pods using the same volume share mountgarenchan5-82/+331
2022-07-01Merge pull request #66 from garenchan/ck-dev1Chris Lu5-54/+58
2022-07-01Fix error when managing multiple volumesgarenchan5-54/+58
2022-06-05Merge pull request #63 from blampe/template-errorrChris Lu3-9/+42