Netdata 10min_fifo_errors alerts

thed3v

Cadet
Joined
Jun 1, 2022
Messages
1
Hello!

Since i've installed Netdata app i'm getting a lot of 10min_fifo_errors alerts when there is higher network traffic, like when downloading something.
Judging by the description here: https://community.netdata.cloud/t/10min-fifo-errors/1814 it sounds like there's something misconfigured on my machine - i.e. RX ring buffer size needs to be increased? I'm not really sure. Has anyone else experienced this before?
 

danwestness

Dabbler
Joined
Apr 2, 2022
Messages
22
I am seeing the same. Ever find an answer?
 

depasseg

FreeNAS Replicant
Joined
Sep 16, 2014
Messages
2,874
I'm seeing this too. Any updates?
 

depasseg

FreeNAS Replicant
Joined
Sep 16, 2014
Messages
2,874
I found this and tried changing the rx size as per the troubleshooting section. We'll see what happens.

Code:
root@truenas[~]# ethtool -g eno1
Ring parameters for eno1:
Pre-set maximums:
RX:             4096
RX Mini:        n/a
RX Jumbo:       n/a
TX:             4096
Current hardware settings:
RX:             512
RX Mini:        n/a
RX Jumbo:       n/a
TX:             512
root@truenas[~]# ethtool -G eno1 rx 4080
root@truenas[~]# ethtool -g eno1
Ring parameters for eno1:
Pre-set maximums:
RX:             4096
RX Mini:        n/a
RX Jumbo:       n/a
TX:             4096
Current hardware settings:
RX:             4080
RX Mini:        n/a
RX Jumbo:       n/a
TX:             512
root@truenas[~]#
 

tmbnas

Cadet
Joined
Jun 29, 2021
Messages
1
I found this and tried changing the rx size as per the troubleshooting section. We'll see what happens.

Code:
root@truenas[~]# ethtool -g eno1
Ring parameters for eno1:
Pre-set maximums:
RX:             4096
RX Mini:        n/a
RX Jumbo:       n/a
TX:             4096
Current hardware settings:
RX:             512
RX Mini:        n/a
RX Jumbo:       n/a
TX:             512
root@truenas[~]# ethtool -G eno1 rx 4080
root@truenas[~]# ethtool -g eno1
Ring parameters for eno1:
Pre-set maximums:
RX:             4096
RX Mini:        n/a
RX Jumbo:       n/a
TX:             4096
Current hardware settings:
RX:             4080
RX Mini:        n/a
RX Jumbo:       n/a
TX:             512
root@truenas[~]#
The same warning on my system (Bluefin 22.12.0) with 2 i350 ports in a bond. Both interfaces are at RX/TX 256. I haven't seen this warning on a second Truenas Scale system with broadcom nics (also in a bond). So it also could be a a misconfiguration in my first system or a driver / firmware issue whereas RX 256 seems to be low or?

Does someone know how this ring buffer value can be set permanent and survives Truenas updates, may be an init script in the Settings/Advanced section?

Thanks
 
Top