-
Notifications
You must be signed in to change notification settings - Fork 1.2k
api: fix access for listSystemVmUsageHistory #10032
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
api: fix access for listSystemVmUsageHistory #10032
Conversation
Fixes apache#10031 Signed-off-by: Abhishek Kumar <[email protected]>
|
@blueorangutan package |
|
@shwstppr 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. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 4.19 #10032 +/- ##
============================================
- Coverage 15.12% 15.12% -0.01%
+ Complexity 11255 11253 -2
============================================
Files 5407 5407
Lines 473799 473799
Branches 57767 57767
============================================
- Hits 71670 71665 -5
- Misses 394130 394136 +6
+ Partials 7999 7998 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
DaanHoogland
left a comment
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.
code looks good, but I am not sure if we need this change.
|
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 11702 |
|
@blueorangutan test |
|
@rohityadavcloud a [SL] Trillian-Jenkins test job (ol8 mgmt + kvm-ol8) has been kicked to run smoke tests |
|
[SF] Trillian test result (tid-11842)
|
|
@scottsignal a Jenkins job has been kicked to build UI QA env. I'll keep you posted as I make progress. |
|
UI build: ✔️ |
@DaanHoogland Should I be able to test using the simulator? This is new to me and I am not a developer by background. |
|
@scottsignal you won't be able to use the QA server to test this PR as the changes in it are in Java code. You will either have to run dev build (maybe with simulator deployment) or build packages (to test in a real env) using the PR commit. |
Understood. Not sure I have a way to test this then. I have figured out how to use the simulator with the docker based images, but unless I am missing something I only see the 4.21 nightly's out there. |
simulator will do for this functionality @scottsignal . You will have to build the specific version though. I think you can in the docker container. |
vladimirpetrov
left a comment
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 based on manual testing.
* 4.20: linstor: Fix ZFS snapshot backup (#10219) fix listing of VMs by network (#10204) Configure org.eclipse.jetty.server.Request.maxFormKeys from server.properties and increase the default value (#10214) api: fix access for listSystemVmUsageHistory (#10032) Fix NPE issues during host rolling maintenance, due to host tags and custom constrained/unconstrained service offering (#9844)
Signed-off-by: Abhishek Kumar <[email protected]>
Signed-off-by: Abhishek Kumar <[email protected]>
Description
Fixes #10031
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?