-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kvm: fix ovs network creation issue #9869
base: 4.19
Are you sure you want to change the base?
kvm: fix ovs network creation issue #9869
Conversation
This fixes the issue when create a ovs network ``` 2024-10-29 16:02:45,089 WARN [resource.wrapper.LibvirtOvsFetchInterfaceCommandWrapper] (agentRequest-Handler-2:null) (logid:e716722e) Network interface: ''cloudbr1'' not found ``` This is a regression of a previous security release see "framework/cluster: improve cluster service, integration API server" since we now use NetworkInterface.getByName to get network interface, we should NOT add single quotes before/after the label.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 4.19 #9869 +/- ##
============================================
- Coverage 15.08% 15.08% -0.01%
Complexity 11203 11203
============================================
Files 5404 5404
Lines 473423 473423
Branches 59987 59246 -741
============================================
- Hits 71429 71428 -1
- Misses 394044 394046 +2
+ Partials 7950 7949 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
the OVS functionality is broken in the following releases
marked it as a BLOCKER cc @rohityadavcloud @DaanHoogland @borisstoyanov @GutoVeronezi |
cc @rajujith |
@blueorangutan package |
1 similar comment
@blueorangutan package |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
clgtm
@blueorangutan LLpackage |
@weizhouapache a [LL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress. |
Packaging result [LL]: ✔️ el7 ✔️ el8 ✔️ el9 ✖️ debian ✔️ suse15. SL-JID 6214 |
@blueorangutan LLtest ubuntu22 kvm-ubuntu22 |
@weizhouapache a [LL] Trillian-Jenkins test job (ubuntu22 mgmt + kvm-ubuntu22) has been kicked to run smoke tests |
@blueorangutan LLtest alma8 kvm-alma8 |
@weizhouapache a [LL] Trillian-Jenkins test job (alma8 mgmt + kvm-alma8) has been kicked to run smoke tests |
[LL]Trillian test result (tid-7040)
|
[LL]Trillian test result (tid-7038)
|
tested on centos7 and ubuntu 24 with OVS, looks good |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description
This PR fixes the issue below when create a ovs network
This is a regression of a previous security release
see "framework/cluster: improve cluster service, integration API server"
since we now use NetworkInterface.getByName to get network interface, we should NOT add single quotes before/after the label.
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
How Has This Been Tested?
How did you try to break this feature and the system with this change?