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/01/16 23:26:23 UTC

[GitHub] rafaelweingartner commented on a change in pull request #3133: feature: add libvirt / qemu io bursting

rafaelweingartner commented on a change in pull request #3133: feature: add libvirt / qemu io bursting
URL: https://github.com/apache/cloudstack/pull/3133#discussion_r248488239
 
 

 ##########
 File path: engine/schema/src/main/java/com/cloud/storage/DiskOfferingVO.java
 ##########
 @@ -108,15 +108,40 @@
     @Column(name = "bytes_read_rate")
     Long bytesReadRate;
 
+    @Column(name = "bytes_read_rate_max")
+    Long bytesReadRateMax;
 
 Review comment:
   Why aren't these variables declared as private in this POJO?

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