anuragaw commented on a change in pull request #3333: server: ssh-keygen in PEM 
format and reduce main systemvm patching script
URL: https://github.com/apache/cloudstack/pull/3333#discussion_r286809527
 
 

 ##########
 File path: 
plugins/hypervisors/kvm/src/com/cloud/hypervisor/kvm/resource/LibvirtComputingResource.java
 ##########
 @@ -1362,7 +1362,7 @@ private boolean checkOvsNetwork(final String 
networkName) {
     }
 
     public boolean passCmdLine(final String vmName, final String cmdLine) 
throws InternalErrorException {
-        final Script command = new Script(_patchScriptPath, 30 * 1000, 
s_logger);
+        final Script command = new Script(_patchScriptPath, 300 * 1000, 
s_logger);
 
 Review comment:
   Curious question - Is that a desired timeout value? Seems too high.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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

Reply via email to