Hello all, I'm running a 64bit Centos5 setup and am trying to mount a gluster filesystem (which is exported out of the same box). glusterfs --debug --volfile=/root/gluster/webspace2.vol /home/webspace_glust/ Gives me: <snip> [2009-08-11 16:26:37] D [client-protocol.c:5963:init] glust1b_36: defaulting ping-timeout to 10 [2009-08-11 16:26:37] D [transport.c:141:transport_load] transport: attempt to load file /usr/lib64/glusterfs/2.0.4/transport/socket.so [2009-08-11 16:26:37] D [transport.c:141:transport_load] transport: attempt to load file /usr/lib64/glusterfs/2.0.4/transport/socket.so fuse: device not found, try 'modprobe fuse' first [2009-08-11 16:26:37] D [fuse-bridge.c:2740:init] glusterfs-fuse: fuse_mount() failed with error No such device on mount point /home/webspace_glust/ [2009-08-11 16:26:37] E [xlator.c:736:xlator_init_rec] xlator: Initialization of volume 'fuse' failed, review your volfile again [2009-08-11 16:26:37] E [glusterfsd.c:513:_xlator_graph_init] glusterfs: initializing translator failed [2009-08-11 16:26:37] E [glusterfsd.c:1217:main] glusterfs: translator initialization failed. exiting Any thoughts?
----- "Hiren Joshi" <josh at moonfruit.com> wrote:> Hello all, > > I'm running a 64bit Centos5 setup and am trying to mount a gluster > filesystem (which is exported out of the same box). > > glusterfs --debug --volfile=/root/gluster/webspace2.vol > /home/webspace_glust/ > > Gives me: > <snip> > [2009-08-11 16:26:37] D [client-protocol.c:5963:init] glust1b_36: > defaulting ping-timeout to 10 > [2009-08-11 16:26:37] D [transport.c:141:transport_load] transport: > attempt to load file /usr/lib64/glusterfs/2.0.4/transport/socket.so > [2009-08-11 16:26:37] D [transport.c:141:transport_load] transport: > attempt to load file /usr/lib64/glusterfs/2.0.4/transport/socket.so > fuse: device not found, try 'modprobe fuse' firstMake sure you have the fuse module loaded (modprobe fuse). Vikas -- Engineer - http://gluster.com/
Looks like fuse isn't loaded. Have you installed fuse? The debug log below has the hint, try "modprobe fuse" as root. liam On Tue, Aug 11, 2009 at 7:27 AM, Hiren Joshi <josh at moonfruit.com> wrote:> Hello all, > > I'm running a 64bit Centos5 setup and am trying to mount a gluster > filesystem (which is exported out of the same box). > > glusterfs --debug --volfile=/root/gluster/webspace2.vol > /home/webspace_glust/ > > Gives me: > <snip> > [2009-08-11 16:26:37] D [client-protocol.c:5963:init] glust1b_36: > defaulting ping-timeout to 10 > [2009-08-11 16:26:37] D [transport.c:141:transport_load] transport: > attempt to load file /usr/lib64/glusterfs/2.0.4/transport/socket.so > [2009-08-11 16:26:37] D [transport.c:141:transport_load] transport: > attempt to load file /usr/lib64/glusterfs/2.0.4/transport/socket.so > fuse: device not found, try 'modprobe fuse' first > [2009-08-11 16:26:37] D [fuse-bridge.c:2740:init] glusterfs-fuse: > fuse_mount() failed with error No such device on mount point > /home/webspace_glust/ > [2009-08-11 16:26:37] E [xlator.c:736:xlator_init_rec] xlator: > Initialization of volume 'fuse' failed, review your volfile again > [2009-08-11 16:26:37] E [glusterfsd.c:513:_xlator_graph_init] glusterfs: > initializing translator failed > [2009-08-11 16:26:37] E [glusterfsd.c:1217:main] glusterfs: translator > initialization failed. exiting > > > Any thoughts? > > _______________________________________________ > Gluster-users mailing list > Gluster-users at gluster.org > http://gluster.org/cgi-bin/mailman/listinfo/gluster-users > >
make sure that the fuse module have been installed into /lib OR /usr/lib there are some modules in the /usr/lib on my client: /usr/lib/libfuse.a /usr/lib/libfuse.la /usr/lib/libfuse.so -> /usr/lib/libfuse.so.2.7.4 /usr/lib/libfuse.so.2 -> /usr/lib/libfuse.so.2.7.4 /usr/lib/libfuse.so.2.7.4