aboutsummaryrefslogtreecommitdiff
path: root/pkg/driver
AgeCommit message (Expand)AuthorFilesLines
2024-07-21fix buildv1.2.1chrislu1-0/+1
2024-06-06fix(driver): nomad compatibility errorduanhongyi1-1/+1
2024-03-29Use capacity of one byte as 'no quota'Viktor Kuzmin2-1/+9
2024-01-18Revert "chore(seaweedfs-csi-driver): delete unnecessary stage"chrislu3-45/+166
2024-01-18Revert "Fix: unable to properly clean mount points"chrislu2-75/+66
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 volumeduanhongyi4-28/+11
2023-11-05Merge branch 'master' of https://github.com/seaweedfs/seaweedfs-csi-driverchrislu8-30/+12
2023-10-19Feat: add driver name supportduanhongyi1-7/+3
2023-09-25Revert "Revert "Merge branch 'master' of https://github.com/seaweedfs/seaweed...chrislu1-1/+1
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
2023-08-10Clean uselessn91-2/+0
2023-08-10Added missing argn91-1/+1
2023-08-10Removed unused methodn91-11/+0
2023-08-07Allow to separate ControllerServer and NodeServer, allow to disable attacher ...Viktor Kuzmin1-7/+24
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
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-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 k8s.io/mount-...Viktor Kuzmin5-13/+13
2023-04-26build fixeswashcycle2-11/+3
2023-04-26revert changewashcycle1-4/+1
2023-04-26Implement CSI Test Suitewashcycle3-10/+17
2023-04-22-fixed several csi sanity testswashcycle2-3/+38
2023-01-20Merge branch 'master' of https://github.com/seaweedfs/seaweedfs-csi-driverchrislu3-4/+64
2023-01-20grpc connection to filer add sw-client-id headerchrislu1-1/+3
2023-01-16Add util-check for dataLocality and use itRuakij2-0/+11
2023-01-16Merge branch 'master' into feat_dataLocalityRuakij1-2/+16
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-16Add dataLocality flag, checking and handlingRuakij2-0/+23
2023-01-16Create ignoreArgs for args we want to handle explicitlyRuakij1-3/+15
2023-01-12Ignore empty values when setting argsRuakij1-1/+3
2023-01-12Rename variable to match flag-nameRuakij2-2/+2
2023-01-12Rewrite building mount-argsRuakij1-52/+48
2022-09-26Make sure we'll have no stale mount after process killViktor Kuzmin1-0/+4
2022-09-06Cleanup cache directoriesViktor Kuzmin2-5/+41
2022-09-05Allow per pv/pvc settings for cache, concurrent writes and uid/gid mapsViktor Kuzmin2-9/+29
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 dependencieschrislu1-1/+4
2022-08-20Make sure mount point is cleaned up even if we think we're not managing itViktor Kuzmin2-16/+12