Skip to content

Update disk offering count (for listDiskOfferings api) while removing…

a0a3038
Select commit
Loading
Failed to load commit list.
Merged

Migrate volume improvements, to bypass secondary storage when copy volume between pools is allowed directly #11625

Update disk offering count (for listDiskOfferings api) while removing…
a0a3038
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 7, 2025 in 1s

17.53% (+0.14%) compared to 0108ffd

View this Pull Request on Codecov

17.53% (+0.14%) compared to 0108ffd

Details

Codecov Report

❌ Patch coverage is 26.50602% with 122 lines in your changes missing coverage. Please review.
✅ Project coverage is 17.53%. Comparing base (0108ffd) to head (a0a3038).
⚠️ Report is 41 commits behind head on main.

Files with missing lines Patch % Lines
...ud/hypervisor/kvm/storage/KVMStorageProcessor.java 0.00% 26 Missing ⚠️
...tack/storage/motion/AncientDataMotionStrategy.java 52.83% 11 Missing and 14 partials ⚠️
...torage/motion/StorageSystemDataMotionStrategy.java 0.00% 23 Missing ⚠️
...tack/storage/endpoint/DefaultEndPointSelector.java 0.00% 7 Missing ⚠️
...ava/com/cloud/storage/dao/DiskOfferingDaoImpl.java 40.00% 6 Missing ⚠️
...stack/engine/orchestration/VolumeOrchestrator.java 33.33% 4 Missing ⚠️
...n/java/com/cloud/storage/VolumeApiServiceImpl.java 60.00% 3 Missing and 1 partial ⚠️
...ack/engine/subsystem/api/storage/ClusterScope.java 0.00% 3 Missing ⚠️
...dstack/engine/subsystem/api/storage/HostScope.java 40.00% 3 Missing ⚠️
...dstack/engine/subsystem/api/storage/ZoneScope.java 0.00% 3 Missing ⚠️
... and 14 more
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #11625      +/-   ##
============================================
+ Coverage     17.39%   17.53%   +0.14%     
- Complexity    15283    15473     +190     
============================================
  Files          5889     5897       +8     
  Lines        526183   527356    +1173     
  Branches      64242    64407     +165     
============================================
+ Hits          91541    92492     +951     
- Misses       424298   424456     +158     
- Partials      10344    10408      +64     

☔ 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.