Hi, I tried gluster .3.0 with centos5.2 x86_64. I following the installation guide: * http://www.gluster.com/community/documentation/index.php/GlusterFS_User_Guide * * * *After configuring a distribute volume, the mount failed:** * */usr/bin/glusterfs-volgen --name testvol comp-1:/data/testvol comp-2:/data/testvol * *mount -t glusterfs /etc/glusterfs/testvol-tcp.vol /data//mnt/ * * * *Here is the log: /var/log/glusterfs/data-mnt-.log * * * * ================================================================================ Version : glusterfs 3.0.0 built on Dec 8 2009 03:09:12 git: 2.0.1-886-g8379edd Starting Time: 2010-02-03 15:51:31 Command line : /usr/sbin/glusterfs --log-level=NORMAL --volfile-server-port=6996 --volfile-server=compute-5-2 /data2/zhaopeng/mnt/ PID : 32578 System name : Linux Nodename : compute-5-2.local Kernel Release : 2.6.18-92.el5xen Hardware Identifier: x86_64 Given volfile: +------------------------------------------------------------------------------+ 1: ### file: server-volume.vol.sample 2: 3: ##################################### 4: ### GlusterFS Server Volume File ## 5: ##################################### 6: 7: #### CONFIG FILE RULES: 8: ### "#" is comment character. 9: ### - Config file is case sensitive 10: ### - Options within a volume block can be in any order. 11: ### - Spaces or tabs are used as delimitter within a line. 12: ### - Multiple values to options will be : delimitted. 13: ### - Each option should end within a line. 14: ### - Missing or commented fields will assume default values. 15: ### - Blank/commented lines are allowed. 16: ### - Sub-volumes should already be defined above before referring. 17: 18: ### Export volume "brick" with the contents of "/home/export" directory. 19: volume brick 20: type storage/posix # POSIX FS translator 21: option directory /home/export # Export this directory 22: end-volume 23: 24: ### Add network serving capability to above brick. 25: volume server 26: type protocol/server 27: option transport-type tcp 28: # option transport-type unix 29: # option transport-type ib-sdp 30: # option transport.socket.bind-address 192.168.1.10 # Default is to listen on all interfaces 31: # option transport.socket.listen-port 6996 # Default is 6996 32: 33: # option transport-type ib-verbs 34: # option transport.ib-verbs.bind-address 192.168.1.10 # Default is to listen on all interfaces 35: # option transport.ib-verbs.listen-port 6996 # Default is 6996 36: # option transport.ib-verbs.work-request-send-size 131072 37: # option transport.ib-verbs.work-request-send-count 64 38: # option transport.ib-verbs.work-request-recv-size 131072 39: # option transport.ib-verbs.work-request-recv-count 64 40: 41: # option client-volume-filename /etc/glusterfs/glusterfs-client.vol 42: subvolumes brick 43: # NOTE: Access to any volume through protocol/server is denied by 44: # default. You need to explicitly grant access through # "auth" 45: # option. 46: option auth.addr.brick.allow * # Allow access to "brick" volume 47: end-volume +------------------------------------------------------------------------------+ [2010-02-03 15:51:31] E [mount.c:510:fuse_mount_sys] glusterfs-fuse: cannot open /dev/fuse (No such device) [2010-02-03 15:51:31] N [mount.c:587:gf_fuse_mount] glusterfs-fuse: direct mount failed (No such device), retry to mount via fusermount [2010-02-03 15:51:31] E [mount.c:611:gf_fuse_mount] glusterfs-fuse: mount failed [2010-02-03 15:51:31] E [xlator.c:838:xlator_init_rec] fuse: Initialization of volume 'fuse' failed, review your volfile again [2010-02-03 15:51:31] E [glusterfsd.c:583:_xlator_graph_init] glusterfs: initializing translator failed * *Has anyone ran into the same problem? * * * *BR, * *Gnep * * *