I'm using GlusterFS 3.3.2. Two servers, a brick on each one. The Volume is "ARCHIVE80" I can mount the volume on Server2; if I touch a new file, it appears inside the brick on Server1. However, if I try to mount the volume on Server1, I have an error: Mount failed. Please check the log file for more details. The log gives: [2013-11-11 03:33:59.796431] I [rpc-clnt.c:1654:rpc_clnt_reconfig] 0-ARCHIVE80-client-0: changing port to 24011 (from 0) [2013-11-11 03:33:59.796810] I [rpc-clnt.c:1654:rpc_clnt_reconfig] 0-ARCHIVE80-client-1: changing port to 24009 (from 0) [2013-11-11 03:34:03.794182] I [client-handshake.c:1614:select_server_supported_programs] 0-ARCHIVE80-client-0: Using Program GlusterFS 3.3.2, Num (1298437), Version (330) [2013-11-11 03:34:03.794387] W [client-handshake.c:1320:client_setvolume_cbk] 0-ARCHIVE80-client-0: failed to set the volume (Permission denied) [2013-11-11 03:34:03.794407] W [client-handshake.c:1346:client_setvolume_cbk] 0-ARCHIVE80-client-0: failed to get 'process-uuid' from reply dict [2013-11-11 03:34:03.794418] E [client-handshake.c:1352:client_setvolume_cbk] 0-ARCHIVE80-client-0: SETVOLUME on remote-host failed: Authentication failed [2013-11-11 03:34:03.794426] I [client-handshake.c:1437:client_setvolume_cbk] 0-ARCHIVE80-client-0: sending AUTH_FAILED event [2013-11-11 03:34:03.794443] E [fuse-bridge.c:4256:notify] 0-fuse: Server authenication failed. Shutting down. How comes I can mount on one server and not on the other one??? TIA greg
On 11/19/2013 06:04 PM, French Teddy wrote:> I'm using GlusterFS 3.3.2. Two servers, a brick on each one. The Volume > is "ARCHIVE80" > > I can mount the volume on Server2; if I touch a new file, it appears > inside the brick on Server1. > > However, if I try to mount the volume on Server1, I have an error: > > Mount failed. Please check the log file for more details. > > The log gives: > > [2013-11-11 03:33:59.796431] I [rpc-clnt.c:1654:rpc_clnt_reconfig] > 0-ARCHIVE80-client-0: changing port to 24011 (from 0) > [2013-11-11 03:33:59.796810] I [rpc-clnt.c:1654:rpc_clnt_reconfig] > 0-ARCHIVE80-client-1: changing port to 24009 (from 0) > [2013-11-11 03:34:03.794182] I > [client-handshake.c:1614:select_server_supported_programs] > 0-ARCHIVE80-client-0: Using Program GlusterFS 3.3.2, Num (1298437), > Version (330) > [2013-11-11 03:34:03.794387] W > [client-handshake.c:1320:client_setvolume_cbk] 0-ARCHIVE80-client-0: > failed to set the volume (Permission denied) > [2013-11-11 03:34:03.794407] W > [client-handshake.c:1346:client_setvolume_cbk] 0-ARCHIVE80-client-0: > failed to get 'process-uuid' from reply dict > [2013-11-11 03:34:03.794418] E > [client-handshake.c:1352:client_setvolume_cbk] 0-ARCHIVE80-client-0: > SETVOLUME on remote-host failed: Authentication failed > [2013-11-11 03:34:03.794426] I > [client-handshake.c:1437:client_setvolume_cbk] 0-ARCHIVE80-client-0: > sending AUTH_FAILED event > [2013-11-11 03:34:03.794443] E [fuse-bridge.c:4256:notify] 0-fuse: > Server authenication failed. Shutting down. > > How comes I can mount on one server and not on the other one??? > > > TIA > > greg > _______________________________________________ > Gluster-users mailing list > Gluster-users at gluster.org > http://supercolony.gluster.org/mailman/listinfo/gluster-usersWhich OS/distribution you are using for deploying gluster? If you are using CentOS , plz disable the selinux and make sure your iptable rule is not blocking the gluster process communication. Thanks, Lala
On 11/19/2013 06:04 PM, French Teddy wrote:> I'm using GlusterFS 3.3.2. Two servers, a brick on each one. The Volume > is "ARCHIVE80" > > I can mount the volume on Server2; if I touch a new file, it appears > inside the brick on Server1. > > However, if I try to mount the volume on Server1, I have an error: > > Mount failed. Please check the log file for more details. > > The log gives: > > [2013-11-11 03:33:59.796431] I [rpc-clnt.c:1654:rpc_clnt_reconfig] > 0-ARCHIVE80-client-0: changing port to 24011 (from 0) > [2013-11-11 03:33:59.796810] I [rpc-clnt.c:1654:rpc_clnt_reconfig] > 0-ARCHIVE80-client-1: changing port to 24009 (from 0) > [2013-11-11 03:34:03.794182] I > [client-handshake.c:1614:select_server_supported_programs] > 0-ARCHIVE80-client-0: Using Program GlusterFS 3.3.2, Num (1298437), > Version (330) > [2013-11-11 03:34:03.794387] W > [client-handshake.c:1320:client_setvolume_cbk] 0-ARCHIVE80-client-0: > failed to set the volume (Permission denied) > [2013-11-11 03:34:03.794407] W > [client-handshake.c:1346:client_setvolume_cbk] 0-ARCHIVE80-client-0: > failed to get 'process-uuid' from reply dict > [2013-11-11 03:34:03.794418] E > [client-handshake.c:1352:client_setvolume_cbk] 0-ARCHIVE80-client-0: > SETVOLUME on remote-host failed: Authentication failed > [2013-11-11 03:34:03.794426] I > [client-handshake.c:1437:client_setvolume_cbk] 0-ARCHIVE80-client-0: > sending AUTH_FAILED event > [2013-11-11 03:34:03.794443] E [fuse-bridge.c:4256:notify] 0-fuse: > Server authenication failed. Shutting down. > > How comes I can mount on one server and not on the other one??? > >Can you provide the output of: gluster volume info? Do you have any auth-allow/reject parameters set? -Vijay
Thanks for your answer. The ouput of "gluster volume info" is: Volume Name: ARCHIVE80 Type: Replicate Volume ID: b06c9aa9-1763-43fa-884a-ed5d1ae34ceb Status: Started Number of Bricks: 1 x 2 = 2 Transport-type: tcp Bricks: Brick1: Server1:/home/ARCHIVE/sd3180 Brick2: Server2:/home/ARCHIVE/sd3180 Options Reconfigured: nfs.disable: on diagnostics.count-fop-hits: on diagnostics.latency-measurement: on auth.allow: * I tried having "Server1,Server2,localhost" for "auth.allow", same result. The output of "gluster peer status" is: Number of Peers: 1 Hostname: Server2 Uuid: a4c55593-1d10-436f-afe0-2321efa3a85a State: Peer in Cluster (Connected) The mount commands tested are (on Server1): mount -t glusterfs localhost:/ARCHIVE80 /mnt/ARCHIVE80/ mount -t glusterfs Server1:/ARCHIVE80 /mnt/ARCHIVE80/ mount -t glusterfs Server2:/ARCHIVE80 /mnt/ARCHIVE80/ I failed to see the difference between the two servers... greg 2013/11/20 Vijay Bellur <vbellur at redhat.com>> > > Can you provide the output of: > > gluster volume info? > > Do you have any auth-allow/reject parameters set? > > -Vijay > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://supercolony.gluster.org/pipermail/gluster-users/attachments/20131122/a61cc62f/attachment.html>