Glusterfs否认坐骑

gre*_*reg 6 glusterfs

我正在使用GlusterFS 3.3.2.两台服务器,每台服务器上都有一块砖.卷是"ARCHIVE80"

我可以在Server2上安装卷; 如果我触摸一个新文件,它会出现在Server1上的砖块内.

但是,如果我尝试在Server1上安装卷,我有一个错误:

Mount failed. Please check the log file for more details.
Run Code Online (Sandbox Code Playgroud)

日志给出:

[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.
Run Code Online (Sandbox Code Playgroud)

为什么我可以安装在一台服务器而不是另一台服务器上?

小智 2

可能是权限问题。您可以尝试一下是否可以通过 set auth.allow 来解决:

[root@test1 ~]#gluster volume set ARCHIVE80 auth.allow 'SERVER1IPADDRESS'
Run Code Online (Sandbox Code Playgroud)

它在我这边起作用。