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.
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.