rexray / csi-nfs

A Container Storage Interface (CSI) plug-in that provides network file system (NFS) support.
Apache License 2.0
32 stars 8 forks source link

Perform bind-mounts of volumes #5

Closed codenrhoden closed 7 years ago

codenrhoden commented 7 years ago

Right now the NFS plugin is mounting directly to the requested path. The desired workflow is what is implemented in blockdevices already, which is to mount the volume in a private directory, then to bind-mount the volume to target. It is likely that logic from blockdevices can be re-used.