ceph-csi/pkg/rbd
ShyamsundarR 925bda2881 Move mounting staging instance to a sub-path within staging path
This commit moves the mounting of a block volumes and filesystems
to a sub-file (already the case) or a sub-dir within the staging
path.

This enables using the staging path to store any additional data
regarding the mount. For example, this will be extended in the
future to store the fsid of the cluster, and maybe the pool name
to map unmap requests to the right image.

Also, this fixes the noted hack in the code, to determine in a
common manner if there is a mount on the passed in staging path.

Signed-off-by: ShyamsundarR <srangana@redhat.com>
2019-08-13 14:07:52 +00:00
..
controllerserver.go Use --keyfile option to pass keys to all Ceph CLIs 2019-07-25 12:46:15 +00:00
errors.go Support mounting and deleting version 1.0.0 RBD volumes 2019-07-08 15:40:17 +00:00
identityserver.go Replaces the references to the Kubernete Authors with the Ceph-CSI authors 2019-04-03 11:14:08 +02:00
nodeserver.go Move mounting staging instance to a sub-path within staging path 2019-08-13 14:07:52 +00:00
rbd_attach.go remove post validation of rbd device 2019-08-07 14:52:13 +00:00
rbd_journal.go Move mounting staging instance to a sub-path within staging path 2019-08-13 14:07:52 +00:00
rbd_util.go Use --keyfile option to pass keys to all Ceph CLIs 2019-07-25 12:46:15 +00:00
rbd.go Implement metrics for RBD plugin 2019-08-01 11:58:54 +00:00