xujiantop-crypto opened a new pull request, #14114:
URL: https://github.com/apache/cloudstack/pull/14114

   ## Summary
   
   Custom root disk IOPS are stored in VM details as `minIops` and `maxIops`. 
`CloudOrchestrator` was reading the API parameter names `miniops` and 
`maxiops`, so the values were not propagated to the root `DiskOfferingInfo` 
during VM deployment from a template.
   
   This change:
   
   - adds canonical VM-detail constants for `minIops` and `maxIops`
   - uses those constants when building the root disk offering
   - adds a regression test that verifies custom root IOPS reach the VM 
allocation call
   
   Fixes #14103
   
   ## Testing
   
   ```text
   mvn -pl engine/orchestration -am -Dtest=CloudOrchestratorTest 
-DfailIfNoTests=false test
   Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
   33/33 reactor modules SUCCESS
   Checkstyle: 0 violations
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to