nathanejohnson commented on a change in pull request #3133: feature: add libvirt / qemu io bursting URL: https://github.com/apache/cloudstack/pull/3133#discussion_r248533909
########## File path: engine/schema/src/main/java/com/cloud/storage/DiskOfferingVO.java ########## @@ -486,6 +511,28 @@ public Long getBytesWriteRate() { return bytesWriteRate; } + @Override + public Long getBytesWriteRateMax() { return bytesWriteRateMax; } Review comment: see above ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services