Github user jburwell commented on a diff in the pull request:

    https://github.com/apache/cloudstack/pull/1545#discussion_r88378255
  
    --- Diff: 
plugins/hypervisors/kvm/src/com/cloud/hypervisor/kvm/resource/LibvirtComputingResource.java
 ---
    @@ -252,6 +253,8 @@
         protected String _rngPath = "/dev/random";
         protected int _rngRatePeriod = 1000;
         protected int _rngRateBytes = 2048;
    +    protected File _qemuSocketsPath;
    +    private String _qemuGuestAgentSocketName = "org.qemu.guest_agent.0";
    --- End diff --
    
    `_qemuGuestAgentSocketName` appears to be a constant value.  If so, please 
consider declaring it as a 'private static final`.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to