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)