rawfile-localpv/deploy/charts/rawfile-csi
Mehran Kholdi b2c4b77911 Implement `STAGE_UNSTAGE_VOLUME` capability
Summary: Before this, we directly mounted the the rawfile on the mountpoint. In this revision the `STAGE_UNSTAGE_VOLUME` capability is implemented, meaning that the volume is first mounted to a staging path, and then `bind`-mounted to the actual path. This way we can free up loopback devices when they are not needed.

Test Plan:
- Create a pvc, and use it inside a pod
- Run `losetup -l` on the node running the pod, and assert the creation of a loop device
- Delete the pod, but not the pvc
- Run `losetup -l` on the same node, and assert the removal of the loop device

Reviewers: h.marvi, bghadiri

Differential Revision: https://phab.hamravesh.ir/D806
2020-05-31 13:23:10 +04:30
..
templates Implement `STAGE_UNSTAGE_VOLUME` capability 2020-05-31 13:23:10 +04:30
.helmignore Create helm chart 2020-04-28 22:54:38 +04:30
Chart.yaml Implement `STAGE_UNSTAGE_VOLUME` capability 2020-05-31 13:23:10 +04:30
values.yaml Push official images to dockerhub 2020-05-29 21:04:20 +04:30