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 2020/01/16 09:42:03 UTC

[GitHub] [cloudstack] DaanHoogland commented on a change in pull request #3681: Validate disk offering IOPS normal and maximum read/write values

DaanHoogland commented on a change in pull request #3681: Validate disk offering IOPS normal and maximum read/write values
URL: https://github.com/apache/cloudstack/pull/3681#discussion_r367318567
 
 

 ##########
 File path: server/src/test/java/com/cloud/configuration/ConfigurationManagerTest.java
 ##########
 @@ -166,6 +168,8 @@
 
     VlanVO vlan = new VlanVO(Vlan.VlanType.VirtualNetwork, "vlantag", "vlangateway", "vlannetmask", 1L, "iprange", 1L, 1L, null, null, null);
 
+    private static final String MAXIMUM_IOPS_ALLOWED = "3600";
 
 Review comment:
   imho: MAXIMUM_DURATION_ALLOWED

----------------------------------------------------------------
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