ceph-csi/pkg/cephfs
Ramana Raja 5af29662b2 cephfs: set the mode of the FS subvolumes
... and not that of the FS subvolume group `csi`.

There is no reason for setting the mode of FS subvolume group `csi`
(a CephFS subdirectory) as 777. It's default mode is 755. It's
sufficient to set the mode of FS subvolumes within the subvolume group
to `777`.

Signed-off-by: Ramana Raja <rraja@redhat.com>
2019-07-29 10:11:48 +00:00
..
cephfs_util.go Use --keyfile option to pass keys to all Ceph CLIs 2019-07-25 12:46:15 +00:00
cephuser.go Use --keyfile option to pass keys to all Ceph CLIs 2019-07-25 12:46:15 +00:00
controllerserver.go Use --keyfile option to pass keys to all Ceph CLIs 2019-07-25 12:46:15 +00:00
driver.go provide option to set pluginpath for cephfs 2019-07-25 14:47:42 +05:30
errors.go Make CephFS plugin stateless reusing RADOS based journal scheme 2019-05-30 06:20:35 -04:00
fsjournal.go Use --keyfile option to pass keys to all Ceph CLIs 2019-07-25 12:46:15 +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 Use --keyfile option to pass keys to all Ceph CLIs 2019-07-25 12:46:15 +00:00
nodeserver.go Use --keyfile option to pass keys to all Ceph CLIs 2019-07-25 12:46:15 +00:00
util.go Implement NodeStage and NodeUnstage for rbd 2019-07-24 12:49:21 +00:00
volume.go cephfs: set the mode of the FS subvolumes 2019-07-29 10:11:48 +00:00
volumemounter.go Use --keyfile option to pass keys to all Ceph CLIs 2019-07-25 12:46:15 +00:00
volumeoptions.go Use --keyfile option to pass keys to all Ceph CLIs 2019-07-25 12:46:15 +00:00