You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2019/05/20 15:01:19 UTC

[GitHub] [cloudstack] pbankonier commented on issue #3332: Switch instance to another compute/service offering

pbankonier commented on issue #3332: Switch instance to another compute/service offering
URL: https://github.com/apache/cloudstack/issues/3332#issuecomment-494024906
 
 
   @nathanejohnson The problem is from line 2371 in the ConfigurationManagerImpl.java. You changed the condition from 'isCustomizedIops != null' to 'Boolean.TRUE.equals(isCustomizedIops)' and removed the else case where minIops and maxIops gets set to null;
   This changes the behavior in case isCustomizedIops is null. Now the minIops and maxIops values get set to 0 instead of null.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services