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_range_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