You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2019/05/23 07:27:38 UTC

[GitHub] [cloudstack] anuragaw commented on a change in pull request #3333: server: ssh-keygen in PEM format and reduce main systemvm patching script

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:
users@infra.apache.org


With regards,
Apache Git Services