On Thu, Jun 26, 2014 at 10:26:27PM -0400, Maurice James wrote:
My setup is reporting that one of the NICs in a bond pair is
receiving 770Mbps even though I shut it off (ifconfig em2 down). I refreshed the page
several times. I even restarted the engine just in case it was a caching issue. I thought
that it was a caching issue because rx is always at 770Mbps and tx is always at 350Mbps. I
put the node into maintenance mode because it was constantly showing 77% network
utilization
My troubleshooting steps were
Put the node into maintenance mode
Migrate all VMs to another host
Restart network services on the host
Restart the ovirt-engine
Restart the interface
Logging into the engine via Firefox and Chrome yields the exact same results even with
em2 in a down state
Could you log into the relevant host and run
vdsClient -s 0 getVdsStats
to see what Vdsm reports to Engine? Could you do
cat /sys/class/net/em2/statistics/?x_bytes && sleep 10 && \
cat /sys/class/net/em2/statistics/?x_bytes
to see what the kernel reports to Vdsm?