punith created CLOUDSTACK-7570:
----------------------------------
Summary: min and max iops are being processed null while creating
a vm using third party storage plugins
Key: CLOUDSTACK-7570
URL: https://issues.apache.org/jira/browse/CLOUDSTACK-7570
Project: CloudStack
Issue Type: Bug
Security Level: Public (Anyone can view this level - this is the default.)
Components: Management Server
Affects Versions: 4.4.0
Reporter: punith
Fix For: 4.5.0
this bug will occur only in the following scenario
1> create a compute offering with custom mode but not custom IOPS
2> input the required min and max IOPS
3> now create a VM based on the created compute offering
issue:
ServiceOfferingVO dummyoffering = new ServiceOfferingVO(serviceOffering);
this constructor is not setting the min and max IOPS for the dummyoffering
fix:
adding the min and max iops to the following constructor.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)