-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/16362/
-----------------------------------------------------------
(Updated Dec. 19, 2013, 10:27 a.m.)
Review request for cloudstack and Kishan Kavala.
Changes
-------
Updated the patch to apply on master
Bugs: CLOUDSTACK-5554
https://issues.apache.org/jira/browse/CLOUDSTACK-5554
Repository: cloudstack-git
Description
-------
CLOUDSTACK-5554: Custom disk offering allows to create a datadisk with size
greater than custom.diskoffering.size.max value
Fixed both custom.diskoffering.size.max and custom.diskoffering.size.min to
ensure input values while deploying the VM and creating volume APIs.
Moved both parameters to VolumeOrchestrationService using ConfigDepot
Diffs (updated)
-----
engine/api/src/org/apache/cloudstack/engine/orchestration/service/VolumeOrchestrationService.java
a9ccc06
engine/orchestration/src/org/apache/cloudstack/engine/orchestration/VolumeOrchestrator.java
efaa288
server/src/com/cloud/configuration/Config.java 3893c2f
server/src/com/cloud/server/ManagementServerImpl.java 8bc095d
server/src/com/cloud/storage/VolumeApiServiceImpl.java 2fa023e
server/src/com/cloud/vm/UserVmManagerImpl.java 3ad49d8
setup/db/db/schema-421to430.sql ba19ae6
Diff: https://reviews.apache.org/r/16362/diff/
Testing
-------
Thanks,
Harikrishna Patnala