k8s-csi-s3/pkg/mounter
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
..
geesefs.go Implement mounting via stage directory 2023-03-07 00:49:12 +03:00
mounter.go Implement mounting via stage directory 2023-03-07 00:49:12 +03:00
rclone.go Implement mounting via stage directory 2023-03-07 00:49:12 +03:00
s3fs.go Implement mounting via stage directory 2023-03-07 00:49:12 +03:00