ceph-csi/pkg/cephfs
Madhu Rajanna f4c80dec9a Implement NodeStage and NodeUnstage for rbd
in NodeStage RPC call  we  have to map the
device to the node plugin and make  sure  the
the device will be mounted to  the global path

in  nodeUnstage request unmount the device from
global path and unmap the device

if the volume mode is block  we will be creating
a file inside a stageTargetPath  and it will be
considered  as the global path

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
2019-07-24 12:49:21 +00:00
..
cephfs_util.go Modify RBD plugin to use a single ID and move the id and key into the secret 2019-06-24 13:46:14 +00:00
cephuser.go Modify CephFs provisioner to use the ceph mgr commands 2019-07-12 05:42:41 +00:00
controllerserver.go Backward compatibility for deleting and mounting old volumes 2019-07-12 05:42:41 +00:00
driver.go Update driver version during build time 2019-07-12 15:54:52 +05:30
errors.go Make CephFS plugin stateless reusing RADOS based journal scheme 2019-05-30 06:20:35 -04:00
fsjournal.go Modify RBD plugin to use a single ID and move the id and key into the secret 2019-06-24 13:46:14 +00:00
identityserver.go Replaces the references to the Kubernete Authors with the Ceph-CSI authors 2019-04-03 11:14:08 +02:00
mountcache_test.go code style 2019-04-01 23:02:19 +08:00
mountcache.go Implement NodeStage and NodeUnstage for rbd 2019-07-24 12:49:21 +00:00
nodeserver.go Implement NodeStage and NodeUnstage for rbd 2019-07-24 12:49:21 +00:00
util.go Implement NodeStage and NodeUnstage for rbd 2019-07-24 12:49:21 +00:00
volume.go Implement NodeStage and NodeUnstage for rbd 2019-07-24 12:49:21 +00:00
volumemounter.go Implement NodeStage and NodeUnstage for rbd 2019-07-24 12:49:21 +00:00
volumeoptions.go Backward compatibility for deleting and mounting old volumes 2019-07-12 05:42:41 +00:00