aboutsummaryrefslogtreecommitdiff
path: root/pkg/driver
AgeCommit message (Expand)AuthorFilesLines
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
2022-08-16fix an error to return correct resultGaren Chan1-1/+1
2022-07-29move to github.com/seaweedfs/seaweedfschrislu10-19/+19
2022-07-15Fix #70: use bind mount rather than symbolic linkgarenchan2-8/+21
2022-07-07Fix error to avoid zombie processesgarenchan2-6/+8
2022-07-07Pods using the same volume share mountgarenchan4-82/+324
2022-07-01Fix error when managing multiple volumesgarenchan5-54/+58
2022-04-15fix VolumeExpansion not workjoy7172-5/+6
2022-04-12fix collectionQuotaMB=0 alwaysjoy7172-5/+26
2022-04-03Merge branch 'master' of https://github.com/seaweedfs/seaweedfs-csi-driverchrislu1-2/+7
2022-04-03support expand volumechrislu5-18/+59
2022-04-03Check for corrupted mount before unmountViktor Kuzmin1-1/+1
2022-04-02Do not fail if path is already unmountedViktor Kuzmin1-2/+7
2022-03-18set disk type from either volumeAttributes or request parametersv1.0.8chrislu1-0/+4
2022-03-18set disk type by volume create request parameterschrislu3-0/+6
2022-03-18capacity set by the max limit byte rangechrislu1-1/+1
2022-03-06support quotachrislu3-0/+4
2022-03-06adjust csi capabilitychrislu1-1/+4
2022-02-26mount: avoid logs to tmp folderschrislu1-0/+1
2021-12-28upgrade to latest seaweedfs versionchrislu1-2/+2
2021-11-10support multiple filersChris Lu2-9/+39
2021-09-28Allow static persistent volumes, some code cleanupViktor Kuzmin5-27/+33
2021-09-14sync with seaweedfsChris Lu1-8/+3
2021-08-20map uid and gid via explicit CLIChris Lu2-0/+11
2021-06-28update go modChris Lu1-0/+4
2021-06-25load the security.toml fileChris Lu1-0/+2
2021-04-11support configurable cache directoryChris Lu2-0/+4
2021-04-11support configurable cache sizeChris Lu2-0/+2
2021-01-27Match variable names to Context instead of ParametersDaniel Santos3-12/+12
2021-01-20Use VolumeContextDaniel Santos1-3/+1
2021-01-20TroubleshootingDaniel Santos1-0/+2
2021-01-20Use PublishContext insteadDaniel Santos2-2/+2
2021-01-20Add mount arguments as CSI volume parametersDaniel Santos3-10/+25
2021-01-12adjust print outChris Lu1-1/+1