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 18:12:19 UTC

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

Marcus Sorensen created CLOUDSTACK-6087:
-------------------------------------------

             Summary: 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: API
    Affects Versions: 4.2.1
            Reporter: Marcus Sorensen
            Assignee: Marcus Sorensen
             Fix For: 4.1.1


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)