|
Ran
|
Jobs
1
|
Files
34
|
Run time
1min
|
Badge
README BADGES
|
push
github
[backport] CA-429051: Sync original bond slave network MTU (#7229) When bond is created, user can configure MTU on the bond network. The underlying physical NIC and PIF object MTU is handled properly. However, the original per-NIC bond slave network MTU is not changed. A corner case is seen that the unused bond slave network MTU may cause MTU mismatch when pool join: The pool has bond and vlan on the bond with MTU 9000, while the joining host has single-NIC and same vlan with MTU 1500. After pool join, during restart, the joining host is configured vlan MTU 9000 and physical NIC MTU 1500. In normal case, the joining host should sync vlan and bond with pool. But here the MTU dismatching leads to drop packets with pool master, then the joining host can't leave maintain mode. This PR prevent this case by sync the bond slave network MTU with bond network MTU. Backport of PR #7213 (cherry picked from commit b6d3a8d35)
3504 of 4355 relevant lines covered (80.46%)
0.8 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | python3.11 - 32118211159.1 | 34 |
80.46 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|