Martin Gumbau
2008-Nov-06 13:48 UTC
[Gluster-users] Gluster reexport through NFS problem with FUSE
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
Basavanagowda Kanur
2008-Nov-06 14:11 UTC
[Gluster-users] Gluster reexport through NFS problem with FUSE
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 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://supercolony.gluster.org/pipermail/gluster-users/attachments/20081106/168adb3b/attachment.html>
Basavanagowda Kanur
2008-Nov-06 14:24 UTC
[Gluster-users] Fwd: Gluster reexport through NFS problem with FUSE
forwarding to list ---------- Forwarded message ---------- From: Basavanagowda Kanur <gowda at zresearch.com> Date: Thu, Nov 6, 2008 at 7:53 PM Subject: Re: [Gluster-users] Gluster reexport through NFS problem with FUSE To: Martin Gumbau <mgumbau at iciq.es> Check if the directory on which you are trying to mount exists. Check if there is a stale mount on the directory on which you are trying to mount. On Thu, Nov 6, 2008 at 7:51 PM, Martin Gumbau <mgumbau at iciq.es> wrote:> Yes, is loaded > $ lsmod > > Module Size Used by > fuse 64432 0 > ... > > On Thu, 2008-11-06 at 15:13 +0100, Basavanagowda Kanur wrote: > > Sorry.. you already have glusterfs built with fuse client. > > > > Check if you have loaded fuse kernel module. > > > > -- > > gowda > > > > On Thu, Nov 6, 2008 at 7:41 PM, Basavanagowda Kanur > > <gowda at zresearch.com> 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 > > > > > > > > -- > > 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 > >-- hard work often pays off after time, but laziness always pays off now -- hard work often pays off after time, but laziness always pays off now -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://supercolony.gluster.org/pipermail/gluster-users/attachments/20081106/7514c9e2/attachment.html>