[GitHub] [cloudstack] pbankonier opened a new issue #3332: Switch instance to another compute/service offering

2019-05-28 Thread GitBox
pbankonier opened a new issue #3332: Switch instance to another compute/service 
offering
URL: https://github.com/apache/cloudstack/issues/3332
 
 
   # ISSUE TYPE
* Bug Report
   
   # COMPONENT NAME
   ~~~
   Server
   
   # CLOUDSTACK VERSION
   ~~~
   Master
   ~~~
   # CONFIGURATION
   ~~~
   N/A 
   ~~~
   # OS / ENVIRONMENT
   ~~~
   We are using managed storage (Solidfire).
   ~~~
   
   # SUMMARY
   Not possible to change a service offering for an instance to a newly created 
compute offering.
   The problem are the changes in 
https://github.com/apache/cloudstack/pull/3133/files in the 
ConfigurationManagerImpl.java.
   When issystem is passed as false and iscusstomizediops is null when you 
create a compute offering the values gets set to 0 instead of null.
   
   # STEPS TO REPRODUCE
   ~~~
   Create a new compute offering.
   Change the service offering of an instance to the newly created compute 
offering.
   ~~~
   # EXPECTED RESULTS
   ~~~
   The values for minIops and maxIops are set to null and it is possible to 
change the
   offering for the instance.
   ~~~
   # ACTUAL RESULTS
   ~~~
   The values for minIops and maxIops are set to 0.
   An error is thrown ("The minIOPS value must be between 50 and 15000").
   ~~~
   
![image](https://user-images.githubusercontent.com/5433844/58049398-09e1c500-7b4d-11e9-8648-863659d333c4.png)
   
![image](https://user-images.githubusercontent.com/5433844/58049317-d4d57280-7b4c-11e9-85e0-75255f97a720.png)
   
![image](https://user-images.githubusercontent.com/5433844/58049605-896f9400-7b4d-11e9-990c-1f03fb1039fb.png)
   
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [cloudstack] pbankonier opened a new issue #3332: Switch instance to another compute/service offering

2019-05-16 Thread GitBox
pbankonier opened a new issue #3332: Switch instance to another compute/service 
offering
URL: https://github.com/apache/cloudstack/issues/3332
 
 
   # ISSUE TYPE
* Bug Report
   
   # COMPONENT NAME
   ~~~
   Server
   
   # CLOUDSTACK VERSION
   ~~~
   Master
   ~~~
   # CONFIGURATION
   ~~~
   N/A 
   ~~~
   # OS / ENVIRONMENT
   ~~~
   N/A
   ~~~
   
   # SUMMARY
   Not possible to change a service offering for an instance to a newly created 
compute offering.
   The problem are the changes in 
https://github.com/apache/cloudstack/pull/3133/files in the 
ConfigurationManagerImpl.java.
   When issystem is passed as false and iscusstomizediops is null when you 
create a compute offering the values gets set to 0 instead of null.
   
   # STEPS TO REPRODUCE
   ~~~
   Create a new compute offering.
   Change the service offering of an instance to the newly created compute 
offering.
   ~~~
   # EXPECTED RESULTS
   ~~~
   The values for minIops and maxIops are set to null and it is possible to 
change the
   offering for the instance.
   ~~~
   # ACTUAL RESULTS
   ~~~
   The values for minIops and maxIops are set to 0.
   An error is thrown ("The minIOPS value must be between 50 and 15000").
   ~~~


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services