k8s-csi-s3/pkg/driver
Vitaliy Filippov ecf1031dfc Implement mounting via stage directory
Previously, multiple containers with the same mounted volume resulted in multiple
FUSE processes. This behaviour was breaking parallel modifications from different
containers, consumed extra resources, and after mounting via systemd was introduced,
led to the total inability to mount the same volume into multiple containers on
the same host.

Now only one FUSE process is started per volume, per host.
2023-03-07 00:49:12 +03:00
..
controllerserver.go Fix bucket/path split for volume names 2022-04-15 19:03:20 +03:00
driver.go Implement mounting via stage directory 2023-03-07 00:49:12 +03:00
driver_suite_test.go Fix test pipeline 2021-10-27 21:54:26 +03:00
driver_test.go Rename packages 2021-04-05 12:10:20 +02:00
identityserver.go Rename packages 2021-04-05 12:10:20 +02:00
nodeserver.go Implement mounting via stage directory 2023-03-07 00:49:12 +03:00