Skip to content

move MAX_CPU_QUOTA to CpuTuneDef

01941b6
Select commit
Loading
Failed to load commit list.
Open

Live scaling for VMs with fixed service offerings on KVM #12975

move MAX_CPU_QUOTA to CpuTuneDef
01941b6
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 4, 2026 in 0s

18.08% (+0.00%) compared to 1e512ab

View this Pull Request on Codecov

18.08% (+0.00%) compared to 1e512ab

Details

Codecov Report

❌ Patch coverage is 72.16495% with 54 lines in your changes missing coverage. Please review.
✅ Project coverage is 18.08%. Comparing base (1e512ab) to head (01941b6).

Files with missing lines Patch % Lines
...n/java/com/cloud/vm/VirtualMachineManagerImpl.java 0.00% 20 Missing ⚠️
.../src/main/java/com/cloud/vm/UserVmManagerImpl.java 0.00% 17 Missing ⚠️
.../main/java/com/cloud/agent/api/ScaleVmCommand.java 0.00% 5 Missing ⚠️
.../java/com/cloud/agent/api/to/VirtualMachineTO.java 20.00% 4 Missing ⚠️
...ervisor/kvm/resource/LibvirtComputingResource.java 94.59% 3 Missing and 1 partial ⚠️
...er/src/main/java/com/cloud/hypervisor/KVMGuru.java 96.61% 0 Missing and 2 partials ⚠️
...ypervisor/kvm/resource/LibvirtDomainXMLParser.java 0.00% 1 Missing ⚠️
...om/cloud/hypervisor/kvm/resource/LibvirtVMDef.java 85.71% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff            @@
##               main   #12975   +/-   ##
=========================================
  Coverage     18.08%   18.08%           
- Complexity    16706    16716   +10     
=========================================
  Files          6037     6037           
  Lines        542437   542513   +76     
  Branches      66420    66429    +9     
=========================================
+ Hits          98088    98123   +35     
- Misses       433333   433377   +44     
+ Partials      11016    11013    -3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.