nathanejohnson commented on a change in pull request #3133: feature: add
libvirt / qemu io bursting
URL: https://github.com/apache/cloudstack/pull/3133#discussion_r248533864
##########
File path:
plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/resource/LibvirtVMDef.java
##########
@@ -581,9 +581,17 @@ public String toString() {
private boolean _shareable = false;
private boolean _deferAttach = false;
private Long _bytesReadRate;
+ private Long _bytesReadRateMax;
Review comment:
every other variable uses the prepended _
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services