Bug 2314343
Summary: | Add support for ifcfg LINKSTATUS=down in os-net-config | ||
---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | Dan Sneddon <dsneddon> |
Component: | os-net-config | Assignee: | Dan Sneddon <dsneddon> |
Status: | CLOSED NEXTRELEASE | QA Contact: | Eran Kuris <ekuris> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 17.1 (Wallaby) | CC: | bfournie, jmarti, jslagle, mburns |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: |
Cause:
OVS-DPDK User Bridges that have no IP and are only used for provider networks do not require an active internal interface to the kernel. OVS-DPDK User Bridges should remain in a DOWN state when the bridge is enabled.
Consequence:
If the OVS User Bridge interface is set to UP the kernel will receive unnecessary broadcast and multicast traffic which it has to drop, which uses extra CPU.
Fix:
The network template for os-net-config now supports the “ovs_internal: [TRUE|FLASE]” parameter. If set to false “LINKSTATUS=down” will be added to the ifcfg file when using the ifcfg provider, which will keep the internal interface disabled.
Result:
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2024-10-01 12:38:06 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Dan Sneddon
2024-09-23 22:28:32 UTC
|