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

    https://github.com/apache/cloudstack/pull/1678#discussion_r80404113
  
    --- Diff: 
plugins/hypervisors/kvm/src/com/cloud/hypervisor/kvm/resource/wrapper/LibvirtPvlanSetupCommandWrapper.java
 ---
    @@ -87,7 +88,7 @@ public Answer execute(final PvlanSetupCommand command, 
final LibvirtComputingRes
                 } else if (command.getType() == PvlanSetupCommand.Type.VM) {
                     final String ovsPvlanVmPath = 
libvirtComputingResource.getOvsPvlanVmPath();
     
    -                final Script script = new Script(ovsPvlanVmPath, timeout, 
s_logger);
    +                final Script script = new Script(ovsPvlanVmPath, 
timeout.getMillis(), s_logger);
    --- End diff --
    
    @abhinandanprateek the `Script` class is in the `com.cloud.utils.script` 
which is part of the project.  What prevents us from adding a constructor that 
class?


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