[Gluster-users] Gluster reexport through NFS problem with FUSE
Anand Avati
avati at zresearch.com
Fri Nov 7 10:05:08 UTC 2008
Please check for existence of /dev/fuse
$ ls -l /dev/fuse
crw-rw-rw- 1 root root 10, 229 2008-06-09 18:44 /dev/fuse
avati
2008/11/6 Martin Gumbau <mgumbau at iciq.es>
> OK gowda,
> $ make clean
> $ ./configure --enable-fuse-client
> RESULT
> GlusterFS configure summary
> ===========================
> Fuse client : yes
> Infiniband verbs : no
> epoll IO multiplex : yes
>
> The same error
> 2008-11-06 15:18:54 E [fuse-bridge.c:2699:init] glusterfs-fuse:
> fuse_mount failed (No such file or directory)
>
> 2008-11-06 15:18:54 E [glusterfs.c:547:main] glusterfs: Initializing
> FUSE failed
>
>
> On Thu, 2008-11-06 at 15:11 +0100, Basavanagowda Kanur wrote:
> > Martin,
> > Please configure glusterfs build with '--enable-fuse-client'. You
> > need to have fuse installed.
> >
> > --
> > gowda
> >
> > On Thu, Nov 6, 2008 at 7:18 PM, Martin Gumbau <mgumbau at iciq.es> wrote:
> > Hi,
> > I don't obtain succesfully results to reexport NFS from
> > Glusterfs.
> > With fuse kernel module that was in SuSE SLES 10 SP2
> > distribution the
> > glusterfs client mount ok.
> >
> > I read README.NFS (from fuse-2.7.4 or fuse -2.7.3 or
> > fuse-2.7.3glfs10)
> > as Avati said to me. Then I compile the fuse module with
> > --enable-kernel-module option (previus make clean).
> >
> > The kernel 2.6.16.60-0.21-smp .config option
> > CONFIG_FUSE_FS=m
> >
> > These are my files:
> > NFSSERVER - exports
> >
> > /mnt/glusterfs
> > *(no_subtree_check,async,no_auth_nlm,no_acl,rw,fsid=10)
> >
> > GLUSTERFS - command line:
> >
> > glusterfs --disable-io-mode=none
> > -l/var/log/glusterfs/gfscli.log -LDEBUG
> > -f /etc/glusterfs/glusterfs-client.vol /mnt/glusterfs
> >
> > LOGFILE - gfscli.log
> >
> > 2008-11-06 14:24:59 D [glusterfs.c:167:get_spec_fp] glusterfs:
> > loading
> > spec from /etc/glusterfs/glusterfs-client.vol
> > 2008-11-06 14:24:59 D [spec.y:107:new_section] parser: New
> > node for
> > 'sirius00'
> > 2008-11-06 14:24:59 D [xlator.c:115:xlator_set_type] xlator:
> > attempt to
> > load
> > file /usr/local/lib/glusterfs/1.3.12/xlator/protocol/client.so
> > 2008-11-06 14:24:59 D [spec.y:127:section_type] parser:
> > Type:sirius00:protocol/client
> > 2008-11-06 14:24:59 D [spec.y:141:section_option] parser:
> > Option:sirius00:transport-type:tcp/client
> > 2008-11-06 14:24:59 D [spec.y:141:section_option] parser:
> > Option:sirius00:remote-host:10.3.1.200
> > 2008-11-06 14:24:59 D [spec.y:141:section_option] parser:
> > Option:sirius00:remote-subvolume:brick
> > 2008-11-06 14:24:59 D [spec.y:209:section_end] parser:
> > end:sirius00
> > 2008-11-06 14:24:59 D [spec.y:107:new_section] parser: New
> > node for
> > 'sirius01'
> > 2008-11-06 14:24:59 D [xlator.c:115:xlator_set_type] xlator:
> > attempt to
> > load
> > file /usr/local/lib/glusterfs/1.3.12/xlator/protocol/client.so
> > 2008-11-06 14:24:59 D [spec.y:127:section_type] parser:
> > Type:sirius01:protocol/client
> > 2008-11-06 14:24:59 D [spec.y:141:section_option] parser:
> > Option:sirius01:transport-type:tcp/client
> > 2008-11-06 14:24:59 D [spec.y:141:section_option] parser:
> > Option:sirius01:remote-host:10.3.1.201
> > 2008-11-06 14:24:59 D [spec.y:141:section_option] parser:
> > Option:sirius01:remote-subvolume:brick
> > 2008-11-06 14:24:59 D [spec.y:209:section_end] parser:
> > end:sirius01
> > 2008-11-06 14:24:59 D [spec.y:107:new_section] parser: New
> > node for
> > 'mirror0'
> > 2008-11-06 14:24:59 D [xlator.c:115:xlator_set_type] xlator:
> > attempt to
> > load
> > file /usr/local/lib/glusterfs/1.3.12/xlator/cluster/afr.so
> > 2008-11-06 14:24:59 D [spec.y:127:section_type] parser:
> > Type:mirror0:cluster/afr
> > 2008-11-06 14:24:59 D [spec.y:196:section_sub] parser:
> > child:mirror0->sirius00
> > 2008-11-06 14:24:59 D [spec.y:196:section_sub] parser:
> > child:mirror0->sirius01
> > 2008-11-06 14:24:59 D [spec.y:209:section_end] parser:
> > end:mirror0
> > 2008-11-06 14:24:59 D [glusterfs.c:128:fuse_graph] glusterfs:
> > setting
> > option mount-point to /mnt/glusterfs
> > 2008-11-06 14:24:59 D [xlator.c:115:xlator_set_type] xlator:
> > attempt to
> > load file /usr/local/lib/glusterfs/1.3.12/xlator/mount/fuse.so
> > 2008-11-06 14:24:59 E [fuse-bridge.c:2699:init]
> > glusterfs-fuse:
> > fuse_mount failed (No such file or directory)
> >
> > 2008-11-06 14:24:59 E [glusterfs.c:547:main] glusterfs:
> > Initializing
> > FUSE failed
> >
> >
> >
> >
> > --
> > Martin Gumbau - mgumbau at iciq.es
> > Responsable Informatic
> > dels grups teorics
> > de Quimica Computacional
> > del ICIQ
> >
> >
> > _______________________________________________
> > Gluster-users mailing list
> > Gluster-users at gluster.org
> > http://zresearch.com/cgi-bin/mailman/listinfo/gluster-users
> >
> >
> >
> > --
> > hard work often pays off after time, but laziness always pays off now
> --
> Martin Gumbau - mgumbau at iciq.es
> Responsable Informatic
> dels grups teorics
> de Quimica Computacional
> del ICIQ
>
>
> _______________________________________________
> Gluster-users mailing list
> Gluster-users at gluster.org
> http://zresearch.com/cgi-bin/mailman/listinfo/gluster-users
>
--
If I traveled to the end of the rainbow
As Dame Fortune did intend,
Murphy would be there to tell me
The pot's at the other end.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://supercolony.gluster.org/pipermail/gluster-users/attachments/20081107/8fe05ef0/attachment.html>
More information about the Gluster-users
mailing list