You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by Yoshikazu Nojima <ma...@ynojima.net> on 2013/10/11 17:37:38 UTC

Review Request 14589: fix volume creation failure bug

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/14589/
-----------------------------------------------------------

Review request for cloudstack.


Repository: cloudstack-git


Description
-------

This patch fixes volume creation failure bug.
The bug happens when I try to create a volume. It throws the error 'volume size xxxx, but the maximum size allowed is 0 Gb.' when I attempt to create a new volume.

I add and moved few code to load custom.diskoffering.size.min, custom.diskoffering.size.max, and storage.max.volume.size to make volume creation feature work properly.


Diffs
-----

  server/src/com/cloud/storage/VolumeApiServiceImpl.java faff10f 

Diff: https://reviews.apache.org/r/14589/diff/


Testing
-------

add and attach a new volume from CloudStack GUI.


Thanks,

Yoshikazu Nojima