aboutsummaryrefslogtreecommitdiff
path: root/pkg/driver/mounter_seaweedfs.go
AgeCommit message (Expand)AuthorFilesLines
2023-08-07gofmt of mounter_seaweedfsViktor Kuzmin1-32/+34
2023-08-07Log cache clear errorsViktor Kuzmin1-1/+4
2023-01-16Add util-check for dataLocality and use itRuakij1-0/+3
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 handlingRuakij1-0/+20
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-nameRuakij1-1/+1
2023-01-12Rewrite building mount-argsRuakij1-52/+48
2022-09-06Cleanup cache directoriesViktor Kuzmin1-5/+20
2022-09-05Allow per pv/pvc settings for cache, concurrent writes and uid/gid mapsViktor Kuzmin1-8/+28
2022-09-03Rename Mount interface to UnmounterViktor Kuzmin1-3/+3
2022-09-03Remove linux specific magic from fuse process start/stop.Viktor Kuzmin1-3/+3
2022-07-29move to github.com/seaweedfs/seaweedfschrislu1-2/+2
2022-07-01Fix error when managing multiple volumesgarenchan1-9/+36
2022-04-03support expand volumechrislu1-0/+1
2022-03-18set disk type by volume create request parameterschrislu1-0/+4
2022-03-06support quotachrislu1-0/+2
2022-02-26mount: avoid logs to tmp folderschrislu1-0/+1
2021-11-10support multiple filersChris Lu1-3/+9
2021-09-28Allow static persistent volumes, some code cleanupViktor Kuzmin1-8/+18
2021-08-20map uid and gid via explicit CLIChris Lu1-0/+9
2021-04-11support configurable cache directoryChris Lu1-0/+3
2021-04-11support configurable cache sizeChris Lu1-0/+1
2021-01-27Match variable names to Context instead of ParametersDaniel Santos1-8/+8
2021-01-20Use PublishContext insteadDaniel Santos1-1/+1
2021-01-20Add mount arguments as CSI volume parametersDaniel Santos1-5/+17
2021-01-12adjust print outChris Lu1-1/+1
2021-01-11add missing equal sign in command lineChris Lu1-1/+1
2021-01-11add an example on how to add more mount optionsChris Lu1-0/+3
2021-01-11refactoringChris Lu1-8/+8
2020-09-23auto created directory need to have open permission on k8sChris Lu1-0/+1
2020-09-04add loggingChris Lu1-1/+1
2020-06-12auto create dir to mountChris Lu1-0/+1
2020-06-11fix glogChris Lu1-1/+1
2020-06-11loggingChris Lu1-1/+9
2020-06-01configure filer via CLIChris Lu1-2/+2
2020-05-31it can compile now!Chris Lu1-0/+33