-
Bug
-
Resolution: Done
-
Normal
-
None
-
4.10
-
None
-
Moderate
-
None
-
SDN Sprint 231, SDN Sprint 232, SDN Sprint 233
-
3
-
Rejected
-
False
-
-
-
Bug Fix
-
At some point in the mtu-migration development a configuration file was generated at /etc/cno/mtu-migration/config which was used as a flag to indicate to configure-ovs that a migration procedure was in progress. When that file was missing, it was assumed the migration procedure was over and configure-ovs did some cleaning on behalf of it.
But that changed and /etc/cno/mtu-migration/config is never set. That causes configure-ovs to remove mtu-migration information when the procedure is still in progress making it to use incorrect MTU values and either causing nodes to be tainted with "ovn.k8s.org/mtu-too-small" blocking the procedure itself or causing network disruption until the procedure is over.
However, this was not a problem for the CI job as it doesn't use the migration procedure as documented for the sake of saving limited time available to run CI jobs. The CI merges two steps of the procedure into one so that there is never a reboot while the procedure is in progress and hiding this issue.
This was probably not detected in QE as well for the same reason as CI.
- blocks
-
OCPBUGS-7445 MTU migration configuration is cleaned up prematurely while in progress
- Closed
- is cloned by
-
OCPBUGS-7445 MTU migration configuration is cleaned up prematurely while in progress
- Closed
- is related to
-
OCPBUGS-5449 Cluster MTU change post cluster installation with dual stack cluster with static IP
- Closed
- links to