Description of problem: --------------------------------------- Fuse mount of a distribute volume failed with the following error in the mount logs --------------------------------------- [2013-01-31 12:44:18.475400] I [rpc-clnt.c:1648:rpc_clnt_reconfig] 0-test-client-0: changing port to 49152 (from 0) [2013-01-31 12:44:18.475450] W [socket.c:501:__socket_rwv] 0-test-client-0: readv failed (No data available) [2013-01-31 12:44:18.479781] W [common-utils.c:2300:gf_ports_reserved] 0-glusterfs-socket: is not a valid port identifier [2013-01-31 12:44:18.480102] E [socket.c:2695:socket_connect] 0-test-client-0: connection attempt failed (No route to host) [2013-01-31 12:44:18.484346] I [fuse-bridge.c:4578:fuse_graph_setup] 0-fuse: switched to graph 0 [2013-01-31 12:44:18.484996] I [fuse-bridge.c:3550:fuse_init] 0-glusterfs-fuse: FUSE inited with protocol versions: glusterfs 7.13 kernel 7.13 [2013-01-31 12:44:18.485358] W [fuse-bridge.c:665:fuse_attr_cbk] 0-glusterfs-fuse: 2: LOOKUP() / => -1 (No such file or directory) [2013-01-31 12:44:18.490251] I [fuse-bridge.c:4438:fuse_thread_proc] 0-fuse: unmounting /mnt/test/ [2013-01-31 12:44:18.491011] W [glusterfsd.c:969:cleanup_and_exit] (-->/lib64/libc.so.6(clone+0x6d) [0x335d6e5ccd] (-->/lib64/libpthread.so.0() [0x335de077f1] (-->/usr/sbin/glusterfs(glusterfs_sigwaiter+0xcd) [0x40523d]))) 0-: received signum (15), shutting down [2013-01-31 12:44:18.491033] I [fuse-bridge.c:5067:fini] 0-fuse: Unmounting '/mnt/test/'. (END) Version-Release number of selected component (if applicable): glusterfs 3.4.0qa6 How reproducible: Always Steps to Reproduce: 1. Create the volume and start it. 2. Try the fuse mount of the volume on a client (also glusterfs 3.4.0qa6) Actual results: Mount fails. Expected results: Mount should succeed. Additional info: The following entry in /etc/sysconfig/iptables on the storage node - ACCEPT tcp -- anywhere anywhere tcp dpts:24009:24108 was changed to the following - ACCEPT tcp -- anywhere anywhere tcp dpts:49152:49252 After the change was made, the mount succeeded.
Created attachment 690872 [details] mount logs
Need to change the iptable scripts. Is it tested in RHS 2.0 Image?
Per Feb-13 bug triage meeting, targeting for 2.1.0.
Verified fixed in QA9.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHBA-2013-1262.html