OpenMediaVault-Plugin-Developers / openmediavault-remotemount

OpenMediaVault plugin for mounting remote mounts
20 stars 8 forks source link

Add support for GlusterFS FUSE client mounts #4

Closed rselga closed 7 years ago

rselga commented 7 years ago

I've added support for mounting glusterfs volumes through FUSE client. To do so I've needed to do some conversions between mount type 'glusterfs' and 'fuse.glusterfs' because each place needs a different name.

I've also had troubles with the '-v' mount option, which is not supported in gluster. It seems that this option doesn't have any effect for any other remote mount, so I've decided to remove it.

ryecoaaron commented 7 years ago

Thanks for the addition!