[Gluster-devel] regarding tests/bugs/quota/bug-1035576.t

Ravishankar N ravishankar at redhat.com
Fri May 8 08:43:44 UTC 2015



On 05/07/2015 01:56 PM, Pranith Kumar Karampuri wrote:
> Sorry wrong test. Correct test is: tests/bugs/quota/bug-1035576.t 
> (http://build.gluster.org/job/rackspace-regression-2GB-triggered/8329/consoleFull)
>
Tests 20 and 21 failed because /mnt/glusterfs/0/a/f creation failed as 
seen from the logs:
--------------------------------
Regression console:
./tests/bugs/quota/bug-1035576.t: line 30: /mnt/glusterfs/0/a/f: 
Transport endpoint is not connected
cat: /mnt/glusterfs/0/a/f: No such file or directory
[11:18:06] ./tests/bugs/quota/bug-1035576.t ..
not ok 20
not ok 21

Mount log:
[2015-05-05 11:17:54.963211] I [MSGID: 109036] 
[dht-common.c:6616:dht_log_new_layout_for_dir_selfheal] 0-patchy-dht: 
Setting layout of /a with [Subvol_name: patchy-replicate-0, Err: -1 , 
Start: 0 , Stop: 4294967295 ],
[2015-05-05 11:17:55.673308] W 
[client-rpc-fops.c:2274:client3_3_create_cbk] 0-patchy-client-1: remote 
operation failed: Transport endpoint is not connected. Path: /a/f
[2015-05-05 11:17:55.673488] W [fuse-bridge.c:1970:fuse_create_cbk] 
0-glusterfs-fuse: 285: /a/f => -1 (Transport endpoint is not connected)

-------------------------------

I had a look at the log of the brick that was up and to which the mount 
was connected, it seems that it the brick disconnected
----------------------
d-backends-patchy1.log:
[2015-05-05 11:17:53.812849] I [graph.c:269:gf_add_cmdline_options] 
0-patchy-posix: adding option 'glusterd-uuid' for volume 'patchy-posix' 
with value 'c536c2ac-3784-4c21-9260-560adfe293fa'
[2015-05-05 11:17:53.813144] I [changetimerecorder.c:952:reconfigure] 
0-patchy-changetimerecorder: set!
*[2015-05-05 11:17:53.813475] W [socket.c:3673:reconfigure] 
0-patchy-quota: NBIO on -1 failed (Bad file descriptor)*
[2015-05-05 11:17:53.813627] I [MSGID: 115034] 
[server.c:397:_check_for_auth_option] 0-/d/backends/patchy1: skip format 
check for non-addr auth option 
auth.login.77e06e58-f4ec-42ca-82ba-fbe99a69cf63.password
[2015-05-05 11:17:53.813661] E [MSGID: 115004] 
[authenticate.c:244:gf_authenticate] 0-auth: no authentication module is 
interested in accepting remote-client (null)
[2015-05-05 11:17:53.813701] E [MSGID: 115001] 
[server-handshake.c:604:server_setvolume] 0-patchy-server: Cannot 
authenticate client from 
slave46.cloud.gluster.org-6991-2015/05/05-11:17:53:764631-patchy-client-1-0-0 
3.8dev [Permission denied]
[2015-05-05 11:17:53.851500] I [login.c:81:gf_auth] 0-auth/login: 
allowed user names: 77e06e58-f4ec-42ca-82ba-fbe99a69cf63
[2015-05-05 11:17:53.851528] I [MSGID: 115029] 
[server-handshake.c:593:server_setvolume] 0-patchy-server: accepted 
client from 
slave46.cloud.gluster.org-7001-2015/05/05-11:17:53:815690-patchy-client-1-0-0 
(version: 3.8dev)
[2015-05-05 11:17:53.899729] I [login.c:81:gf_auth] 0-auth/login: 
allowed user names: 77e06e58-f4ec-42ca-82ba-fbe99a69cf63
[2015-05-05 11:17:53.899756] I [MSGID: 115029] 
[server-handshake.c:593:server_setvolume] 0-patchy-server: accepted 
client from 
slave46.cloud.gluster.org-7023-2015/05/05-11:17:53:857698-patchy-client-1-0-0 
(version: 3.8dev)
*[2015-05-05 11:17:54.077974] I [MSGID: 115036] 
[server.c:537:server_rpc_notify] 0-patchy-server: disconnecting 
connection from 
slave46.cloud.gluster.org-7001-2015/05/05-11:17:53:815690-patchy-client-1-0-0**
**[2015-05-05 11:17:54.078010] I [client_t.c:418:gf_client_unref] 
0-patchy-server: Shutting down connection 
slave46.cloud.gluster.org-7001-2015/05/05-11:17:53:815690-patchy-client-1-0-0*
*[2015-05-05 11:17:55.673194] W 
[quota-enforcer-client.c:187:quota_enforcer_lookup_cbk] 0-patchy-quota: 
remote operation failed: Transport endpoint is not connected. Path: /a 
(7519dadc-868d-4a01-ba82-e4519cc01141)*
[2015-05-05 11:17:55.673228] I [MSGID: 115071] 
[server-rpc-fops.c:1596:server_create_cbk] 0-patchy-server: 723: CREATE 
/a/f (7519dadc-868d-4a01-ba82-e4519cc01141/f) ==> (Transport endpoint is 
not connected) [Transport endpoint is not connected]
[2015-05-05 11:17:56.074280] I [MSGID: 115036] 
[server.c:537:server_rpc_notify] 0-patchy-server: disconnecting 
connection from 
slave46.cloud.gluster.org-6877-2015/05/05-11:17:52:522437-patchy-client-1-0-0
[2015-05-05 11:17:56.074341] I [client_t.c:418:gf_client_unref] 
0-patchy-server: Shutting down connection 
slave46.cloud.gluster.org-6877-2015/05/05-11:17:52:522437-patchy-client-1-0-0
-------------------

Perhaps someone has more insight on why the brick accepted and then 
disconnected the from the client?

-Ravi
> Pranith
> On 05/07/2015 01:53 PM, Pranith Kumar Karampuri wrote:
>> Seems like the file $M0/a/f is not healed based on the execution log.
>>
>> Ravi,
>>      Could you please help. build log: 
>> http://build.gluster.org/job/rackspace-regression-2GB-triggered/8522/consoleFull
>>
>> Pranith
>> _______________________________________________
>> Gluster-devel mailing list
>> Gluster-devel at gluster.org
>> http://www.gluster.org/mailman/listinfo/gluster-devel
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.gluster.org/pipermail/gluster-devel/attachments/20150508/c4133479/attachment.html>


More information about the Gluster-devel mailing list