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

    https://github.com/apache/cloudstack/pull/1678#discussion_r80208042
  
    --- Diff: 
plugins/hypervisors/kvm/src/com/cloud/hypervisor/kvm/resource/LibvirtComputingResource.java
 ---
    @@ -2973,7 +2974,7 @@ public Domain getDomain(final Connect conn, final 
String vmName) throws LibvirtE
         }
     
         private String executeBashScript(final String script) {
    -        final Script command = new Script("/bin/bash", _timeout, s_logger);
    +        final Script command = new Script("/bin/bash", 
_timeout.getMillis(), s_logger);
    --- End diff --
    
    Scripts is an external package, hope they will upgrade to Duration after 
Java 1.8.


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