Skip to content

make config dynamic in nature to avoid need of mgmt server restart

33f9e6f
Select commit
Loading
Failed to load commit list.
Merged

Introduce volume allocation algorithm global configuration #10696

make config dynamic in nature to avoid need of mgmt server restart
33f9e6f
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Codecov / codecov/project succeeded Apr 14, 2025 in 0s

16.30% (-0.01%) compared to 4c31f9d, passed because coverage increased by 0% when compared to adjusted base (16.30%)

View this Pull Request on Codecov

16.30% (-0.01%) compared to 4c31f9d, passed because coverage increased by 0% when compared to adjusted base (16.30%)

Details

Codecov Report

Attention: Patch coverage is 28.57143% with 10 lines in your changes missing coverage. Please review.

Project coverage is 16.30%. Comparing base (4c31f9d) to head (33f9e6f).
Report is 4 commits behind head on main.

Files with missing lines Patch % Lines
...torage/allocator/AbstractStoragePoolAllocator.java 37.50% 3 Missing and 2 partials ⚠️
...gent/manager/allocator/impl/FirstFitAllocator.java 0.00% 4 Missing ⚠️
...stack/engine/orchestration/VolumeOrchestrator.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #10696      +/-   ##
============================================
- Coverage     16.30%   16.30%   -0.01%     
  Complexity    13449    13449              
============================================
  Files          5676     5676              
  Lines        499208   499220      +12     
  Branches      60374    60371       -3     
============================================
+ Hits          81414    81415       +1     
- Misses       408722   408734      +12     
+ Partials       9072     9071       -1     

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