Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ ip link show
```
3. Alternatively, use Prometheus:
```promql
node_network_mtu_bytes{device!~"^(veth|docker|flannel|cali|tun|tap).*"} < 9000
node_network_mtu_bytes{device!~"^(veth|docker|flannel|cali|tun|tap|ovn-k8s-mp|br-|lo|ovs-system).*"} < 9000
```
4. Verify MTU consistency across all nodes and all switches in the storage fabric.

## Mitigation

1. Ensure the node network interfaces are configured for 9000 bytes
2. Ensure switches in between the nodes support 9000 bytes on their ports.
2. Ensure switches in between the nodes support 9000 bytes on their ports.