Add KMSWrappedKeyDao as a dependency for the Usage server#13535
Add KMSWrappedKeyDao as a dependency for the Usage server#13535winterhazel wants to merge 1 commit into
Conversation
|
@blueorangutan package |
|
@winterhazel a [SL] Jenkins job has been kicked to build packages. It will be bundled with no SystemVM templates. I'll keep you posted as I make progress. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #13535 +/- ##
=========================================
Coverage 18.93% 18.93%
+ Complexity 18476 18474 -2
=========================================
Files 6221 6221
Lines 560073 560073
Branches 68286 68286
=========================================
+ Hits 106068 106070 +2
+ Misses 442379 442375 -4
- Partials 11626 11628 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ el10 ✔️ debian ✔️ suse15. SL-JID 18448 |
|
@blueorangutan test |
|
@DaanHoogland a [SL] Trillian-Jenkins test job (ol8 mgmt + kvm-ol8) has been kicked to run smoke tests |
DaanHoogland
left a comment
There was a problem hiding this comment.
clgtm, not sure if smoke test suffice to prove the validity of this fix though. Needs assessment.
Description
PR #12711 injected
KMSWrappedKeyDaoincom.cloud.storage.dao.VolumeDao, which is used by the Usage server. However,KMSWrappedKeyDaowas not added as dependency for the Usage server. Due to this, the Usage server fails to start in the latest commit.Logs
Types of changes
Feature/Enhancement Scale or Bug Severity
Bug Severity
Screenshots (if appropriate):
How Has This Been Tested?
I built packages for this patch, installed them, and validated that the Usage server started successfully.
Logs