You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "Marcus Sorensen (JIRA)" <ji...@apache.org> on 2014/02/12 19:00:29 UTC

[jira] [Closed] (CLOUDSTACK-6087) custom disk offering max size is hard-coded

     [ https://issues.apache.org/jira/browse/CLOUDSTACK-6087?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marcus Sorensen closed CLOUDSTACK-6087.
---------------------------------------


> custom disk offering max size is hard-coded
> -------------------------------------------
>
>                 Key: CLOUDSTACK-6087
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-6087
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>          Components: Management Server
>    Affects Versions: 4.2.1
>            Reporter: Marcus Sorensen
>            Assignee: Marcus Sorensen
>             Fix For: Future
>
>
> Custom disk offering size max is hard-coded to 1024.
> server/src/com/cloud/storage/VolumeManagerImpl.java:
>     private int _customDiskOfferingMinSize = 1;
>     private final int _customDiskOfferingMaxSize = 1024;
> Fix it.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)