ceph-csi/pkg/cephfs
Poornima G 82b85d536f Add mount option for Cephfs
The storage class already takes MountOptions(MountFlags), these are the
bind mount options. Some of these options may not be recognised by the
cephfs mount. Hence added a new parameterin Storage Class for
- cephfs kernel mount options,
- ceph-fuse mount options

Ceph kernel mount options are different from ceph-fuse options, hence
added two different parameters.

Signed-off-by: Poornima G <pgurusid@redhat.com>
2019-09-06 22:03:31 +05:30
..
cephfs_util.go switch to cephfs, utils, and csicommon to new loging system 2019-08-29 14:04:31 +00:00
cephuser.go switch to cephfs, utils, and csicommon to new loging system 2019-08-29 14:04:31 +00:00
controllerserver.go switch to cephfs, utils, and csicommon to new loging system 2019-08-29 14:04:31 +00:00
driver.go Remove volumemounter flag from cephfs 2019-09-05 13:04:44 +05:30
errors.go Make CephFS plugin stateless reusing RADOS based journal scheme 2019-05-30 06:20:35 -04:00
fsjournal.go switch to cephfs, utils, and csicommon to new loging system 2019-08-29 14:04:31 +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 switch to cephfs, utils, and csicommon to new loging system 2019-08-29 14:04:31 +00:00
nodeserver.go Address security concerns reported by 'gosec' 2019-09-04 11:48:37 +00:00
util.go Address security concerns reported by 'gosec' 2019-09-04 11:48:37 +00:00
volume.go switch to cephfs, utils, and csicommon to new loging system 2019-08-29 14:04:31 +00:00
volumemounter.go Add mount option for Cephfs 2019-09-06 22:03:31 +05:30
volumeoptions.go Add mount option for Cephfs 2019-09-06 22:03:31 +05:30