StorageGRID Rx 和帧错误计数器不断增加
适用于
- StorageGRID 11.3
- SG6060
问题
- StorageGRID 网络接口上的帧错误计数器( NRer )不断增加。
- 接口上的 ifconfig 输出显示了接收 (Rx) 错误和帧错误:
root@host:~ # ifconfig hic2
hic2:flags=6211<up,broadcast,running,slave,multicast> mtu 1500
ether xx:yy:zz:xx:yy:xx txqueuelen 1000 (Ethernet)
RX packets 5557116789 bytes 2372433298793 (2.1 TiB)
RX errors 761369 dropped 0 overruns 0 frame 761369
TX packets 7244109719 bytes 2585709354046 (2.3 TiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
- ethtool 输出显示 rx_in_rrange _len_errors _PHY 计数器具有相同的值(或相同的幅度顺序):
root@host:~# ethtool -S hic2 | grep -i error
rx_crc_errors_phy: 0
rx_in_range_len_errors_phy: 761404
tx_errors_phy: 0
tx_pause_storm_error_events: 0