<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hi,<div>Thank you for your reply.</div><div><br></div><div>The traffic is related to GlusterFS;</div><div><br></div><div><div>18:31:20.419056 IP 192.168.208.134.49058 &gt; 192.168.208.134.49153: Flags [.], ack 3876, win 24576, options [nop,nop,TS val 247718812 ecr 247718772], length 0</div><div>18:31:20.419080 IP 192.168.208.134.49056 &gt; 192.168.208.134.49154: Flags [.], ack 11625, win 24576, options [nop,nop,TS val 247718812 ecr 247718772], length 0</div><div>18:31:20.419084 IP 192.168.208.134.49060 &gt; 192.168.208.134.49152: Flags [.], ack 9861, win 24576, options [nop,nop,TS val 247718812 ecr 247718772], length 0</div><div>18:31:20.419088 IP 192.168.208.134.49054 &gt; 192.168.208.134.49155: Flags [.], ack 4393, win 24568, options [nop,nop,TS val 247718812 ecr 247718772], length 0</div><div>18:31:20.420084 IP 192.168.208.134.49052 &gt; 192.168.208.134.49156: Flags [.], ack 5525, win 24576, options [nop,nop,TS val 247718813 ecr 247718773], length 0</div><div>18:31:20.420092 IP 192.168.208.134.49049 &gt; 192.168.208.134.49158: Flags [.], ack 6657, win 24576, options [nop,nop,TS val 247718813 ecr 247718773], length 0</div><div>18:31:20.421065 IP 192.168.208.134.49050 &gt; 192.168.208.134.49157: Flags [.], ack 4729, win 24570, options [nop,nop,TS val 247718814 ecr 247718774], length 0</div><div><br></div><div>Screenshot from wireshark can be found in the attachments.</div><div>208.134 is the server IP address, and it's looks like it talking to itself via the lo interface, im wondering if this is a normal behavior or not.</div><div>and regarding the Ganesha server logs, how can i debug it to find why the servers not responding to the requests on time ?</div><div><br></div><br>
<div class="ecxmoz-signature">-- <br>
<br>
<font color="#3366ff"><font color="#000000">Respectfully<b><br>
    </b><b>Mahdi A. Mahdi</b></font></font><font color="#3366ff"><br><br></font><font color="#3366ff"></font></div><br><br><div>&gt; Subject: Re: [Gluster-users] NFS-Ganesha lo traffic<br>&gt; To: mahdi.adnan@outlook.com<br>&gt; From: skoduri@redhat.com<br>&gt; CC: gluster-users@gluster.org; nfs-ganesha-devel@lists.sourceforge.net<br>&gt; Date: Tue, 9 Aug 2016 18:02:01 +0530<br>&gt; <br>&gt; <br>&gt; <br>&gt; On 08/09/2016 03:33 PM, Mahdi Adnan wrote:<br>&gt; &gt; Hi,<br>&gt; &gt;<br>&gt; &gt; Im using NFS-Ganesha to access my volume, it's working fine for now but<br>&gt; &gt; im seeing lots of traffic on the Loopback interface, in fact it's the<br>&gt; &gt; same amount of traffic on the bonding interface, can anyone please<br>&gt; &gt; explain to me why is this happening ?<br>&gt; <br>&gt; Could you please capture packets on those interfaces using tcpdump and <br>&gt; examine the traffic?<br>&gt; <br>&gt; &gt; also, i got the following error in the ganesha log file;<br>&gt; &gt;<br>&gt; &gt; 09/08/2016 11:35:54 : epoch 57a5da0c : gfs04 :<br>&gt; &gt; ganesha.nfsd-1646[dbus_heartbeat] dbus_heartbeat_cb :DBUS :WARN :Health<br>&gt; &gt; status is unhealthy.  Not sending heartbeat<br>&gt; &gt; 09/08/2016 11:46:04 : epoch 57a5da0c : gfs04 :<br>&gt; &gt; ganesha.nfsd-1646[dbus_heartbeat] dbus_heartbeat_cb :DBUS :WARN :Health<br>&gt; &gt; status is unhealthy.  Not sending heartbeat<br>&gt; &gt; 09/08/2016 11:54:39 : epoch 57a5da0c : gfs04 :<br>&gt; &gt; ganesha.nfsd-1646[dbus_heartbeat] dbus_heartbeat_cb :DBUS :WARN :Health<br>&gt; &gt; status is unhealthy.  Not sending heartbeat<br>&gt; &gt; 09/08/2016 12:06:04 : epoch 57a5da0c : gfs04 :<br>&gt; &gt; ganesha.nfsd-1646[dbus_heartbeat] dbus_heartbeat_cb :DBUS :WARN :Health<br>&gt; &gt; status is unhealthy.  Not sending heartbeat<br>&gt; &gt;<br>&gt; &gt; is it something i should care about ?<br>&gt; <br>&gt; Above warnings are thrown when the outstanding rpc request queue count <br>&gt; doesn't change within two heartbeats, in other words the server may be <br>&gt; taking a while to process the requests and responding slowly to its clients.<br>&gt; <br>&gt; Thanks,<br>&gt; Soumya<br>&gt; <br>&gt; &gt;<br>&gt; &gt; My ganesha config is the following;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; EXPORT{<br>&gt; &gt;  Export_Id = 1 ;<br>&gt; &gt;  Path = "/vlm02";<br>&gt; &gt;<br>&gt; &gt;  FSAL {<br>&gt; &gt;   name = GLUSTER;<br>&gt; &gt;   hostname = "gfs04";<br>&gt; &gt;   volume = "vlm02";<br>&gt; &gt;  }<br>&gt; &gt;<br>&gt; &gt;  Access_type = RW;<br>&gt; &gt;  Disable_ACL = TRUE;<br>&gt; &gt;  Squash = No_root_squash;<br>&gt; &gt;  Protocols = "3" ;<br>&gt; &gt;  Transports = "TCP";<br>&gt; &gt; }<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; Im accessing it via a floating ip assigned by CTDB.<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; Thank you.<br>&gt; &gt; --<br>&gt; &gt;<br>&gt; &gt; Respectfully*<br>&gt; &gt; **Mahdi A. Mahdi*<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; _______________________________________________<br>&gt; &gt; Gluster-users mailing list<br>&gt; &gt; Gluster-users@gluster.org<br>&gt; &gt; http://www.gluster.org/mailman/listinfo/gluster-users<br>&gt; &gt;<br></div></div>                                               </div></body>
</html>