-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Adding Count Resource Domain #7274
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: main
Are you sure you want to change the base?
Adding Count Resource Domain #7274
Conversation
@CharlesQueiroz |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #7274 +/- ##
============================================
- Coverage 12.95% 12.69% -0.27%
+ Complexity 8986 8682 -304
============================================
Files 2728 2729 +1
Lines 256647 256732 +85
Branches 40024 40011 -13
============================================
- Hits 33256 32595 -661
- Misses 219214 219991 +777
+ Partials 4177 4146 -31 ☔ View full report in Codecov by Sentry. |
Co-authored-by: dahn <[email protected]>
Co-authored-by: dahn <[email protected]>
@weizhouapache done! Sorry about that. I closed the previous one. |
You can use "git push -f" to force push a branch |
SonarCloud Quality Gate failed. |
Co-authored-by: dahn <[email protected]>
Co-authored-by: dahn <[email protected]>
I skimmed your code and looks good but I have no time for an intesive review now @CharlesQueiroz . Can you add your integration test to the test matrix (if that makes sense) and maybe add unittests where applicable as well? |
@DaanHoogland ... for sure. I'm trying to do that right now. I'll back with notices soon. |
server/src/main/java/com/cloud/resourcelimit/ResourceLimitManagerImpl.java
Outdated
Show resolved
Hide resolved
server/src/main/java/com/cloud/resourcelimit/ResourceLimitManagerImpl.java
Outdated
Show resolved
Hide resolved
server/src/main/java/com/cloud/resourcelimit/ResourceLimitManagerImpl.java
Outdated
Show resolved
Hide resolved
server/src/main/java/com/cloud/resourcelimit/ResourceLimitManagerImpl.java
Outdated
Show resolved
Hide resolved
This pull request has merge conflicts. Dear author, please fix the conflicts and sync your branch with the base branch. |
This pull request has merge conflicts. Dear author, please fix the conflicts and sync your branch with the base branch. |
Hi @CharlesQueiroz, can you please address merge conflicts and check review comments? |
yes. I'm working to fix it. |
ping @CharlesQueiroz |
Hi @CharlesQueiroz Please resolve the conflicts, and let me know if this PR can be targeted for 4.19.1? |
@CharlesQueiroz we are nearing 4.19.2 . Do you plan to work on this? |
moving forward , due to inactivity |
@CharlesQueiroz Would you be working on this? |
@Pearl1594 this is almost two years old and has over a year of inactivity. I propose we move this to "unplanned" until someone adopts the PR. |
Description
Currently, the virtual router resources are not counted
towards domain resource count. Only the CPU/MEM of user
virtual machine are counted. If some customers have
VR's with higher cpu/memory values than the default value of
1 core, 256MB RAM then they are consuming extra resources
which are not counted towards the resource calculation
of the domain/account.
So two global settings are added to this change
Types of changes