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/16 10:39:16 UTC

[GitHub] [cloudstack] DaanHoogland commented on a change in pull request #3330: server: add newline to the SSH key content

DaanHoogland commented on a change in pull request #3330: server: add newline to the SSH key content
URL: https://github.com/apache/cloudstack/pull/3330#discussion_r284645289
 
 

 ##########
 File path: plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/resource/wrapper/LibvirtStartCommandWrapper.java
 ##########
 @@ -116,7 +116,7 @@ public Answer execute(final StartCommand command, final LibvirtComputingResource
                     }
                 }
                 // try to patch and SSH into the systemvm for up to 5 minutes
-                for (int count = 0; count < 10; count++) {
+                for (int count = 0; count < 30; count++) {
 
 Review comment:
   should the comment above be updated to read "up to 15 minutes"?

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