ceph-csi/pkg/cephfs
Kenjiro Nakayama b649d4f1f6 Add nonempty option to ceph-fuse to support ReadWriteMany
fuse mount does not allow to mount directory if it contains some
files. Due to this, currently scaled pod with cephfs failed to mount
by ceph-fuse.

This patch adds nonempty option to ceph-fuse command to support
ReadWriteMany with ceph-fuse.
2018-07-31 14:44:33 +09:00
..
cephconf.go cephfs: cephconf: include volume UUID in keyrings/secrets 2018-06-12 17:02:14 +02:00
cephuser.go cephfs: cephuser: set config and admin explicitly when creating/deleting users 2018-06-12 17:03:45 +02:00
controllerserver.go Fix Cephfs plugin to return false to ValidateVolumeCapabilities if Block volume is specified 2018-07-10 16:48:55 +00:00
credentials.go added cephfs/credentials 2018-04-13 14:31:03 +02:00
driver.go cephfs: added mounter probing and --volumemounter cmd arg 2018-04-13 14:53:17 +02:00
identityserver.go cephfs: Identity Service advertises PluginCapability_Service_CONTROLLER_SERVICE 2018-06-12 17:09:44 +02:00
nodeserver.go cephfs: createCephUser needs admin credentials 2018-06-12 17:08:14 +02:00
util.go cephfs: pass volume UUIDs where needed 2018-06-12 17:05:42 +02:00
volume.go cephfs: DeleteVolume() calls are allowed only for volumes with provisionVolume=true parameter 2018-06-13 16:29:10 +02:00
volumecache.go cephfs/volumecache: fixed error msg 2018-04-20 16:24:13 +02:00
volumeidentifier.go cephfs/volumeidentifier: changed volume ID scheme 2018-04-13 14:24:40 +02:00
volumemounter.go Add nonempty option to ceph-fuse to support ReadWriteMany 2018-07-31 14:44:33 +09:00
volumeoptions.go cephfs/volumeoptions: added fields; validate values 2018-04-13 14:21:15 +02:00