-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Backport #9888 to 4.19: Fix Usage inconsistencies #10712
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
base: 4.19
Are you sure you want to change the base?
Backport #9888 to 4.19: Fix Usage inconsistencies #10712
Conversation
@blueorangutan package |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 4.19 #10712 +/- ##
============================================
- Coverage 15.17% 15.16% -0.01%
- Complexity 11332 11338 +6
============================================
Files 5415 5414 -1
Lines 474893 475157 +264
Branches 57920 57973 +53
============================================
+ Hits 72046 72076 +30
- Misses 394792 395022 +230
- Partials 8055 8059 +4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
@winterhazel , can you have a look at #10687 (comment) ? This backport is fine, but I have my doubt on the overall event model for networks. In short, making the usage server robust is fine, but we also need to fix the event flow. |
@winterhazel do we need more work on this? I think we discussed extra work on other issues/PRs |
@blueorangutan package |
@DaanHoogland a [SL] 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 [SF]: ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 13234 |
@blueorangutan test |
@DaanHoogland a [SL] Trillian-Jenkins test job (ol8 mgmt + kvm-ol8) has been kicked to run smoke tests |
…s state is not lost
@DaanHoogland this should be ready now. I made some adjustments here based on the previous discussions:
|
@blueorangutan package |
@winterhazel a [SL] 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 [SF]: ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 13235 |
[SF] Trillian test result (tid-13192)
|
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.
some style comments but code looks good!
@rajujith , can you have a look at this, please? |
@blueorangutan package |
@winterhazel a [SL] 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 [SF]: ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 13252 |
Description
This PR backports #9888 to 4.19, fixing the issue described in #10687 and some other ones.
I still intend to work on a normalization script before closing #10687, but it can be merged separately from this PR.
Types of changes
Feature/Enhancement Scale or Bug Severity
Bug Severity
How Has This Been Tested?
I reproduced the tests described in #9888.