GitHub user remibergsma opened a pull request: https://github.com/apache/cloudstack/pull/1290
CLOUDSTACK-9202 Bump ssh timeout for VR commands It seems the VR needs more time for some of its commands. Until we figured out the root cause, this allows the VRs to start again. Error seen: ``` 2015-12-28 14:35:18,201 ERROR [c.c.n.r.VirtualNetworkApplianceManagerImpl] (Work-Job-Executor-1:ctx-34ff7f80 job-39723/job-39726 ctx-d63de41b) Timed out in waiting SSH execution result 2015-12-28 14:35:18,201 WARN [c.c.n.r.VirtualNetworkApplianceManagerImpl] (Work-Job-Executor-1:ctx-34ff7f80 job-39723/job-39726 ctx-d63de41b) Command: com.cloud.agent.api.Command failed while starting virtua l router 2015-12-28 14:35:18,201 INFO [c.c.v.VirtualMachineManagerImpl] (Work-Job-Executor-1:ctx-34ff7f80 job-39723/job-39726 ctx-d63de41b) The guru did not like the answers so stopping VM[DomainRouter|r-1534-VM] .Answer":{"result":true,"wait":0}},{"com.cloud.agent.api.Answer":{"result":false,"details":"Timed out in waiting SSH execution result","wait":0}}] } ``` You can merge this pull request into a Git repository by running: $ git pull https://github.com/remibergsma/cloudstack bump-ssh-timeout Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cloudstack/pull/1290.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1290 ---- commit 1c5e899a2d727d8512a28da76a5e49c9d762d295 Author: Remi Bergsma <git...@remi.nl> Date: 2015-12-28T14:54:26Z CLOUDSTACK-9202 Bump ssh timeout It seems the VR needs more time for some of its commands. Until we figured out the root cause, this allows the VRs to start again. ---- --- 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. ---