<html><head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
</head><body bgcolor="#FFFFFF" text="#000000">"invalid argument" in socket could be:<br>
<br>
EINVAL Unknown protocol, or protocol family not available. <br>
EINVAL Invalid flags in type<br>
<br>
Since we know that the flags don't cause errors elsewhere and don't change from one installation to another I think it's safe to disregard that possibility.<br>
<br>
That leaves the former. Obviously TCP is a known protocol. That leaves "protocol family not available". I haven't read the kernel code for this but of the top of my head I would look for ipv4 (if you are ipv6 only that's an invalid address) or socket exhaustion.<br><br><div class="gmail_quote">On February 17, 2017 7:47:23 AM PST, lejeczek <peljasz@yahoo.co.uk> wrote:<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
hi guys<br />
<br />
in case it's something trivial and I start digging, removing bits. I
see these logged every couple of seconds on one peer:<br />
<br />
[2017-02-17 15:44:40.012078] E [socket.c:3097:socket_connect]
0-glusterfs: connection attempt on 127.0.0.1:24007 failed, (Invalid
argument)<br />
[2017-02-17 15:44:43.837139] E [socket.c:3097:socket_connect]
0-glusterfs: connection attempt on 127.0.0.1:24007 failed, (Invalid
argument)<br />
<br />
and sometimes:<br />
<br />
[2017-02-17 15:45:18.414234] E
[glusterfsd-mgmt.c:1908:mgmt_rpc_notify] 0-glusterfsd-mgmt: failed
to connect with remote-host: localhost (Transport endpoint is not
connected)<br />
[2017-02-17 15:45:18.414260] I
[glusterfsd-mgmt.c:1926:mgmt_rpc_notify] 0-glusterfsd-mgmt:
Exhausted all volfile servers<br />
<br />
I this caused by local to the peer mount requests?<br />
b.w.<br />
L.<br />
</blockquote></div><br>
-- <br>
Sent from my Android device with K-9 Mail. Please excuse my brevity.</body></html>