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

 ##########
 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:
   @rhtyd is this change part of this commit ?

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


With regards,
Apache Git Services

Reply via email to