You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by gi...@git.apache.org on 2017/10/12 18:46:56 UTC

[GitHub] syed commented on a change in pull request #2294: Adding allocated IOPS to storage pool response

syed commented on a change in pull request #2294: Adding allocated IOPS to storage pool response
URL: https://github.com/apache/cloudstack/pull/2294#discussion_r144377728
 
 

 ##########
 File path: api/src/org/apache/cloudstack/api/response/StoragePoolResponse.java
 ##########
 @@ -288,6 +292,10 @@ public void setCapacityIops(Long capacityIops) {
         this.capacityIops = capacityIops;
     }
 
+    public void setAllocatedIops(Long allocatedIops) {
 
 Review comment:
   Hi @nitin-maharana. Thanks for the review. The getter is not needed as there is no one reading the vlaue.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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